Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 293 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 116 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI 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