Can anybody help me showing next & previous week data in Repeating group when clicking previous & next week button?
I am unable to figure out the logic
Hi there, @mdburhan3… one way you could go here is to set a custom state (date range) when a button is clicked, and then use the custom state’s value as a conditional constraint on the repeating group’s data source. For example, setting the custom state when the This Week button is clicked would look like this…
Then, you could have a condition on the repeating group that says when that custom state’s value isn’t empty, do a search for events with a constraint where the created date is greater than or equal to the start date of the custom state’s range and another constraint where the created date is less than the end date of the custom state’s range. Make sense?
Hi one question, how did you get “( )” brackets after range? as i’m trying to add :round down to week but its not showing in the list so there must be a way to get ther