Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
hopkinsc
Partner - Specialist III
Partner - Specialist III

create a week commencing field in script

Hi All,

How do i create a field in my master calendar for week commencing?

I am looking for the week commencing date for every week.

Thanks

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

You can use below in your script...

WeekStart(YourDateField) as WeekStartDate

View solution in original post

2 Replies
MK_QSL
MVP
MVP

You can use below in your script...

WeekStart(YourDateField) as WeekStartDate

its_anandrjs

You can write like

WeekStart(Week(DateField)) as WeekStart