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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Add start balance to chart (parallel move of graph)

Hi,

I need to add a start balance to my graph. In other words, if the start balance for the particular date is 1 million.

The graph should start at 1 million and not zero as per below.

Any ideas?

Capture.JPG

1 Solution

Accepted Solutions
stigchel
Partner - Master
Partner - Master

Maybe I'm misunderstanding you, but you can just add it??

=avg ( RUNNING_BALANCE ) + Avg(START_BALANCE)

View solution in original post

3 Replies
Not applicable
Author

Pls find example file attached

//O

stigchel
Partner - Master
Partner - Master

Maybe I'm misunderstanding you, but you can just add it??

=avg ( RUNNING_BALANCE ) + Avg(START_BALANCE)

Not applicable
Author

Haha, so simple!

Great, thanks!