Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I've go a bar chart with "sold goods" and their percentage. But there are to many different percentages so I want to create ranges (e.g. 0%-5%, 5%-10% and so on).
What is the easiest way to do this?
Could anyone help?
I think this should work:
create a new dimension:
=If(percentage_goods < 1.0 or percentage_goods <>0 , Class(percentage_goods , 0.05),'>=1')
I think this should work:
create a new dimension:
=If(percentage_goods < 1.0 or percentage_goods <>0 , Class(percentage_goods , 0.05),'>=1')