Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Dashboard Prompt using Direct SQL

User_2NI9B
Rank 3 - Community Apprentice
Hi All. This is not a question. Just to add more to this thread Dashboard Prompt using Direct Database SQL? I thought I would do it here.
Dashboard prompt is in fact possible by either the way given by Paul in the above post OR by simply SELECT_PHYSICAL columnname from tablename sql query.
For ex. SELECT_PHYSICAL DISTINCT EMP_NAME FROM EMP;
This works perfectly.
Thanks
0