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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
abc_18
Creator II
Creator II

Hide & Show expression column in pivot table

Hi,

Is it possible to hide a expression column in pivot table conditionality, but when we click on subtotal(Partial sum)  that column should appear??

1 Solution

Accepted Solutions
abc_18
Creator II
Creator II
Author

Hi,

Issue is resolved now.

I have used GetCurrentSelections() and GetPossibleCount() function.


Expression is:

If( IsNull( GetCurrentSelections()) ,0, GetPossibleCount(Dimnsion))

View solution in original post

4 Replies
Chanty4u
MVP
MVP

Chanty4u
MVP
MVP

abc_18
Creator II
Creator II
Author

Hi,

Thanks for your reply.

But my requirement is like that particular expression should hide, but upon selection on subtotal column(Dimension in which partial sum condition is applied in presentation tab) then that particular expression column should appear.

abc_18
Creator II
Creator II
Author

Hi,

Issue is resolved now.

I have used GetCurrentSelections() and GetPossibleCount() function.


Expression is:

If( IsNull( GetCurrentSelections()) ,0, GetPossibleCount(Dimnsion))