Currently using Crystal Reports 9 and I have a dynamic cross tab that serves as a checklist.
For example - The cells are a count of the column field.
User | Test1 | Test2 | Test3 | Test4 | Field to be removed |
---|---|---|---|---|---|
User1 | 0 | 1 | 1 | 1 | 1 |
User2 | 1 | 0 | 0 | 1 | 1 |
User3 | 0 | 0 | 0 | 0 | 1 |
My issue here is that I need to remove the last field but keep the user on the list. If I do a selection filter or a group filter that filters out the last field, User3 will be eliminated because it will have no records of field Test1-4.
Any ideas?