Analysis for finding positions with more than one Employee
Summary
Need a report that shows a list of positions that currently have more than one Employee in the positionContent
I am trying to build an audit report that shows the Position Code, Title, Employee Number, Employee Name
The position has Overlap = Yes which is fine (we do have overlap with our students)
I am using the Subject Area "Workforce Management - Worker Assignment Real Time"
I tried adding a count on Position
count("Position"."Position Code") but this is showing a count of 2 for the positions (only the second position in my list should have a 2)
I have attached a picture of what I am seeing with my analysis
0