Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Button to select previous date

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!

2 Replies
tresesco
MVP
MVP

Using toggle select like attached sample.

Search String: ='('&Concat(Aggr((Date(Date-1)),Date),'|')&')'

MK_QSL
MVP
MVP

Check enclosed file