Hello,
I want to show the repeating group list of the start and end of month.
For example, in September, repeating group shows from Sep-1 to Sep-30, in August, from Aug-1 to Aug-31.
Let me know how to resolve this,
Thank you.
Hello,
I want to show the repeating group list of the start and end of month.
For example, in September, repeating group shows from Sep-1 to Sep-30, in August, from Aug-1 to Aug-31.
Let me know how to resolve this,
Thank you.
Hi there, @fact-field… if I understand your post correctly, you should be able to achieve the desired result by adding the following constraints to your repeating group’s data source.
Created date > Current date/time:rounded down to month
Created date < Current date/time:rounded down to month +(months): 1
With today being September 15, 2022, those constraints would evaluate to September 1, 2022 12:00 am and October 1, 2022 12:00 am, respectively, so only things that were created between those dates would appear in the repeating group.
Hope this helps.
Best…
Mike