Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OBIEE Prompt Limit value through SQL script

e0be0f4f-9ed0-4d29-ae31-66ebc6741046Feb 6 2018 — edited Feb 6 2018

I want to create the script (Within prompt )so that I can limit the values of employee location name as per employee location country. I have created the below mentioned script however the script populate the country name instead of limiting location name as per country.

SELECT Distinct"Employee Location"."Employee
Location Name" FROM "Human Resources - Workforce Profile" where "Employee
Location"."Employee Location Country Name " IN (SELECT
"Employee Location"."Employee Location Country Name" FROM
"Human Resources - Workforce Profile")
FETCH FIRST 65001 ROWS
ONLY

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.