Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Hi,
Try: MakeDate(2019, 7, 31) as Date,
I assume your master calendar has a field called 'Date'
regards,
Rutger
Hi,
Try: MakeDate(2019, 7, 31) as Date,
I assume your master calendar has a field called 'Date'
regards,
Rutger