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: 
norrisr4
Contributor II
Contributor II

Vizlib Table

Hello,

I'm using a Vizlib Table and I want to be able to hide a column from view.  I can't just remove the column because I am using it to filer what rows sow in the table.  I have been searching through all of the available settings and options but can't figure it out.  Any ideas anyone? 

Labels (1)
4 Replies
Sammy_AK
Creator II
Creator II

you can use show column  or show/hide column feature. using a condition you can show/hide column 

https://community.vizlib.com/support/solutions/articles/35000107234-vizlib-table-properties-data-and...

 

norrisr4
Contributor II
Contributor II
Author

Thanks, I spotted that but didn't know what code I should write for the condition.

Sammy_AK
Creator II
Creator II

you can use an if statement =if(<fieldName> = 100,1,0). you can use any condition here and say the output as 1 or 0. 1 will show the column, 0 will hide the column. 

norrisr4
Contributor II
Contributor II
Author

Thank you.  I managed to get that working for the basic fields which I wanted to hide.