Forum Discussion
Anonymous
3 years agoNot applicable
report
Hi! Please have a look at the report I have created. There are cards - name of the customer and some numbers (quantity, sales etc.) and treemap. User can choose any customer (from the treemap) to ...
- 3 years ago
Try create a measure to use in that text box instead of using an aggregation - something like:
Customer Name Text Box = IF(ISFILTERED([customer_name]), SELECTEDVALUE([customer_name]), "All Customers")
vicky_
Super User
3 years agoTry create a measure to use in that text box instead of using an aggregation - something like:
Customer Name Text Box = IF(ISFILTERED([customer_name]), SELECTEDVALUE([customer_name]), "All Customers")