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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to hide total from Pivot table

Please find the attached my requirement. In Pivot table I just wanted to hide Total of all rows except first one.

Not able to do that , please help.

Message was edited by: Vishal Patil

1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

See attached

CustomTotal.PNG

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

17 Replies
surendraj
Specialist
Specialist

Properties-->Expressions-->

select the expression-->Total mode-->enable..No totals.

Not applicable
Author

I want Sum of first record i.e Cash  and for rest I dont want.

I am using Pivot table.

surendraj
Specialist
Specialist

Use the set expression in expressions tab

Sum({<level1={'Cash'}>}Market Value)

Note:Here i consider Level1 as afield name and Cash as field value.

Not applicable
Author

With this I am not able to display records from 2nd record onwards.

You can use below data for the same.

Data:

LOAD * INLINE [

  Level1, Level2, Market Value

  Cash, Investment Cash, 100

  Cash, Deposits, 200

  Fixed Income, Other Fixed Income, 500

  Equities, US SMID Cap Equities,900];

surendraj
Specialist
Specialist

Do you want this..

1.png

Not applicable
Author

Hi Surendra ,

I need below result.

Picture.png

vinieme12
Champion III
Champion III

can you provide in excel format?

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Anonymous
Not applicable
Author

Please check the attachment.

Not applicable
Author

Please note that the option "Always Fully Expanded" will always on , so if I expand it I will not see the desired result.