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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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.

Labels (1)
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