Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Yes. What kind of functions are you interested in using there?
This works:
if (inputParam =="aaa") result=2;
else result=4;
There are some limitations related to the objects and functions you can use in an expression. If it's useful, look here.
Yes. What kind of functions are you interested in using there?
This works:
if (inputParam =="aaa") result=2;
else result=4;
There are some limitations related to the objects and functions you can use in an expression. If it's useful, look here.
"if" works excellent.
Thank You.