Error using startsWith function in IF condition within FIX ENDFIX
Hello,
I'm trying to put an IF condition within FIX ENDFIX in an EPBCS groovy script. Need to execute the set of statements if a Custom dimension member starts with a particular digit. I'm trying to do this by using startsWith function but getting an error. Can someone help with what is the problem in the condition? Is this function not allowed to be used within FIX ENDFIX
Syntax
IF (@CURRMBR(CE)).startsWith("2"))
Any alternate way to achieve this?
Tagged:
0