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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide/Unhide column of a straight table on user end

Dear all,

I am facing a problem.The requirement is that I have to created expressions which user can hide/unhide when needed.I was wondering if It is possible?

1 Solution

Accepted Solutions
Mark_Little
Luminary
Luminary

HI,

You will see in the expression tab you have a conditional box.

You can set up a variable to use, something like vShow. in the Conditional box add the expression vShow=1.

Then creat a button to toggle the variable between 1 and 0.

You just need to add an action, In the external options you will see set vairable.

Add the variable name and the expression IF(vShow=1,0,1)

Mark

View solution in original post

2 Replies
Anonymous
Not applicable
Author

how user may hide/unhide column?

you may define a condition using a variable (vShowExpr),

create a button or textobject which toggles the variable (vShowExpr)

do you want to hide for users(Group)? then use section Access

please specifiy in Detail

Mark_Little
Luminary
Luminary

HI,

You will see in the expression tab you have a conditional box.

You can set up a variable to use, something like vShow. in the Conditional box add the expression vShow=1.

Then creat a button to toggle the variable between 1 and 0.

You just need to add an action, In the external options you will see set vairable.

Add the variable name and the expression IF(vShow=1,0,1)

Mark