I am working on adding some drop down to an existing dashboard studio.
I have the queries working with no issues by referencing the drop down's but wrapping the Token Name in $$.
What I am working on now is I would like to update a Widgets Title with the Tokens Label as that is the 'human' readable data, not data to drive the queries.
This works with showing the 'value' of the Tokens selection $tok_aToken$ but how do I show the tokens label?
I have tried: $tok_aToken_label$, $tok_aToken.label$ and have been searching for hours and have been unable to find a solution ?