H,
Is it possible to display a fixed text and a column value in a text visualization. I've tried using ${valuesForColumn:COLUMN} and also {column_name} but this does not show the column value. This is the use case:
- I have a data action that takes me to Canvas 1 and pass all values e.g Sales amount
- When I'm in Canvas 1, I need to show a text like "Total Sales :" {Sales column} and be able to format it.
How can I do this?
Thanks for your help.