Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
absekrafi
Creator III
Creator III

Hide columns of a pivot table on the final application

Dear community,

I developped an application using Pivot table with 4 dimensions and 8 expressions.

My manager wants to hide some dimensions from the pivot table and later put them back.

Is it possible to achieve that?

Best regards,

Abdallah

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

You can define a variable e.g. vShow = 1

and make use of this variable in "Enable Conditional" under Dimension Tab:

vShow=1

If you change the Value of vShow to 0 then the dimension is invisible.

If vShow=1 the dimensions are visible!

Aufnahme_2018_11_14_09_51_13_170.gif

 

Hope this helps

View solution in original post

3 Replies
vitaliichupryna
Creator III
Creator III

Absekrafi, 

I think you can implement Custom table: 

https://community.qlik.com/t5/Qlik-Design-Blog/Qlik-Sense-Custom-Report/ba-p/1471797

This logic works in QlikView and in qliksense for Pivot  and Straight tables.

 

Thanks,

Vitalii 

Frank_Hartmann
Master II
Master II

You can define a variable e.g. vShow = 1

and make use of this variable in "Enable Conditional" under Dimension Tab:

vShow=1

If you change the Value of vShow to 0 then the dimension is invisible.

If vShow=1 the dimensions are visible!

Aufnahme_2018_11_14_09_51_13_170.gif

 

Hope this helps

Gabriel
Partner - Specialist III
Partner - Specialist III

Hi ,

 

In Qlik Sense you have a new functionality called Show Column If, with that you can give condition like GETFIELDSELECTIONS(FieldName)>=1. This mean the column will only show when there's selection in the field.

In QlikView, Dimension tab under the Setting for Selected Dimension you can have either variable or expression as above in there as well.

 

Hope this is helpful.