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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot Table

Hi all,

  

    How to hide expressions in pivot table

Thanks & regards,

Nagaraju

4 Replies
brijesh1991
Partner - Specialist
Partner - Specialist

Hide is straight table functionality, you can't do with PIVOT.

You can manage pivot functionalities in straigh table by writing multiple expressions

jagan
Partner - Champion III
Partner - Champion III

Hi,

You can hide expression column in pivot table using the macro

set chart = ActiveDocument.GetSheetObject("CH01") 'Your object ID

     set p = chart.GetProperties

     set expr = p.Expressions.Item(0).Item(0).Data.ExpressionVisual

     expr.ColWidth = 0

     chart.SetProperties p

Regards,

Jagan.

Not applicable
Author

Hi Nagaraju,

  There is a option called Conditional in Expression Tab use this option to hide until the condition satisfies.

Not applicable
Author

Expressions can be conditionally hidden by checking "Conditional" check bx in expressions tab on pivot table.

But this option is available from QV 11 and not in the versions below.