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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
kishorj1982
Creator II
Creator II

Pivot table requirement

Hi All,

For one of the expression , I need to show only subtotals not the other values in pivot table column.

Is it possible.

Thanks

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

May be like:

If( dimensionality()=0 OR dimensionality()=3, <Your Expression>)

View solution in original post

3 Replies
tresB
Champion III
Champion III

Try like:

Expression: If( dimensionality()=0, <Your Expression>)

or

Expression: If( Secondarydimensionality()=0, <Your Expression>)

kishorj1982
Creator II
Creator II
Author

Hi Tresco,

Thanks for the response,

Can you please tell me how to show expression values  at 2 dimensionality levels.

I need to, show subtotal at dimensionality level 0 and 3.

Thanks

tresB
Champion III
Champion III

May be like:

If( dimensionality()=0 OR dimensionality()=3, <Your Expression>)