

Specialist
2015-06-11
07:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 any expression can be used to substitute the "Full accumulation" option in Table Chart.
694 Views
3 Replies

Not applicable
2015-06-12
12:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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


Specialist
2015-06-12
09:04 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Navdeep,
I tried the formula,
Its just hanging the Qlikview.
414 Views

Not applicable
2015-06-13
07:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please attached your app or try to use it with less data.
414 Views
