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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
tvisha
Creator II
Creator II

Filtering Data on same field

Hi,

 

I need to add a filter in the filter pane on a date. The user can give >= and <= condition on the same field, how can I do the same?

 

Thanks,

Labels (1)
1 Solution

Accepted Solutions
Or
MVP
MVP

This is standard filter behavior in Qlik. Just use a regular filter pane object.  Syntax would be e.g.

>=01-Jan-2020<=31-Jan-2020

For whatever date format you use - in this example, DD-MMM-YYYY.

View solution in original post

2 Replies
Or
MVP
MVP

This is standard filter behavior in Qlik. Just use a regular filter pane object.  Syntax would be e.g.

>=01-Jan-2020<=31-Jan-2020

For whatever date format you use - in this example, DD-MMM-YYYY.

tvisha
Creator II
Creator II
Author

Yes, thanks, I posted and got it :-).