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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Weeks Starting on a Wednesday

I'm looking to add weekk numbers into my calender controls however I need the weeks to start on a Wednesday and finsih on a Teusday. Any ideas?

Thanks

1 Reply
Anonymous
Not applicable
Author

in your script or Database write a case statement saying that if week=wednesday assign the number as 1 and thursday as 2.. friday as 3 , saturday as 4 , sunday as 5 , monday as 6 , Tuesday as 7 into a column say Week_flag. Us this column for your calculations purpose. Hope this helps.