Navin Tenani
26th February 2010, 08:32
Hi All BaaN Gurus

I am having a typical requirement. I have got Some conditions stored as a string. This is Basically depending upon the user and modifiable by user just as formula expression and stored against multiple conditions.
e.g
"tccus001.fld1 * tccus001.fld2 (4000 + tccus001.fld3)"

There are many such type of string expressions stored and I want to use these string expression as formula which will be called as variable from script.

Thanks in Advance

mark_h
26th February 2010, 14:47
Search for expr.compile - this link (http://www.baanboard.com/baanboard/showthread.php?t=22670&highlight=expr.compile) is one of the threads I found. Never used this myself, but others have. Good luck!

Navin Tenani
29th March 2010, 11:46
Hi Mark,

Thanks, It worked