Hi,
I'll explain myself better with an example:
I have the following values in radio (input):
Name -> Value
MB ->1024/1024
GB ->1024/1024/1024
(...)
with the $token_name$ I can use the selected value in my search, but I would also like to use the name/label of the selected size to use in the chart legend.
Is it possible to do this in Dashboard Studio?
thanks in advance for your help 😃
Not sure of how dashboard studio does it, but in Simple XML when you select a value in a radio, the $label$ token is set to the label, so you can use a <change> block to assign that to a token - maybe there is something similar in DS