Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
abc_18
Creator II
Creator II

Hide Column/Show Column in QlikSense based on filter selection

Hi,

In our report we are using  the business filter box to filter out the table values based on selection.

We have a filter box called business with three different values.

Business
Manufacture
IT
clinical

 

Now requirement is to show some of the columns in table based on the user selection.

Like a particular column in table should be visible, only if user has selected the business value  either as 'IT' or 'Clinical'.

That particular column should be visible for both the selections.

 

Thanks

Labels (1)
1 Solution

Accepted Solutions
bhargav_bhat
Creator II
Creator II

Hi ShikhaKumari,

Please go through this video they have explained the condition to use in the show if column conditionCapture.PNG

  

 

 

 

 

 

 

 

https://www.youtube.com/watch?v=z75R7bThGZY

 

Regards,

Bhargav

View solution in original post

3 Replies
vikasmahajan

You can try to use associative logic using loading table you can use dimension along with for example
Table1:
Load * inline [
Dimension , Field 1, field2 ...
clinical , Field value1,FieldValue2 ..
];

Table 2
Load * inline [
Dimension , Field 1, field2 ...
IT , Field value1,FieldValue2 ..
];
Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
bhargav_bhat
Creator II
Creator II

Hi ShikhaKumari,

Please go through this video they have explained the condition to use in the show if column conditionCapture.PNG

  

 

 

 

 

 

 

 

https://www.youtube.com/watch?v=z75R7bThGZY

 

Regards,

Bhargav

miskinmaz
Creator III
Creator III

Hi,

We can use the "Show Column If" property of a table using the if condition of getselected count.