I have a survey which collects event information and the volunteers who participate at each event. The volunteer and paid hours are tracked.
In my survey the volunteer info is a repeat to capture multiple volunteers per event.
I need to generate a report showing the sum of volunteer and paid hours. Can someone point me in the direction (possibly with a related example. I did see the photos one.) ? Much thanks in advance?
$<$summary>
${#Event .....}
${#rpt_volunteers}
${hours_type_volunteer}, ${hours_type_paid}
${/}${/}
$</>