I need a cumulative sum on a Column which is basically a count of an object and this object is defined as a dimension in Universe. When I use RunningSum(Count()) I get #ERR error.
Attached is the screenshot of the report with error and highlighting the Function. Kindly suggest how this can be done.
Looks like you only want the running sum of the Circuit ID column. So, I would suggest you use the formula RunningSum(Circuit ID). That should give you what you are looking for.
Thanks Satish. Yes the way I used the RunningSum function is correct but when I further analyzed , this Error happens only when I sort on the Count of Circuit ID field.
Basically I need to first sort on the Count of Circuit ID column and them perform a RunningSum on it.
The requirement is to sort Count of Circuit ID field , so that top numbers are seen first and then perform cummulative sum on a column to right. And finally have a cummulative percentage in the 4th column.
Supplier Code; 2. Count of Circuit ID; 3.Cummulative Sum of (count of circuitID); 4.Cummulative Percentage(cummulative sum/total sum)
I have implemented Pareto charts in Deski successfully which uses same procedure as you did. Calculating the Count then percentage then cumulative.
Initailly, DO NOT APPLY SORT. Calculate your percentage and cumulative place it in the table.
What i have observed is, Deski won’t show Errs when you
1/Create the table with you requried fields like Name, Count, Percentage, cumulative percentage.
2/ Then Apply sort on Count
Now, Deski won’t show any error when you sort. This may be work around for you.
I have attached a document which might be useful.