How can we pull a report to show the number of ‘Events’ held per ‘session’ per course?
We want to be able to see this breakdown and also check attendance against it.
I can create a report showing the ‘sessions name’ under each course but not the number of events held under EACH session per course?
I hope the above makes sense?
Thanks.
O
Best answer by lrodman
I’m not sure this is possible. You could name your sessions to indicate the number of events they contain, and potentially get at it the same way. For example, end your session names with a special character separator (ie “Sales Session %#3” indicating it has 3 events) and the number of events, then do text to columns in excel with your output, to split that number of events into its own column.
I’m not sure this is possible. You could name your sessions to indicate the number of events they contain, and potentially get at it the same way. For example, end your session names with a special character separator (ie “Sales Session %#3” indicating it has 3 events) and the number of events, then do text to columns in excel with your output, to split that number of events into its own column.