CR 8.5
Based on the formula below, is there a way I can get the formula to ignore (not print) records that match "September 2004"? For a reason I have not been able to figure out the report is printing a blank September 2004 page in the report and am hoping for a "workaround" on this issue.
----------------------------------
WhilePrintingRecords;
"For the Month of " +
["January", "February","March","April","May","June",
"July","August","September","October","November","December"] [Month (DTSToDate ({tblMaster.DateRequested}))]
+ ", " + ToText (Year (DTSToDate ({tblMaster.DateRequested})), 0 , "")
Based on the formula below, is there a way I can get the formula to ignore (not print) records that match "September 2004"? For a reason I have not been able to figure out the report is printing a blank September 2004 page in the report and am hoping for a "workaround" on this issue.
----------------------------------
WhilePrintingRecords;
"For the Month of " +
["January", "February","March","April","May","June",
"July","August","September","October","November","December"] [Month (DTSToDate ({tblMaster.DateRequested}))]
+ ", " + ToText (Year (DTSToDate ({tblMaster.DateRequested})), 0 , "")