Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone - Being new to Qlik, I am trying to do the following and struggling with it, seems like a trivial issue
I have data something as below, where tracking ID remains same for multiple sequences. e.g. 1002 has 4 sequences, 1003 has only 1.
I want to use this data to create charts where i want to use say a condition that only those rows get picked up where Sequence Number = 1. How do I do that?
I can use the Filter Pane on sheet but i want that it should be independent of any filters, and condition exists somewhere in the expression itself. Please suggest.
Thanks for help!
Tracking ID | Sequence Number | Month |
1001 | 1 | Mar-22 |
1001 | 2 | Mar-22 |
1002 | 1 | Mar-22 |
1002 | 2 | Mar-22 |
1002 | 3 | Mar-22 |
1002 | 4 | Mar-22 |
1003 | 1 | Mar-22 |
1004 | 1 | Mar-22 |
1005 | 1 | Mar-22 |
1005 | 2 | Mar-22 |
1006 | 1 | Apr-22 |
1006 | 2 | Apr-22 |
1006 | 3 | Apr-22 |
Thanks Vitalii.
This works, just another query if I want to have multiple filters, say in the above data Sequence Number = 1 AND Month = Mar-22, how do I write that? AND function doesnt seem to work.
Regards,
Vikrant
Thanks Vitalii.
This works, just another query if I want to have multiple filters, say in the above data Sequence Number = 1 AND Month = Mar-22, how do I write that? AND function doesnt seem to work.
Regards,
Vikrant