Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there any standard range for bucketing?
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
Hi Shruti,
What you are actually looking for, any requirement with sample data ?
Try This Shurti
=AGGR(
ceil(
Rank( -1 * $(exp_DaysOnHandRaw($(filter_CMTD), $(filter_R12))),
4)/
Count(DISTINCT TOTAL Product)
*v_Buckets
)
, Product)
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
Differnt typey of bucketing What do you want