G
Guest
I've got a requirement to create formulas for calculations. The problem is
that the formulas can be changed by the user. I plan on putting the formulas
on SQL Server and each varable/operator as a record. Then I can just replace
the variable with the number and calculate the result. That way the formula
can be changed by the client thru admin pages. Essentially I want to know if
I can put together an formula expression as a string and use this to
calculate my result?
that the formulas can be changed by the user. I plan on putting the formulas
on SQL Server and each varable/operator as a record. Then I can just replace
the variable with the number and calculate the result. That way the formula
can be changed by the client thru admin pages. Essentially I want to know if
I can put together an formula expression as a string and use this to
calculate my result?