Can any one help me out to evaluate this expression at runtime using Vici parser.
I have tried other usual expressions like 5* VARIABLE kinda expression. But is it possible to evaluate conditional statements using VICI parser.
Example: IF SAL > 5 THEN 25 ELSE 45 ENDIF
Thanks...
You should use the ?: syntax:
You can expand this for multiple conditions as well: