Hi,
How can I generate a master calender if the table only holds year_month-field?
Tried setting mindate with;
min(date(MakeDate(left(Year_Month,4),Right(Year_Month,2)))) as minDate
same with maxdate but it doesnt work, just creates a emtpy table.
thanks in advance!