Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 218 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Format prompt selections

Summary
Add specific formatting to prompted selections
Content
Is there a way to format the selections that show for prompts? For instance i need to have a prompt that forces all the selection options to be in upper case, is it possible to add a formula to the prompts to show that to the end user?
Answers
-
how about using UPPER key word to force any selection to be in upper case?
0 -
I think that would probably work but I'm not sure how to use the upper formula in a prompt.
0 -
Hi,
To do this, edit the column prompt > expand Options, expand the dropdown, then select SQL results.
Then, edit the SQL like this, then save your Prompt/Analysis:
SELECT UPPER("Folder"."Column Name") FROM "Sales - CRM Pipeline" FETCH FIRST 65001 ROWS ONLY
Thanks,
Chris Dabel
Oracle Fusion Support
0 -
Thanks!
0