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: 
louise119
Creator III
Creator III

Filter 2 values

Is there a way to combine the two values and display them in the filter?
Filters don't work because you can only select one data.


I tried this, but it doesn't work.
[data A] &'-' & [data B]

3 Replies
Hania
Creator
Creator

Hello,

I don't know  why your code  doesn't working,

here , I tried it on my sample data ,

I have created a new field with the combination of two fields as, 

Country &'-'& Category  as  temp   (in your script)

you can used this field in your filter.

hope this will help for you.

 

 

BrunPierre
Partner - Master
Partner - Master

louise119
Creator III
Creator III
Author

Thank you.
I tried below, but I think the data include "-". I wanna remove the "-", but I can't do that...

Country &'-'& Category  as  temp   (in your script)