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.
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
This is the sample
Hi,
If you need any additional assistance don’t hesitate to ask.
Georgi, thanks for your effort and feedback. All is Ok.
Regards...