I dealing with a date field that I need to convert into the sequential number of the week. I've used week(date) and week(date, 'descriptor') but it appears that my work week might start on Tuesday thru Friday.
Is there a way I can easily create the number of the week where the week starts on a different day then the function week allows?