Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Purushothaman
Partner - Creator III
Partner - Creator III

FILTER PANE : Adding Multiple Dimension in One Filter Pane

Hi All,

I have requirement of  adding a multiple dimension under Two Filter pane. 

Below is my Table Field Names and Its Field values

Purushothaman_0-1651139256344.png

Below is my Filter Pane Requirements:

Purushothaman_1-1651139572001.png

Attached  is the sample dataset for your reference. 

 

Anyone, Please help!! 

Thank you!

 

1 Solution

Accepted Solutions
Andrei_Cusnir
Specialist
Specialist

Hello,

 

This can be easily done following these steps:

 

1. I have loaded the following dataset:

 

2. Now create the first Filter pane and add FieldName as dimension

 

3. Create another Filter pane and add the following expression: =If(Match(FieldName,GetFieldSelections(FieldName)),FieldValue)

 

4. This will only display the FieldValue values where FieldName matches the selected one

 

5. To limit the selections of the FieldName to only one, go to Edit Sheet > Fields (on the left menu) > Select the field FieldName and edit it. Check the option "Always one selected value"

 

6. This will give you the outcome:

 

As you can see when you select one value from FieldName, it will give you only the corresponding options from FieldValue values.

 

I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members. 
 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂

View solution in original post

3 Replies
Andrei_Cusnir
Specialist
Specialist

Hello,

 

This can be easily done following these steps:

 

1. I have loaded the following dataset:

 

2. Now create the first Filter pane and add FieldName as dimension

 

3. Create another Filter pane and add the following expression: =If(Match(FieldName,GetFieldSelections(FieldName)),FieldValue)

 

4. This will only display the FieldValue values where FieldName matches the selected one

 

5. To limit the selections of the FieldName to only one, go to Edit Sheet > Fields (on the left menu) > Select the field FieldName and edit it. Check the option "Always one selected value"

 

6. This will give you the outcome:

 

As you can see when you select one value from FieldName, it will give you only the corresponding options from FieldValue values.

 

I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members. 
 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂
Purushothaman
Partner - Creator III
Partner - Creator III
Author

Thank you Andrei, I had heard great things about you. Thanks for your help in finding a solution.

Andrei_Cusnir
Specialist
Specialist

Hello,

 

Thank you very much for your kind message! I am glad that this information has helped you achieve your use case scenario 😊

Help users find answers! Don't forget to mark a solution that worked for you! 🙂