Hi Guys,
I am storing my formula's in a table and accessing these formulas in SQL stored procedure, at this point I don't know the number of variables in the formula or computation model of the formula. I want to perform required operations specified in the formula by getting the variable values stored in other table .
I am able to achieve this using xsjs (javascript eval() function) but I wanna implement same thing using SQL script.
-> Is there any function that is equivalent to eval or Ncalc in SQL script??
-> is it possible to call XSJS code in stored procedure ??
-> this kind of an implementation is it possible in SQLscript??
Regards,
Vijay.