loveyoursite
Technical User
I would greatly appreciate any formula recommendations for the following.
CRV10 - I have a table with the following fields: WF.OLD_DEPT, WF.NEW_DEPT, WF.OLD_PL, WF.NEW_PL, etc.
There will always be an old and a new value and sometimes those values will be the same for an employee.
In my report I want to show only those records where the "new" value is different from the "old" value AND if there is a difference, I need to show both the old and the new values. For example:
Employee: 8907
WF.OLD_DEPT 7161
WF.NEW_DEPT 7161
WF.OLD_PL 9827
WF.NEW_PL 9101
Employee: 7189
WF.OLD_DEPT 2323
WF.NEW_DEPT 8907
WF.OLD_PL 6529
WF.NEW_PL 1058
The report will show:
Employee Old Dept New Dept Old PL New PL
8907 9827 9101
7189 2323 8907 6529 1058
CRV10 - I have a table with the following fields: WF.OLD_DEPT, WF.NEW_DEPT, WF.OLD_PL, WF.NEW_PL, etc.
There will always be an old and a new value and sometimes those values will be the same for an employee.
In my report I want to show only those records where the "new" value is different from the "old" value AND if there is a difference, I need to show both the old and the new values. For example:
Employee: 8907
WF.OLD_DEPT 7161
WF.NEW_DEPT 7161
WF.OLD_PL 9827
WF.NEW_PL 9101
Employee: 7189
WF.OLD_DEPT 2323
WF.NEW_DEPT 8907
WF.OLD_PL 6529
WF.NEW_PL 1058
The report will show:
Employee Old Dept New Dept Old PL New PL
8907 9827 9101
7189 2323 8907 6529 1058