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
Allow prompt with underlying SQL to be limited to other prompts
Organization Name (Required - If you are an Oracle Partner, please provide the organization you are logging the idea on behalf of):
postmedia
Description (Required):
While developing dashboard prompts, when i choose “all column values” for populating a prompt i can set “limit values by” and pick other column prompts.
if i change it to “results from logical SQL”, then the UI stops offering the “limit values by” option.
please, allow column prompts to be limited by the values of other prompts, EVEN when the List-Of-Values fir this prompt comes from a SQL statement.
Use Case and Business Need (Required):
dashboard prompt with two prompts: manager and employee.
Manager column is populated with all managers where Status=‘active’
Logical SQL: select MANAGER from SALES where STATUS = ‘Active’
Employee column is populated with this Logical SQL:
select EMPLOYEE from SALES where STATUS=‘Active’
Problem: the UI does not let me limit employee values by manager. Plus there is no way to write a Logical SQL that uses the recently picked manager(s) in a where clause for the SQL that populated “Emploee”
Enhancement Request / Service Request:
none