I am trying to create several views on a travel list for one of our groups. I have a date column that users can enter any date into but defaults to today when clicked on (I want them to be entering Monday as the first date of the week).
What I am trying to create are three views:
One in the past which I did by using a filter on Week of: (my column name) is not equal to [today] (gives me everything in the past)
One for the future in which I did the same but the filter is Week of: is greater than [today] (gives me everything in the future)
What I am trying to get is the one that will show the list for the current week beginning with Monday through Friday using the Week of: column. (I don't want to show what's in the past or the future).
I have looked for a listing of the types of values I could use, such as [today], but I am guessing as to what they are.
First does anyone know of a list that has these values that I could print out.
Second can anyone help me with what the value should be or the equation I need to use?
Thanks in advance