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: 
samhsieh_
Contributor
Contributor

How to create a MoM balance sheet?

As title. I've imported two balance sheets from excel, but they're without  the date.

So I manully add the date by this:

Emp_temp:
LOAD *,
'2019/07/31' as Date 
Resident Balance_sheet_201907;
DROP Table Balance_sheet_201907; 

However, Mastercalendar doesn't work with it.

How can I fix that?

Labels (1)
1 Solution

Accepted Solutions
rutger_jansen
Contributor III
Contributor III

Hi,

Try:  MakeDate(2019, 7, 31) as Date,

I assume your master calendar has a field called 'Date'

regards,

Rutger

View solution in original post

1 Reply
rutger_jansen
Contributor III
Contributor III

Hi,

Try:  MakeDate(2019, 7, 31) as Date,

I assume your master calendar has a field called 'Date'

regards,

Rutger