Hi,
I have compiled a report based on two sub reports which allows me to count the number of records in each sub report and return the following values:
1. Total No of records
Control source
=([rptDeadlines Met].[Report]![Total Day's Active Grand Total Sum]+[rptDeadline not met].[Report]![Days Active Grand Total Sum])
I.e. Report A contains 5 records, report B contains 5.
Total = 10
2. % ot total derived from report A.
Control source
=([rptDeadlines Met].[Report]![Total Day's Active Grand Total Sum]/[Text11])*100
In above example 50%.
How can I modify my selection criteria so that I get a value of 0%, if there are no records in report A or 100% if there are no records in Report B.
Thanks in advance,
Roal
I have compiled a report based on two sub reports which allows me to count the number of records in each sub report and return the following values:
1. Total No of records
Control source
=([rptDeadlines Met].[Report]![Total Day's Active Grand Total Sum]+[rptDeadline not met].[Report]![Days Active Grand Total Sum])
I.e. Report A contains 5 records, report B contains 5.
Total = 10
2. % ot total derived from report A.
Control source
=([rptDeadlines Met].[Report]![Total Day's Active Grand Total Sum]/[Text11])*100
In above example 50%.
How can I modify my selection criteria so that I get a value of 0%, if there are no records in report A or 100% if there are no records in Report B.
Thanks in advance,
Roal