Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Let's say I have a filter pane in my app to select amongst a list of user: A, B, C, D.
I'd like the title of my Graph to display :
Is that possible ?
@Derek_T Please try below expression and see if it helps.
=if(isnull(GetCurrentSelections()),'Metric Team',chr(39)&'Metric '&''&GetFieldSelections(User)&chr(39))
If it resolves your issue, please like and accept it as a solution.
@Derek_T Please try below expression and see if it helps.
=if(isnull(GetCurrentSelections()),'Metric Team',chr(39)&'Metric '&''&GetFieldSelections(User)&chr(39))
If it resolves your issue, please like and accept it as a solution.