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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

running account balance

Hello there,

How can the following example in excel be replicated in Qlikview? I have the month and Transaction Columns and I am trying to create the balance column. This is in a pivot table or a straight table. Trying to do this in the front end and not while reading the data in loading script.

Thanks in advance

error loading image

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Hi,

You can get the balance by using expression "sum(Transaction)" and selecting the "Full Accumulation" option for this expression from chart properties.

Thanks

Amit

View solution in original post

5 Replies
Not applicable
Author

Hi,

You can get the balance by using expression "sum(Transaction)" and selecting the "Full Accumulation" option for this expression from chart properties.

Thanks

Amit

Not applicable
Author

My accumulation option is greyed out. Why is that?

Not applicable
Author

Because you've got pivot table, not straight table.

Not applicable
Author

True and correct. Thank you. Unfortunatelly I am missing the data where transaction is zero. That is when there is no transaction in a month, the month is missing. Also when selecting a month with no transactions no balance is shown. What I need is exactly how it is shown in the excel picture if possible.

Thanks again.

Not applicable
Author

Got everything to work as I needed. I had a copy of another straight table, and it had some flags altered. After I changed the suppress zero values, it worked. Thanks again