March 8, 2016 at 12:26 pm
Ok. Thank you you've been a great help.
March 9, 2016 at 2:58 am
=Mid(Fields!PRE_LAB_VAL.Value, InStr(Fields!PRE_LAB_VAL.Value, "=") + 1, InStrRev(Fields!PRE_LAB_VAL.Value, "=") - InStr(Fields!PRE_LAB_VAL.Value, "=") - 1)
March 9, 2016 at 5:29 am
=Split(Fields!PRE_LAB_VAL,"=",-1,CompareMethod.Text)(1)
Far away is close at hand in the images of elsewhere.
Anon.
March 9, 2016 at 6:02 am
=Split(Fields!PRE_LAB_VAL.Value,"=",-1,CompareMethod.Text)(1)
March 9, 2016 at 8:09 am
Got it to work. thank you guys for all your help.
Viewing 5 posts - 16 through 19 (of 19 total)
You must be logged in to reply to this topic. Login to reply