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: 
kris_vliegen
Partner - Creator III
Partner - Creator III

Cumulatieve values in script

Hi,

In our bookkeeping database we have for our accounts an openingvalue.

On 1 jan 2013 this value is 6585964,68.

On daily base we do bookings.

Now, if I select a year and month (2013 May)in My QV-doc I would see the openingvalue for the mont May.

Opening_ClosingJPG.JPG.jpg

where Opening = If(sum(Openingsbedrag) = 0 or IsNull( sum(Openingsbedrag)) , below([Closing],1), sum(Openingsbedrag))

and Closing = If(sum(Openingsbedrag) = 0, below([Closing]) + (Sum( { $<J...

Is there a way to save an openingsvalue on daily base?

0 Replies