Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.