Hello David, thank a lot that works great. Just another issue that comes up if I want to add another KPI to the same component, it calculated weired values. Seperately it works fine.
Hi Marco,
This is due to the same issue as you had before. If you add another KPI which is only based on the Case table, its fine. If you add another KPI which is based on the Activitiy table, all calculations in that component will be based on the Activity table again. So you need to re-write the other KPI such that it is based on the Case table. It depends on your KPI how to do this, in most cases you can use PU functions to first aggregate your Activity table to Case level, and a regular aggregation around that to aggregate per Material Group.
Best
David
Hello David, thanks. Is there any suitable entries about PULL Functions and Cases When statements? I have checked but havent found anything