Hi peers,
I try to set up new components using CALC_THROUPUT. The two following components show different results. This is presumably caused because the OLAP tables have multiple lines with single CASE_KEY though the process pattern only occurs once (and it should since we use FIRST_OCCURENCE).
It won't change when we use Attribute selection overhead to limit to single KUNNR or give KUNNR in Dimension.
Why OLAP returns several line items?
Single KPI (Number)
<KPI>
CALC_THROUGHPUT(FIRST_OCCURRENCEN'Create Sales Order'] TO FIRST_OCCURRENCEN'Create Delivery'],
REMAP_TIMESTAMPS("_CEL_SD_ACTIVITIES"."EVENTTIME", DAYS))
OLAP (identical with single KPI)
<KPI>
CALC_THROUGHPUT(FIRST_OCCURRENCEE'Create Sales Order'] TO FIRST_OCCURRENCEE'Create Delivery'],
REMAP_TIMESTAMPS("_CEL_SD_ACTIVITIES"."EVENTTIME", DAYS))