erp.analyst
26th October 2015, 11:32
Dears

I want to execute formula as mentioned expression

formula="(1000/tdoci201.actv)*2"

below formula in text , how to execute, its business requirement is store formula in tables

kindly anyone help me please

Regards

Ali

bhushanchanda
27th October 2015, 12:29
Hi,

Can you explain your requirement? You can compile the string using expr.compile() and then get the result in string using s.expr$() function. If you can clarify the requirement, someone may help you with the exact solution.