Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an expression for cumulative value for my top 10 rootcause. i want to take the count of cumalative value for one particular condition. Can anyone help me with this. Thank you:-)
Hey there,
Have you tried using RangeSum expression?
See here:
Best regards,
Data Architect MB
Hi Miguel,
Yeah. I am using the below expression for cumulative value.
cumulative=
RangeSum(Above(Sum(aggr(count(MT_ID),[Issue Type],[Request Type])),0,RowNo()))/
sum(TOTAL Aggr(Count(MT_ID),[Issue Type],[Request Type])) and I am taking the top 10 by setting the max value in the presentation. Now, I want the count of Cumulative for values more than 80% to be displayed in the label of my chart.