Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 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
