I have a DB with date/time and event. I want to do a report where the user can select a date range, say 2 weeks and the report will break that down into the events and date/time per day on its own. How would I go about doing that?
In a RepeatingGroup, you can have a list of Items (containing your event and date/time)'s date/time, grouped by date/time
Within each cell in your RepeatingGroup, you can add another RepeatingGroup, that searches for the Items where the date/time is the Current cell’s date/time
This topic was automatically closed after 70 days. New replies are no longer allowed.