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: 
shrusrkt
Contributor III
Contributor III

bucketing

Is there any standard range for bucketing?

5 Replies
rodjager
Partner - Creator
Partner - Creator

Hi Shruti,

There are some functions that can help with this but no standard interval ranges.  The following links to a post which may help you: Buckets

Hope this helps.

Rod

kkkumar82
Specialist III
Specialist III

Hi Shruti,

What you are actually looking for, any requirement with sample data ?

alishankhaliqe
Contributor III
Contributor III

Try This Shurti

=AGGR(
ceil(
Rank( -1 * $(exp_DaysOnHandRaw($(filter_CMTD), $(filter_R12))),
4)/
Count(DISTINCT TOTAL Product)
*v_Buckets
)
, Product)


Engineer
beck_bakytbek
Master
Master

Hi Shruti,

what kind of output do you expect? you can use the Class-Function or another function,

look at this: Class Function

i hope that helps

Beck

alishankhaliqe
Contributor III
Contributor III

Differnt typey of bucketing What do you want

Engineer