I have 2 sub reports in the main re
I have 2 sub reports in the main re
(OP)
I have 2 sub reports in the main report. The first on the left in the example shows all phone reservations made by each agent and a total gratuity amount if they collected any. The second sub report shows all of the phone reservations with zero gratuity's. Is there a way I can pull the zero reservation total for each agent from the report on the right into the report on the left. We are trying to determine a) the total number of reservations where a tip was collected b) the percentage of phone reservations where a tip was not collected and c) a percentage of reservations where a tip was collected.
Thank you in advance for any assistance.
Thank you in advance for any assistance.
RE: I have 2 sub reports in the main re
If the subreports are necessary for some reason, you could create shared variables in each to carry the values to the main report, and then reference them in the main report to do the calculations. You would have to do the referencing/calculating in a section following the subreports. If the subs are in a GHa section, insert a GHb, and then do the calculations there.
-LB