on 2013 Jun 27 11:38 PM
Hi experts,
I need to create a transaction that takes as its input ( transaction property ) a string containing a math expression and calculate as its output the result as a number .
Sound very easy, but it may be very difficuolt for MII to solve . It is challenging .
Thanks 4 your help !
Request clarification before answering.
Hi Fernando,
You can have a Transaction property input with an expression and have the expression evaluated at run time by using # #
for example:
- if you have a Transaction property (myProp) with value (1+1)*2 and have an #Transaction.myProp# it will return you 4.
Cheers,
Arnaud
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.