Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have Month and Week in one table ,
how i can create dates from it?
i want week and month start date from year and week available in my data.
year are like 2015,2016 etc.
week are like 01,02,03, till 53
kindly suggest
HI,
Then use like below
MonthStart(MakeWeekDate(Year, Week))
Hope this helps you.
Regards,
Jagan.
Hi,
Try MakeWeekDate() to create date field.
Regards,
Jagan.
sample data?
Can we customize month or create month on the based of week?
something like first 4 0r 5 week as Jan, then next 4 as Feb and so on...
this gives me week start date, but i can get monthstart date from here?
did you try like this?
monthstart(weekstartdate(week))
monthstart(makeweekdate(week))
HI,
Then use like below
MonthStart(MakeWeekDate(Year, Week))
Hope this helps you.
Regards,
Jagan.
Ohh...syntax error...try as jagan mohan rao appala
suggested.