Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
duhita
Contributor
Contributor

Filtering using filter pane

Is it possible to add a filter in filter pane?

For example, I'd like to filter a certain region in city fields, therefore i'll only show some points from that region

I've tried using the =( {$<[City Field]={region}>}[Point field]) but it does not work.

Thanks in advance

Labels (3)
1 Reply
Mark_Little
Luminary
Luminary

Hi 

You could achieve it in script, By creating a new field.

IF( [City Field]='region', [Point field], NULL()) AS NewField