I have a very simple report which tabulates service calls logged by their urgency. I have a parameter for the date and I have the Company ID 'hard-coded' (although this too may become a parameter).
Now I want to add a sub-report which simply lists a few details about all the priority 1 calls.
I have constructed this report and tried to add it linking it via date parameter and Company ID.
In other words when I run the main report I want to enter a parameter for the date and have the sub-report reflect all priority 1 calls for that customer for that date.
But I'm either getting all priority 1 calls for all dates or none at all.
Should I be constructing the sub-report with a date parameter too? I would have thought that if my sub-report was set up to return every P1 call for every customer I could then filter its contents simply by linking on the Customer ID and date parameter field in my main report rather than have to enter a parameter on my sub-report as well.
Now I want to add a sub-report which simply lists a few details about all the priority 1 calls.
I have constructed this report and tried to add it linking it via date parameter and Company ID.
In other words when I run the main report I want to enter a parameter for the date and have the sub-report reflect all priority 1 calls for that customer for that date.
But I'm either getting all priority 1 calls for all dates or none at all.
Should I be constructing the sub-report with a date parameter too? I would have thought that if my sub-report was set up to return every P1 call for every customer I could then filter its contents simply by linking on the Customer ID and date parameter field in my main report rather than have to enter a parameter on my sub-report as well.