Hello, not sure to understand your request but do you want like an OLAP Table with :
- Document Type as DIMENSION
- Count table as KPI
- Specific activity as Filter or dropdown button ?
Here, I don't see where Median is required
Hello, not sure to understand your request but do you want like an OLAP Table with :
- Document Type as DIMENSION
- Count table as KPI
- Specific activity as Filter or dropdown button ?
Here, I don't see where Median is required
Thanks for your response.
I need this in a Number component.
It has to be like Median(count(casetable, activity table, activity = 'name') /
count(distinct (table.column)))
For this I'm getting aggregation error.
Thanks for your response.
I need this in a Number component.
It has to be like Median(count(casetable, activity table, activity = 'name') /
count(distinct (table.column)))
For this I'm getting aggregation error.
Hello,
Does it works when you do only : Median(count(casetable, activity table, activity = 'name') ?
According to me, we can't accumulate aggregation expression, Celonis says ("Aggregate expressions cannot be nested inside aggregate expressions") so the solution could be PU fonction
Best regards
Thanks for your response.
I need this in a Number component.
It has to be like Median(count(casetable, activity table, activity = 'name') /
count(distinct (table.column)))
For this I'm getting aggregation error.
Yes, I tried with PU function too.
Can you help me with example code to achieve the median with a pu function.
I need to consider 3 different tables inorder to achieve the correct result.
Thanks for your response.
I need this in a Number component.
It has to be like Median(count(casetable, activity table, activity = 'name') /
count(distinct (table.column)))
For this I'm getting aggregation error.
Hello,
I would like to but I am afraid I can't, sorry :
"Median(count(casetable, activity table, activity = 'name')"
would be : Median (PU_COUNT(casetable, activity_table, activity = 'name')
But, in PU function we need two tables so the division part can't work as it stands
So I think the easiest way is an OLAP Table as in my first message
Hope you will find out
Best regards
Thanks for your response.
I need this in a Number component.
It has to be like Median(count(casetable, activity table, activity = 'name') /
count(distinct (table.column)))
For this I'm getting aggregation error.
No worries, Thank you for the inputs
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.