Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Dashboard Prompt using Direct SQL

1
Views
0
Comments
User_2NI9B
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