I am trying to work on a report which has yearly records of employees. I have a created a table and a chart based on this. Now I want to create a subreport which would display monthly records for the YEAR in the main report. The report runs perfect when I drillthrough, but have to use subreport in order to achieve this. So basically The main report has
Parameter: Employee
The second report has:
Parameter: Employee and Year
The SubReport should not show up if Year on the Main table is not clicked. Can you please tell me how this is done.
Update:
I tried creating the subreport , but the it takes the top most year and displays the subreport and when I click on other "Years" it gives me an error.(Takes me to another page)