R
rob
I have the following scenario. A user requests some math calculations
from a server. The data and a library of basic formulas reside on the
server. Now the user should be able to create more complex formulas
based on the basic built in formulas as well as other complex formulas
that the user created himself. These formulas will be either stored on
the server or client and will be applied to the data on the server.
Some of the formulas will be used only once (if they don't work as
expected) wheras others might get used on a frequent basis. What is the
best way to approach this problem?
Thanks
from a server. The data and a library of basic formulas reside on the
server. Now the user should be able to create more complex formulas
based on the basic built in formulas as well as other complex formulas
that the user created himself. These formulas will be either stored on
the server or client and will be applied to the data on the server.
Some of the formulas will be used only once (if they don't work as
expected) wheras others might get used on a frequent basis. What is the
best way to approach this problem?
Thanks