Kendo React Multiple Sum Aggregation

1 Answer 107 Views
Grid
indra
Top achievements
Rank 1
indra asked on 16 May 2023, 02:57 AM

I'm currently working with kendo react pivot grid local data binding, now I'm facing a trouble when i try to multiple measures with same aggregation on different axis.

i tried something like this, but getting value of Y and UNITLY combined (eg: LYUnit = 5, then Y showing 10 and UNITLY showing 10 instead of Y showing 5 and UNITLY showing 5). i want to make each of them have different sum aggregation. Anybody got an idea?

1 Answer, 1 is accepted

Sort by
0
Filip
Telerik team
answered on 17 May 2023, 04:27 PM

Hi, Indra,

To use the same aggregate multiple times, you will need to copy it and edit the field holding its value.

Here is an example that showcases this approach:

https://stackblitz.com/edit/react-rtytm2-hkavh7?file=app/main.tsx

Regards,
Filip
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!

Tags
Grid
Asked by
indra
Top achievements
Rank 1
Answers by
Filip
Telerik team
Share this question
or