Forum Discussion

tomekm's avatar
tomekm
Helper III
4 years ago
Solved

Value range buckets for summarized count view

Hello,

 

I'm trying to create buckets for specific value ranges, but I want to show them in a summarized table, so that for the 4 distinct buckets below I can show the count of the individual POs that fall within that range:

 

PO numberPO valueBucket
123490000-50k
789210000-50k
211790000-50k
333550000>500k
4565100050-100k
222234000100-500k
5431600000>500k

 

Desired output:

 

Buckets:Count of POs
0-50k3
50-100k1
100-500k1
>500k2

 

Thank you.