Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
raadwiptec
Creator II
Creator II

totals

hi All,

The below is pivot table I am using to build in qlikview

   

customer nameproduct quantitypriceTotal QTotal price
samaa12500
kimss10235
abcss10004445
defdd2001500
Total

quantity and price are expressions.

basically I need the suggestion for one in Red.

on the right handside total Qua and total Price

on the below again -  Total

any suggestions. I do not find any option to show up the totals

My second issue is to suppress the null and missing for expression values under pivot table.

17 Replies
Anonymous
Not applicable

On your Pivot Table presentation tick Show Partial Sums for the appropriate Dimension.

Anonymous
Not applicable

Also on the Presentation tab you'll find the Suppress Zero-Values and the Suppress Missing tick boxes.

Anonymous
Not applicable

for your total in red (below) use the Suggestion of Bill

for the toal on right handside define Expression sum(quantitiy*price), that gives you the total sum per product

Anonymous
Not applicable

See the attachment.

Under presentation tab - select dimension(Top left) - Show partial sum

himanshi
Contributor III
Contributor III

hiii,

  you have options for both in presentation tab of chart properties. their is show partial sum option for totals you can apply it for the dimension according to which you want total  and suppress zero values option for hiding null values.

Regards,

Himanshi Dubey

raadwiptec
Creator II
Creator II
Author

partial sums are good.. but on the right hand side ..how can I have the same total quantity and total price on the right hand side.

raadwiptec
Creator II
Creator II
Author

when I say total quantity on the right handside.. it should be something this

for example keeping months in pivot table. for jan it is 12

                                                                           feb - 15

so I need to add all the  columns for sam and then make the total of quantity he purchased for the year.

customer nameproduct

quantity

jan

priceTotal QTotal price
samaa12500
kimss10235
abcss10004445
defdd200
himanshi
Contributor III
Contributor III

hiii,

  you can use above expression like

sum(price) for total price and sum(quantity) for total q.

himanshi
Contributor III
Contributor III

or you can try sum(column(3)) for total Q and sum(column(4)) for total price.