Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
markgraham123
Specialist
Specialist

Table chart - Accumulation

Hi,

I accumulated the relative values.

now, i wanna separate the accumulated values into buckets.

0-25%, 26-50%, 51-75%, and 76-100%.

I tried this, RangeSum(Above(Sum(Relative), 0, RowNo())) but no result.

Please let me know if a11.pngny expression can be used to substitute the "Full accumulation" option in Table Chart.

Labels (1)
3 Replies
Not applicable

Hi,

You can use RangeSum(Above(Sum(Quantity),0,RowNo())) / Sum(total Quantity) to replace full accumulation.

and for bucketing, check class() function.

Regards,
Navdeep

markgraham123
Specialist
Specialist
Author

Hi Navdeep,

I tried the formula,

Its just hanging the Qlikview.

Not applicable

Please attached your app or try to use it with less data.