Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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