Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Multiple selection text filter

I'm new to Qlik Sense Cloud and need help with text filtering.

I would like to be able create a set of buttons with all products (T1-T4).

When clicking one button, a filter of the companies containing the specific product should be applied.

Example: If clicking "T1" and "T2", i'd like to show Company2 and Company4.

qlik_question.png

If easier, I can change the dataset so that each product type have it's own column.


If possible, I'd appreciate an answer explaining a solution using the wysiwyg-editor.

I'm not yet good at coding in Qlik Sense Cloud.


Thank you in advance.

1 Solution

Accepted Solutions
Ivan_Bozov
Luminary
Luminary

Hello! Just load you data like this:

LOAD

     CompanyName,

     SUBFIELD(Product, ',') AS Product

FROM ....

vizmind.eu

View solution in original post

3 Replies
Ivan_Bozov
Luminary
Luminary

Hello! Just load you data like this:

LOAD

     CompanyName,

     SUBFIELD(Product, ',') AS Product

FROM ....

vizmind.eu
Anonymous
Not applicable
Author

Hi Ivan,

Works perfectly. Thank you very much!

Anil_Babu_Samineni

Are you sure - Is this working? For me, It looks it won't work when your use case like below

peter lovschal wrote:


Example: If clicking "T1" and "T2", i'd like to show Company2 and Company4.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful