In Oracle BI 12c :
Is it possible to custom column name (the column name that is displayed) ??
For example:
I want that a column (that ha the value from a specific field1 )
has name "CUSTOM_ONE" if the value of a presentation variable is "1" ;
otherwise it has name "CUSTOM_TWO" if the value of a presentation variable is not equal to "1" .
It is possible to do this? And how?
Regards.