Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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.

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.