strider1973
Programmer
I am having a problem calculating totals of values from a subbreport in the main report. Here are the details:
- This report is a list of meetings grouped by division number
- For each division I have included the total attending, total savings and total room nights for each meeting in that group
- There is one savings value for each meeting and there is one total attending value for each meeting
- There are many hotel night values for each meeting so I have created a subreport that shows the sum of all room nights for the meeting
How can I calculate on the value in the room nights subreport to give me sum of all room nights for division in the main report? I have investigated using shared variables but that has not worked for me. Perhaps I am doing something wrong. Any advice?
Thanks
- This report is a list of meetings grouped by division number
- For each division I have included the total attending, total savings and total room nights for each meeting in that group
- There is one savings value for each meeting and there is one total attending value for each meeting
- There are many hotel night values for each meeting so I have created a subreport that shows the sum of all room nights for the meeting
How can I calculate on the value in the room nights subreport to give me sum of all room nights for division in the main report? I have investigated using shared variables but that has not worked for me. Perhaps I am doing something wrong. Any advice?
Thanks