Viewing 8 posts - 1 through 8 (of 8 total)
=CDBL(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 )))
This almost worked.
the data is not consistent in the report.
for this it works
PLT=48=etc...........................I get 48
PLT-241=etc..........................I get 241
but
PT=45.7=etc.........................I get #error
PT=17.9=etc.........................I get #error
I hope this make sense....
March 8, 2016 at 11:51 am
I put this but still getting an error:
CDBL(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))
Thank you.
March 7, 2016 at 12:47 pm
I am sorry I am new and this is not clear to me.
I added a column and inserted the formula. Your looks like 3 columns. FirstDelim, seconddelim and...
March 4, 2016 at 1:29 pm
=CDBL(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))
I use it but getting an error
March 4, 2016 at 11:51 am
Hi All,
I used this one which almost worked.
=Mid(Fields!PST_LAB_VAL.Value, InStr(Fields!PST_LAB_VAL.Value,"=")+1, InStr(Fields!PST_LAB_VAL.Value, "=") - 1)
Pre Lab Val------------------------Post Lab Val -------------------a...
March 4, 2016 at 11:15 am
I'll give it a try. thank you guys for the quick reply
March 3, 2016 at 2:53 pm
Viewing 8 posts - 1 through 8 (of 8 total)