Oracle Transactional Business Intelligence

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

Document Type I9 not pulling on OTBI reports

Received Response
14
Views
2
Comments

Document Type I9 not pulling on OTBI reports while creating reports from subject area Document of Record Real Time even though we can see it on UI

query we are using

SET VARIABLE PREFERRED_CURRENCY='User Preferred Currency 1';SELECT
   0 s_0,
   "Workforce Management - Documents of Record Real Time"."Document Type"."Document Category" s_1,
   "Workforce Management - Documents of Record Real Time"."Document Type"."Document Name Applicable Code" s_2,
   "Workforce Management - Documents of Record Real Time"."Document Type"."Document Type" s_3,
   "Workforce Management - Documents of Record Real Time"."Worker"."Person Number" s_4
FROM "Workforce Management - Documents of Record Real Time"
WHERE
(("Worker"."Person Number" = '31492') AND ("Worker"."Person Number" = '31492'))
ORDER BY 4 ASC NULLS LAST, 2 ASC NULLS LAST, 3 ASC NULLS LAST, 5 ASC NULLS LAST
FETCH FIRST 75001 ROWS ONLY

Tagged:

Answers