hi there. I have a main report linked to a subreport based on a client id. In my subreport I want to see all income pay codes equal to 1 and all income benefit codes equal to 2 where the subbenefit codes are equal to A, B, C, D, G, I, J and M.
so I have my record selection as
(income code type = 1) or (income code type = 2 and income code in "A", "B", "C", "D", "G", "I", "J", "M"
within that subreport I have a grouping on incode codes
I seem to be pulling in records in that subreport for all in the company, not just specific to that employee id. Please help me - I am sick about it now!!! Much appreciated.
so I have my record selection as
(income code type = 1) or (income code type = 2 and income code in "A", "B", "C", "D", "G", "I", "J", "M"
within that subreport I have a grouping on incode codes
I seem to be pulling in records in that subreport for all in the company, not just specific to that employee id. Please help me - I am sick about it now!!! Much appreciated.