Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Dynamic Column Heading

Hi,
Oracle Business Intelligence 12.2.1.1.0
I am using a session variable to populate a column heading in OBIEE. I use the command @{biServer.variables['NQ_SESSION.Cal']} in the column heading. Variable returns the value in format 2017-September. I need to just display September in the column heading. We could create a new variable in the required format and use it. But I am looking for something quick before doing the next rpd push. Please let me know how to format value from the variable.
Thanks
Ebin
Answers
-
Hi Ebin,
Yes, You have to create a new variable. or use TO_DATE functions to change the existing format.
Regards,
Avinash
0