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: 
cbaqir
Specialist II
Specialist II

Don't SubTotal Text Field?

I have a pivot table with several calculations and then a text based field for comments. I need to have subtotals enabled for the calculated columns but I don't want the comments fields to show at the subtotal level. How can I make those bolded comments not be displayed?

4-13-2017 8-44-28 AM.jpg

1 Solution

Accepted Solutions
krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi,

Change the Variance Explanation formula as below.

=if(Dimensionality()=3,if(AU_NUM='100000',only({<[NOTE_TYPE] = {'MTD'},EXP_TYPE_CODE={'Capital'}>}NOTE),only({<[NOTE_TYPE] = {'MTD'},EXP_TYPE_CODE={'Operating'}>}NOTE)))

View solution in original post

2 Replies
krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi,

Change the Variance Explanation formula as below.

=if(Dimensionality()=3,if(AU_NUM='100000',only({<[NOTE_TYPE] = {'MTD'},EXP_TYPE_CODE={'Capital'}>}NOTE),only({<[NOTE_TYPE] = {'MTD'},EXP_TYPE_CODE={'Operating'}>}NOTE)))

cbaqir
Specialist II
Specialist II
Author

Thanks!