I have a dashboard with a popup slicer, but once I close the popup there is no way to tell which variables were selected, so I would like to display, above the chart, in a row, a path kind of line including all parameters I'm selecting in the slicer box.
I tried referencing them in a HTML layout position, like:
${size}
, ${type}
, ${line}
and ${service}
, but it shows the text as written. No variables are parsed.
I also created a freeform component to use Javascript, but I see no data, and I can't figure out the function to use.