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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Totalizer

Dear,

I need to create a totalizer by size is possible?

Follow the example

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

If your Balance columns is an expression like sum(SomeThing) you can use sum(total SomeThing) to display the total in all rows.


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

If your Balance columns is an expression like sum(SomeThing) you can use sum(total SomeThing) to display the total in all rows.


talk is cheap, supply exceeds demand
martin59
Specialist II
Specialist II

Hi,

You have to use the TOTAL keyword.

For example, if your expression "Balance" is

Sum(Balance)

Your expression "TOTAL_BALANCE" will be

Sum(Total Balance)

Hope that helps you.

Martin Favier

martin59
Specialist II
Specialist II

Hi,

You have to use the TOTAL keyword.

For example, if your expression "Balance" is

Sum(Balance)

Your expression "TOTAL_BALANCE" will be

Sum(Total Balance)

Hope that helps you.

Martin Favier

martin59
Specialist II
Specialist II

Hi,

You have to use the TOTAL keyword.

For example, if your expression "Balance" is

Sum(Balance)

Your expression "TOTAL_BALANCE" will be

Sum(Total Balance)

Hope that helps you.

Martin Favier