Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 a
ny expression can be used to substitute the "Full accumulation" option in Table Chart.
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
Hi Navdeep,
I tried the formula,
Its just hanging the Qlikview.
Please attached your app or try to use it with less data.