Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Show the value of a column in a text visualization.

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.
Best Answer
-
Hi @Erikaa-Oracle ,
TextBox visualisations support parameters. You can reference them with the following syntax:
@parameter("parameter name")('default value')
You have to define parameters in your target workbook, and eventually bind them to a filter or use a logical SQL to dynamically update their value.
0
Answers
-
Thanks Federico. It worked.
0