SO I'm writing a report that needs to list all my terminated employees,(selected FOR in the selections) and tell me whether they have any thing accumulated in a couple of accumulators.
I notice that the link:
V_EMPLOYEE.FILE# = V_YTD_ACCUMULATOR.FILE#
Causes those employees with nothing in their accumulators to be removed from the report. If I remove the link, All the terminated employees are shown, but my derived tables become useless (of course!). Is there a way to "selectively link" these, so my employees without anything in their accumulator table remain on the report?
Thanks!
I notice that the link:
V_EMPLOYEE.FILE# = V_YTD_ACCUMULATOR.FILE#
Causes those employees with nothing in their accumulators to be removed from the report. If I remove the link, All the terminated employees are shown, but my derived tables become useless (of course!). Is there a way to "selectively link" these, so my employees without anything in their accumulator table remain on the report?
Thanks!