cancel
Showing results for 
Search instead for 
Did you mean: 

Expression evaluation engine

Former Member
0 Kudos


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 !

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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

Answers (0)