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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
neha_sri
Creator III
Creator III

month()

Hi All,

I have week number and I want to find out month from that week number.Is it possible to find month from week

Thanks in anticipation

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Try like:

Month(makeweekdate(Year,WeekNum)) as Month

View solution in original post

2 Replies
tresB
Champion III
Champion III

Try like:

Month(makeweekdate(Year,WeekNum)) as Month

ecolomer
Master II
Master II

-