I am using CR 10.0 that reads an Oracle database (not sure of version).
I have created a main report and unlinked subreport. Both reports list very similar data. Different conditions (individuals who have 20 hours to complete a task and individuals who have 24 hours to complete a task) result in different names being listed in each report:
Column Headers for the Main Report: The 20-Hour Report
Name Begin Date & Time Begin Date & Time +20 hours
Column Headers for the Sub Report: The 24-Hour Report
Name Begin Date & Time Begin Date & Time +24 hours
Both reports are grouped on name.
I have a page header set up in the main report with the appropriate column literals over each column of data which means it displays the +20 hours literal.
I have managed to incorporate the "fake" page header feature in the subreport so page headers print in the subreport as well. The problem is I want to substitute the +24 hour literal for the +20 hour literal in the subreport page header.
Is there anything in CR that allows one to determine when subreport time has been reached in the logic cycle or, conversely, when the end of main report time has been reached? If so, I could set up a formula based on that condition and embed it in the page header literal. Or is what I am trying to do not possible?
I have created a main report and unlinked subreport. Both reports list very similar data. Different conditions (individuals who have 20 hours to complete a task and individuals who have 24 hours to complete a task) result in different names being listed in each report:
Column Headers for the Main Report: The 20-Hour Report
Name Begin Date & Time Begin Date & Time +20 hours
Column Headers for the Sub Report: The 24-Hour Report
Name Begin Date & Time Begin Date & Time +24 hours
Both reports are grouped on name.
I have a page header set up in the main report with the appropriate column literals over each column of data which means it displays the +20 hours literal.
I have managed to incorporate the "fake" page header feature in the subreport so page headers print in the subreport as well. The problem is I want to substitute the +24 hour literal for the +20 hour literal in the subreport page header.
Is there anything in CR that allows one to determine when subreport time has been reached in the logic cycle or, conversely, when the end of main report time has been reached? If so, I could set up a formula based on that condition and embed it in the page header literal. Or is what I am trying to do not possible?