Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have to find week no from given Invoice date.
Feb is the year start
Sunday is the week start
Div((Invoice_Date-YearStart(Invoice_Date,0,2)-WeekDay(YearStart(Invoice_Date))+3),7)+1
Any help is appreciated. Thanks
Surya,
I'm not sure if I'm missing anything but: Why don't you use Week() function?
Week takes Jan as reference.
I want my weekno to start from Feb of every year.
So, please try this out:
Week(YOUR_DATE_FIELD,6,0,31)
I am somewhere close to the requirement with this, but still looking for other options
Week(YOUR_DATE_FIELD,6,0,31)-1
Thanks Much
Hi
See if this post can help
https://community.qlik.com/blogs/qlikviewdesignblog/2013/05/28/fiscal-year
Hey Surya,
Any news about it? If this thread is solved, please let us know by marking the correct answer.
Cheers