Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hy there. I would like to create a bar chart with 3 bars for Sales. Every bar should reprezent sales for today , a week ago and average for last week.
For dimmension I have some values like : Clothes , Electronics etc.
I would like to make this bar char only for Clothes Sales. How can I do that?
Thank you.
I would like to make this bar char only for Clothes Sales. How can I do that
Select the Clothes value in the dimension field with that value. Or use a set analysis expression: sum({<NameOfDimensionHere = {'Clothes'} >} NameOfMetricHere)
I would like to make this bar char only for Clothes Sales. How can I do that
Select the Clothes value in the dimension field with that value. Or use a set analysis expression: sum({<NameOfDimensionHere = {'Clothes'} >} NameOfMetricHere)
Thanks , that is what I need.