Hi
CR Version - 11
I am producing a report based on a job status and having to use subreport to bring certain parts of the information that is needed
Main Report Tables
Call
Location
Status
Sub Report Tables
Call
Controlled_Event
I have a report that has the data grouped by the Call.Call_No and displays the status (Status.status). in the footer of the main report I have a Cross-Tab table with the following
ROW - Location.Area_ID
Column - Status.status
Summarized Field - Call.Call_No (DistinctCount)
this all works fine.
I have then created a subreport that is linked to the main report via the Call.Call_no and have used shared numbervar to share the Controlled_Event.ID_No, as a call may/maynot have a controlled event.
in the main details the Controlled_Event.ID_No data is displayed correctly but what I want to do is be able to summarise the shared data in the main report as in the footer of the report I want to display a secon Cross-Tab table with the following information
ROW - Location.Area_ID
Column - Controlled_Event.ID_No
Summarized Field - Call.Call_No (DistinctCount)
so my question is how do I get it that the formula in the main report
whileprintingrecords;
shared numbervar := ID
that is pulling the information in the subreport to a state that I can summurise and use in a Cross-Tab table
Thanks for any help in advance
Stephen
CR Version - 11
I am producing a report based on a job status and having to use subreport to bring certain parts of the information that is needed
Main Report Tables
Call
Location
Status
Sub Report Tables
Call
Controlled_Event
I have a report that has the data grouped by the Call.Call_No and displays the status (Status.status). in the footer of the main report I have a Cross-Tab table with the following
ROW - Location.Area_ID
Column - Status.status
Summarized Field - Call.Call_No (DistinctCount)
this all works fine.
I have then created a subreport that is linked to the main report via the Call.Call_no and have used shared numbervar to share the Controlled_Event.ID_No, as a call may/maynot have a controlled event.
in the main details the Controlled_Event.ID_No data is displayed correctly but what I want to do is be able to summarise the shared data in the main report as in the footer of the report I want to display a secon Cross-Tab table with the following information
ROW - Location.Area_ID
Column - Controlled_Event.ID_No
Summarized Field - Call.Call_No (DistinctCount)
so my question is how do I get it that the formula in the main report
whileprintingrecords;
shared numbervar := ID
that is pulling the information in the subreport to a state that I can summurise and use in a Cross-Tab table
Thanks for any help in advance
Stephen