Dukester0122
IS-IT--Management
Here's the formula:
CASE {RM20101.RMDTYPAL}
when 3 then {RM20101.TRXDSCRN}
when 7 then {RM20101.TRXDSCRN}
when 9 then {RM20101.TRXDSCRN}
else
isnull(subsctring({CN00300.TXTFIELD},1,250),")
end
I get this error:
The remaining text does not appear to be part of the formula.
CASE {RM20101.RMDTYPAL}
when 3 then {RM20101.TRXDSCRN}
when 7 then {RM20101.TRXDSCRN}
when 9 then {RM20101.TRXDSCRN}
else
isnull(subsctring({CN00300.TXTFIELD},1,250),")
end
I get this error:
The remaining text does not appear to be part of the formula.