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: 
Meshaikh1995
Contributor II
Contributor II

i wanna create an Dynamic filter pane, and in that filter if user type in search like i.e........

Hi Guys

i wanna create an filter pane, and in that filter if user type in search  i.e  01-02-2022 to 20-03-2022  so it should show all sales or data between this date, if is possible so plz talk me how can i achieve. 

1 Reply
Or
MVP
MVP

This is not possible as far as I know. Your user would have to use Qlik syntax in search, which would typically be:

>=01-02-2022<=20-03-2022

It is possible that Insight Manager could do something like this with human-friendly text, though I wouldn't count on it. You could also have the user type into a variable, parse the result to pull out the two dates, and then use a button action to apply the selection using the Qlik syntax above.