Skip to main content
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

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

Month(makeweekdate(Year,WeekNum)) as Month

View solution in original post

2 Replies
tresesco
MVP
MVP

Try like:

Month(makeweekdate(Year,WeekNum)) as Month

ecolomer
Master II
Master II

-