Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4341
Using CalcManager Manually
posted

Hello Team,

We want to calculate the values at run-time manually. The formulas are not fixed, the users can create the formula of their choice. Our data is as follows

Unit          Value             Formula

LF             10                   

SF             20          

VL             30          

R1                                   SQRT (LF * SF)

R2                                   SUM (VL , LF , SF)

The 'R1' and 'R2' are the summary or Grand Total row, the result would be displayed in the value coulmn  on the basis of the Formula entered in their respective rows.

How to implement the calcManager manually at runtime for these Rows ?

We would also be using all the built-in functions provided by infragistics Formula Builder (for eg. cos,abs, average ..etc).

Looking forward to your reply.

Parents Reply Children