Hello everyone,
Thank you for taking the time to read my question.
I have a column in my analysis that I want to display values based on a variable selected by the user. The user can choose between two options:
- Revenue
- Revenue plus everything paid in the next year related to prior sales
I was able to modify the column's values using a CASE statement based on the selected option. However, I cannot find a way to dynamically change the column heading based on the user's variable selection.
Is this possible in Oracle Analytics Server?
If not, would a workaround be to give the column a generic title like "Sales" and place the selected variable name as a text label next to the graph instead?
Thank you for your insights.
Here im making a case statement allowing the value to change based on the box selected.
And here's the prompt and the variable settings