Run queries within a specified period of time
I am trying to run queries within specific period of time, e.g Work Items closed within the entire month or within a specified period, but the date attribute will not allow to have an entire month selected or a specific period (1week or so). The only options possible are, Yesterday, Today, hours, or entire a specific date. Any alternative? Or can the attributes associated with Date be altered somewhere to allow us more options than what is listed?
Accepted answer
You will have to have 2 criteria on your date ( and'ed ). One for the earliest date using "After(including)" in the criteria, the other using "Before(including)" You can set each criteria to be chosen when the query is executed.