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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Beginner_Qlik1
Partner - Contributor III
Partner - Contributor III

How to set the dahsboard to display results for current week by default

Hi,

How can I acheive to set the dashboard (in Qlikview) by default to display graphs for current week only (without selecting any selection criteria ).

Thanks in advance!

Labels (1)
1 Solution

Accepted Solutions
BrunPierre
Partner - Master II
Partner - Master II

Hi, by way of triggers.

Field --- Properly formatted date field
search string ---- =Min({<[Date Field] = {"$(='>=' & Date(Today()))"}>} [Date Field])

BrunPierre_1-1714388952071.png

 

View solution in original post

2 Replies
BrunPierre
Partner - Master II
Partner - Master II

Hi, by way of triggers.

Field --- Properly formatted date field
search string ---- =Min({<[Date Field] = {"$(='>=' & Date(Today()))"}>} [Date Field])

BrunPierre_1-1714388952071.png

 

Beginner_Qlik1
Partner - Contributor III
Partner - Contributor III
Author

Thanks