Hi Community,
I was wondering if someone would have the solution to my challenge:
I have built an OLAP table with one dimension and multiple KPIs. The dimension is the Country, and the KPIs are the number of entries in the PO table (COUNT_TABLE(case_table)), the number of distinct values of a specific field (COUNT(DISTINCT case_table.field), the total cycle time between 2 activities and then different ratios like automation, change and rework rates which use the activity table as basis.
I also show the total value of the POs per country and have used here for statement SUM(case_table.value).
Yet, doing so it appears that the calculated value is not correct as it identifies the value of each PO line and sums it up for each activity encountered on the PO lines. The same formula used in a pie chart returns the correct value.
When I hide the different ratios in the table, the correct total value is returned.
The first two KPIs with the count of entries also show correct values at any time.
I have tried to use the PU_SUM with as filter one specific activity, but it returned the same wrong figures.
I have also tried with select 'distinct values' from the OLAP table parameters without success.
And unfortunately, there is no SUM(DISTINCT xx) statement available ;-)
Any idea which formula would work?
thanks for your help
Marc