Forum Discussion
Anonymous
3 years agoNot applicable
Dynamic Title
Hi All, I have created a visual and want the count of customers also in the title eg. XYZ Customers with <500 ARR. Is it possible to show this way? Customer is nothing but the account. Any p...
- 3 years ago
try this
Dynamic tile = count('page-1_table-1'[ARR]) & " Customers with <500 ARR"is <500 also dynamic?
Anonymous
3 years agoNot applicable
Thanks for the reply.
I want title like : 100 Customers with <500 ARR
Count should be in front of Customers.
vaibhavkale570
3 years agoResolver III
try this
Dynamic tile = count('page-1_table-1'[ARR]) & " Customers with <500 ARR"
is <500 also dynamic?
- Anonymous3 years agoNot applicable
Thanks this resolved my issue.