I have created a pivot table with a row dimension that is banded by buckets of a variable value.
I was wondering if there is a way for each row to have a different variable bucket value, row one to have a bucket value of 10 and row 2 to have a bucket value of 15 etc
Equally buckets are easily created per class() but to get unequally ones you will need any kind of (nested) if-loops to change the bucket-sizes like wanted.