Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Week start and Week end based on saturday

Hi All,

In general week starts on Monday and week ends on Sunday. Look at the attached image. Here i had given week(date) and values below showing for that week i.e. from monday to sunday values. If i want to show values from sunday to saturday then how i can change.

Thanks,

Raghu.

1 Reply
Not applicable
Author


Raghu wrote:
Hi All,
In general week starts on Monday and week ends on Sunday. Look at the attached image. Here i had given week(date) and values below showing for that week i.e. from monday to sunday values. If i want to show values from sunday to saturday then how i can change.
Thanks,
Raghu. <div></div>


This is one way of doing it in Excel:

=INT((date -1)/7)*7+1

This will provide you with Sunday as the week commencing date.

I've not tried to replicate this in QV but the logic works so it should be ok.

APS