Positions with no assigned person
Summary
Trying to get an "outer join" type result set with Position and AssignmentContent
We have an analysis that starts from the Position and brings Assignment Details for that position. We want to filter on attributes of the Assignment (Assignment Status Type) but also include those with no assigned person so we added Assignment Status Type is Null
The "is Null" does not work and these rows are not returned.
Can someone tell me how the "is null" works and/or provide another way to bring these Positions?
0