Help Please: In a repeating Group show only "things" within "date range"

If someone could help me with this please, I want to show, in a repeating group, items within a particular date range. For instance, show items with date between 8/1/17-8/8/17

items in database would be entered using regular inputs (event name, event description and the date/time picker)

Thanks!
Jeff

Put a condition on the repeating group like the following:

Created date > date picker A’s value
Created date < date picker B’s value

1 Like

awesome thanks!

Ok so the more I dig, the “fix” (thank you Daniel) actually did not work for what I am trying to do.

Database:
Name: Birthday Party
Date/Time: 09/10/2017

imagine more entries. All I want to do is show, in a repeating group, the events that are scheduled for “that week” or 'in the next x days"

Been racking my brain for hours, any ideas?

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.