Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a table with data as below
Dimension: Customer
Expression: Count(SalesItems)
How can I show only total visible instead of the breakdown by data. Please can anyone suggest me.
Thanks.
Is there any other way instead of text object. I know it will possible with text object. but I would need to show instead of text object
Didnt get you can eloberate it
Do you mean you want to show the total count of all SalesItems for all Customers? Try Count(TOTAL SalesItems).
could you give a little more information about what you'd like? What exactly is the total you'd like to display?
Hi Amelia,
Rather than text box u can get it with Straight table ...
PFA...
try either this
Count(total<Customer=>SalesItems)
or
Count(total {1} <Customer=>SalesItems)
Thanks. When I am using this it is showing error in calculated condition. how can I set this? Please help?
Just remove the Dimension from your Straight Table.
-Rob