Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
t_hylander
Creator
Creator

generate a calendar from year_month

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!

0 Replies