on ā2024 Mar 27 5:21 PM
I have a cross-tab table of terminations, and each employee has duplicates even though all fields are the same.
In a Summary table, I am getting the right total (2):
But in a cross-tab table with employee details, I am getting multiple rows for the two employees:
I am using the same measure for both tables:
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are pulling position table in your query, you will have to set the filter on the mdfRecordStatus = N.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.