Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
sanjujeeboy
Creator
Creator

Broken weeks

Hi All,

im using broken weeks concept where iam showing Dec-28-2020 to Jan-03-21 as Week 53.

but when im doing Weekyear , Jan 1st to 3rd is showing as 53-2021.

i want to show it as 53-2020

how can i acheive this?

@Kushal_Chawda @sunny_talwar 

2 Replies
martinpohl
Partner - Master
Partner - Master

Can't help because

weekname('01/01/2021')

returns 2020/53

Regards

andykrst
Contributor III
Contributor III

maybe u can using weekstart to get the first date on that week and using Year() after that.

 

week(date)&'-'&year(weekstart(date))