Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a set of calculated data which I would like to show them on chart. Column A contains Business functions and column B contains all weekly sales, Column C contains Regions. I want to write a chart expression that selects column A = 'Consumer' and displays all weekly sales from column B. The Dimension will be Regions.
Thanks in advance.
Jasmine
If i understand the requirement correctly you can use column A ,Column C in the dimension and the sales in the expression.
If i understand the requirement correctly you can use column A ,Column C in the dimension and the sales in the expression.
In your chart use
Dimension >>> Regions
Expression >>>> Sum({<A = {Consumer}>}sales)
Hi,
Thank you for your response. I want to see if I'm able to make the selection (Column A = 'Consumer') in the expression.
Jasmine
I don't want to get Sum of the Sales because I want to display as it is.
Thanks,
Jasmine
It will display sales per Region
If you want to show details don't use chart just use table box.
As Ivan suggested you can display the data in table. Or you have pass the selection in expression.
Thank you so much for quick responses.
Jasmine