T
TJ
Does anyone know whether it's possible to use a string as part of the
conditional expression ? The code I'm trying to use is :
<IF>
<CONDITION> Entry.Item.ItemLookupCode = "GV" </CONDITION>
<THEN>"XYZ"</THEN>
<ELSE>"123"</ELSE>
</IF>
It's working fine if I replace the "GV" with a number, but always hits the
ELSE expression when it's a string. I've also tried using a string variable
here, which also fails.
tnx
TJ
conditional expression ? The code I'm trying to use is :
<IF>
<CONDITION> Entry.Item.ItemLookupCode = "GV" </CONDITION>
<THEN>"XYZ"</THEN>
<ELSE>"123"</ELSE>
</IF>
It's working fine if I replace the "GV" with a number, but always hits the
ELSE expression when it's a string. I've also tried using a string variable
here, which also fails.
tnx
TJ