Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
can anyone help me in creating month field by using the week field
HI
refer
http://community.qlik.com/message/322288#322288
if you have year n week field
Hope it helps
Hi appache77,
What is the format number of your week field? Is it an integer, a date? share you app and data.
Regards,
Ricardo
my format is of week is
01
02
03
04
05
.............
Do you have year field? If not, there is no relaible way, because the same week# can be in the different months depending on year.
And, what is your rule for the weeks that overlap months?
Regards,
Michael
I am having year field and week field from this i need month
Can you upload your sample application
Hi,
Try this
=Month(MakeWeekDate(YearFieldName, WeekFieldName) )
Hope this helps you.
Regards,
Jagan.
See function MakeWeekDate. Assuming you don't have day, by default it is Monday:
month(MakeWeekDate(Year, Week))