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
1225
How to Add Formulas to Calculate Rows - UltraGrid?
posted

Hello EveryBody,

Until now, I've used UltraCalcManager to SUM(Columns), but for now I need to Add formulas to calculate Rows,

Example:

UltraGrid1:

1: ROWXX: 1----1----1

1: ROWXX: 2----2----2

1: ROWXX: 3----3----3

1: ROWYY: 4----4----4

1: ROWYY: 5----5----5

1: ROWZZ: 6----6----6

UltraGrid2:

1. ROWXX: Total XX:(1+1+1+2+2+2+3+3+3)

2. ROWYY: Total YY: (4+4+4+5+5+5)

3. ROWZZ: Total ZZ: (6+6+6)

How Can I do it? Please, do you have any idea, every help woul be very appreciated.

Thanks for all.

Parents
  • 53790
    Suggested Answer
    posted

    Hello ErosDark,

    If I understand well your requirements, we should have GroupByRow functionality and sum of the values of these rows. If so, maybe one possible approach to solve this task could be if you create your own Formula. I made one sample using this approach. Please take a look at the attached sample and video file for more details and let me know if you have any questions.

    Regards

    Video234.rar
Reply Children