Using dropdown to let users see last 7 days of things in repeating group, but it shows both +7 and -7, what should i change this to, to only show -7?
Tried saying Current date -7, but doesnt work
Current date +(days) -7, doesnt work btw
StartTime => Current date/time:rounded down to date +(days):-6
StartTime < Current date/time:rounded down to date +(days):+1
This should do it
You need both an upper and a lower refference.
1 Like