Custom SQL Returns Only One Record
I am working on a new report using the below SQL and I am only seeing one Record when running it. I have confirmed that there are many users with no additional assignment details which should cause their records to populate based on the below SQL. I was able to use OTBI to accomplish the ask but would like to know why the custom SQL is not working. Any thoughts are much appreciated!
Custom SQL:
SELECT
pf.person_number
, am.assignment_number
, am.assignment_status_type
FROM
per_assignment_extra_info_m ex
, per_all_assignments_m am
, per_all_people_f pf
Tagged:
0