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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

sum total column

hi,

can i do in pivot  sum total for column ? sum(total(coulm(14)))

i meen i had columns that show the result for diffrents columns ( i can't make sum total for that - it's to comliceted )

thanks'

yarin.

5 Replies
brindlogcool
Creator III
Creator III

You can do it using the set Analysis. ---sum( {1} Total Sales ). Check the reference manual/Help option for more option,

MK_QSL
MVP
MVP

Go to the Presentation Tab and Select Partial Sum.

Hope this will help.

If your problem still not solved, please upload you sample file.

Not applicable
Author

You can use already created expressions in other expressions you create.

Like suppose if you have:

column14 = aggr(sum(TestData),Category)

Then

Column15 can use column 14 like

=aggr(column14,Product)

Is this what you expect?

Hope it was helpful or let me know if any other questions you have

israrkhan
Specialist II
Specialist II

i think you cant do it,

because Column(14), mean the display value. total will not affect it.

but you can copy the expression from column 14 and add total on it, so it will work..

Anonymous
Not applicable
Author

Hi Yarin,

You and get total for a column with below expressions
=sum(Column14)

=sum({1} Column14)