Hi Jet Community,
I am new to Jet Essential,
Please anyone can explain. how to calculate OpenBalance..
My formula Previous Value+Current Value
Thanks in Advance
4 comments
-
Jet Reports Historic Posts Hi Nagaraju
Typically there is an opening entry for various accounts so you could pull that record from the corresponding entry table.
Not sure what type of opening balance you are looking to get. -
Jet Reports Historic Posts Hi,
Actually i have one field…
Suppose Amount my field
Amount
100
200
300
340
12
i want to calculate current value+ Previous Value means
OutPut
100 (100)
300 (200+100)
500 (300+200)
640 (340+300)
460 (12+340)
Hope you understand -
Jet Reports Historic Posts Hi nagaraju123,
It is hard to say exactly how you should solve this problem as I don't really understand how your report is formatted or created. But, I think you are just trying to create a running total. I have attached a simple example of using Excel's Offset() function to sum the current line with the one above. I hope this helps! -
Estuardo E. León D Hi everybody,
To set a formula with running totals, like a progressive balance through the history on a report of a customer, the link to the file "NAV Running Total Using Offset.xlsx" that we need, thanks for this solution Jet Reports team.
Best regards.
Estuardo León.