Skip to main content

Now i want to have this number for Change Price as a single KPI number, my idea was to use the count table for the kpi and a Component filter with 'FILTER PROCESS EQUALS 'Change Price''. But it shows me a much larger number. Can pls anyone help me. Thanks in advance, king regards Louisin the olap table

I think that for the component filter, you need to filter directly on the activity name.

KPI: COUNT_TABLE("_CEL_MERGED_ACTIVITIES")

Component filter:

FILTER "_CEL_MERGED_ACTIVITIES"."ACTIVITY" = 'Change Price';


Thanks a lot, now it works


Reply