Hello,
A monthly report needs to display CompanyName, Actual,Budgeted and Forecasted Amounts per record for all the States. For each CompanyName,Amounts having only the latest Date_Stamp should appear.There may be more than one District per State but a CompanyName can show only once on the report.The report has a Start_Date and an End_Date and is grouped in the following order :
G1= {State}
G2= {District}
G3= {CompanyName}
all the three fields from the same table.The Date_Stamp and other Amounts are contained in another table and there might be multiple enteries against a CompanyName in a given month.
I can use the Maximum({Date_Stamp},{CompanyName}) in the Detail section's supress property to show only the latest records.Problem comes when i try to do a Subtotal of Amount fields by G2{District}.It calculates a total of all the Amounts for a District,irrespective of the Date_Stamp.
Is there any way to create a formula in the Record Selection to filter records at the first stage.
I would be greatful if anyone can help me with this report, since Iam very new to CR8.
A monthly report needs to display CompanyName, Actual,Budgeted and Forecasted Amounts per record for all the States. For each CompanyName,Amounts having only the latest Date_Stamp should appear.There may be more than one District per State but a CompanyName can show only once on the report.The report has a Start_Date and an End_Date and is grouped in the following order :
G1= {State}
G2= {District}
G3= {CompanyName}
all the three fields from the same table.The Date_Stamp and other Amounts are contained in another table and there might be multiple enteries against a CompanyName in a given month.
I can use the Maximum({Date_Stamp},{CompanyName}) in the Detail section's supress property to show only the latest records.Problem comes when i try to do a Subtotal of Amount fields by G2{District}.It calculates a total of all the Amounts for a District,irrespective of the Date_Stamp.
Is there any way to create a formula in the Record Selection to filter records at the first stage.
I would be greatful if anyone can help me with this report, since Iam very new to CR8.