Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
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.
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.
Yes, thanks, I posted and got it :-).