Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
vchan007
Contributor
Contributor

QlikView AccessPoint: How to select range of dates?

Hi all,

I know we can press and hold CTRL + select specific dates or left click and drag. However, how do we do this if we want to write into the date input box, for example, 1/27/2017 to 1/30/2017?

1 Solution

Accepted Solutions
stabben23
Master
Master

Hi,

You could use the magnifier and Write >=1/27/2017 <= 1/30/2017, then press enter. All valid Dates should then get "green".

View solution in original post

2 Replies
stabben23
Master
Master

Hi,

You could use the magnifier and Write >=1/27/2017 <= 1/30/2017, then press enter. All valid Dates should then get "green".

marcus_sommer
MVP & Luminary
MVP & Luminary

You could specify multiple values with a pipe-sign as delimiter, for example:

(1/27/2017|...|1/30/2017)

whereby in your case would be a search with operators more suitable, with something like:

>=1/27/2017<=1/30/2017

- Marcus