Hello all,
I have been using Splunk's classic dashboard for a while now and I switched to dashboard studio, one thing I can't seem to figure out is when I need to have different values of labels from the value actually used by the token.
Say the data source of a dropdown is an SQL query with 2 columns, one I want to use as the label (aka value displayed to the user), the other as the token's actual value, is that possible?
If it helps in classic dashboard it is done via
<fieldForLabel>name</fieldForLabel>
<fieldForValue>age</fieldForValue>
Any ideas?
Thank you very much!
... View more