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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

-