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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

calculating opening bal

I want to capture previous value of my closing account as opening account for the next month . Find attach excel. Gives u clue.

Note opening balance should start wt zero.

ets.JPG

13 Replies
Jacek
Creator
Creator

example in attachment

Regards

Jacek

chematos
Specialist II
Specialist II

Hi,

Try to use just 1 dimension in your chart, creating MonthYear field in the loading script:

Load*,

Month&'-'&Year as MonthYear;

load*,

Month(DateID) as Month,

Year(DateID) as Year

Regards,

Jose

Not applicable
Author

When in drill down Dec 2014 doesnt post closing balance to opening balance

Not applicable
Author

I have to split into month and year to achieve what i want