Categories
- All Categories
- 6 Oracle Analytics Sharing Center
- 12 Oracle Analytics Lounge
- 202 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.5K Oracle Analytics Forums
- 6K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 72 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Reference parameter in calculation name

It is possible to reference a parameter in a visualization title but it does not seem to work for a calculation name. It would be useful if that was possible. My use case is that I have a calculation that creates a measure (for example, Net Sales') where the value is depening on a parameter (for example, estimate version 'par_estimate'.) I would like to have the estimate version reflected in the calculation name, thus 'Net Sales E9' if the estimate version parameter is set for 'E9'. The syntax would be 'Net Sales @parameter("par_estimate")' This currently does not work.
Comments
-
@Kees Sint Nicolaas It is working fine. Try with
Net Sales @parameter("par_estimate")('')
0 -
I tried 'Net Sales @parameter("par_estimate")('')' but it is not working.
0