Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
fanninam
Creator
Creator

Year and Month field into a Date field

I only have a field for Year and a field for Month.  I'm trying to turn it into a date.  Tried the following and it brings back 1/1/2009 instead of 11/1/2009.

Dual(MakeDate(T$FYEA),(T$FPER)) AS FullDate

1 Solution

Accepted Solutions
sunny_talwar

Try this

Date(MakeDate(T$FYEA, T$FPER)) as FullDate

View solution in original post

1 Reply
sunny_talwar

Try this

Date(MakeDate(T$FYEA, T$FPER)) as FullDate