Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a date field and I would like to create a "-1" button that will add previous dates to the selection for all already selected values (i.e. I have 5/3/2014 and 5/3/2013 selected, the button would add 5/2/2014 and 5/2/2013 to the selection.
Thanks you!
Using toggle select like attached sample.
Search String: ='('&Concat(Aggr((Date(Date-1)),Date),'|')&')'
Check enclosed file