CR 8.5
SQL Database
I'm not sure I've titled this question correctly so forgive me. I have a issue with trying to suppress a group based on their contribution to the group.
I have claims that are worked by employees that run timers for each task they perform. Their timers are totalled and divided by the total timers for the claim. If any one employee's contribution to the file is >69% then all employees contribution should be suppressed. Here is my layout.
GH1-ClaimFile (suppressed)
GH2-Employee (suppressed)
D-Timer Detail information (suppressed)
GF2-Employee, eetotal timers, @%contribution(eetotal/filetotal)
GF1-ClaimFile, filetotal timers (suppressed)
As you can see all is suppressed except the GF2 section which shows the employee and % contributed. If any one EE contributed over 69% I need to suppress all GF2 for that claim file.
Thanks
-LLL
SQL Database
I'm not sure I've titled this question correctly so forgive me. I have a issue with trying to suppress a group based on their contribution to the group.
I have claims that are worked by employees that run timers for each task they perform. Their timers are totalled and divided by the total timers for the claim. If any one employee's contribution to the file is >69% then all employees contribution should be suppressed. Here is my layout.
GH1-ClaimFile (suppressed)
GH2-Employee (suppressed)
D-Timer Detail information (suppressed)
GF2-Employee, eetotal timers, @%contribution(eetotal/filetotal)
GF1-ClaimFile, filetotal timers (suppressed)
As you can see all is suppressed except the GF2 section which shows the employee and % contributed. If any one EE contributed over 69% I need to suppress all GF2 for that claim file.
Thanks
-LLL