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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

current date as default filter

Hi

                I need to use current date as default filter. I have list of dates available in a list box (30 days back from current date ). By default current date should be selected in the document.

1 Reply
deepakk
Partner - Specialist III
Partner - Specialist III

hi ,

Go to setting--> Document Properties -->Trigger --> OnOpen --> Add Action-->Selection -->Select in Field -->

Inside Field give the field name

and in Search String write : Date(today(),'DD/MM/YYYY').

Make sure the format of today is same as the date field.

Deepak