Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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 (2)
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