FrozenMana
Registered User.
- Local time
- Today, 04:07
- Joined
- Aug 10, 2015
- Messages
- 27
Back story, I have a query that needs to be run for 14 day days back (the data shows as a number not a date for the aging) when ran Mon-Thurs, on Friday's it needs to have all of the data.
Currently I have:
However when the query pulls it is saying that the current date which is Wednesday is Saturday. I have Date() in another query and it pulls the correct day of the week.
Currently I have:
Code:
Field: Date() = "Friday" | TotalDaysAged
Criteria: False | <15
Criteria: True |
However when the query pulls it is saying that the current date which is Wednesday is Saturday. I have Date() in another query and it pulls the correct day of the week.