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: 
BrianDH
Creator II
Creator II

Date Filter (Today)

Team

I need to add a date filter to my sheet.  I'd like it to default to "TODAY" with the option to change. 

My user only wants to see today's data when the app opens.   With an option to remove or change.

 

Thanks for the help

B

Labels (1)
10 Replies
zied_ahmed1
Specialist
Specialist

Hello,

You can create a new filed like this in the script :

Today() as Today1

 

And after that create a default bookmarks in selecting it 

 

Thanks