I have a report with several variations of the same report as subreports. Below is one of the formulas I am using for data in some of my columns. For lack of better words and ease of explanation This is needed to pull historical data for certain columns (freeze time?)
if {JC20001.Document_Source}<>"PDU"and
{JC20001.DOCDATE}in {?Start Date}to{?End Date}
then {JC20001.Cost_Code_Act_Cost_TTD} else 0
My main report parameter is the Project number and the date parameters applicable to those columns. My problem is that regardless of how I link the report because this formula exists in all of the subreports I am still getting date prompts for all of the subreports.. Is there any way around this?
Terri
if {JC20001.Document_Source}<>"PDU"and
{JC20001.DOCDATE}in {?Start Date}to{?End Date}
then {JC20001.Cost_Code_Act_Cost_TTD} else 0
My main report parameter is the Project number and the date parameters applicable to those columns. My problem is that regardless of how I link the report because this formula exists in all of the subreports I am still getting date prompts for all of the subreports.. Is there any way around this?
Terri