Hi. I want to make a repeating group similar below. How can I achieve this?
What I want to happen is to get the days between two dates and let it appear to repeating group 1day=1cell. It will be like “put start date” “put end date” then “show all events occuring each day”.
I’m planning to have a feature that user will have the option to select the date range. So it will be in different number of repeating groups. User may choose custom date range.
Yes. That’s what im planning to do. The first repeating group will be a “date” type. Then the nested repeating group will be “events occuring on that day”. However, can’t figure out how to have repeating group of each days specified on a date range.
Perhaps a bit old school, but you can use the Toolbox Plugin “List of Numbers” function to create a list of numbers between the Start Date and the End Date. So 0,1,2,3,4,5 in the example above.
Then convert that to Start Date + Cell Number Days.