Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello - I am using Qlik Sense and have a field that I want to filter on with similar values to those listed here.
NCLED
NCERE
NCNAH
92365
95362
93101
I would like only the values that start with "NC" to show in the filter pane to then filter on those. Is there a way to do this in Qlik Sense?
May be like this
If(WildMatch(FilterField, 'NC*'), FilterField)
Perfect! Thanks!
Can you please tell where do we have to apply this expression?
It could be in the script or front end based on your requirement