KadeFoster
Registered User.
- Local time
- Tomorrow, 06:07
- Joined
- Apr 7, 2012
- Messages
- 67
Hey all,
Has been a while since i have been on here. I am tying to create a weekly report. So today -7.
I want all records for the TASKIDs where the last entry has STATUS as "Completed" and UPDATED is within TODAY()-7.
So all entries for that TASKID and others that fit the criteria.
Suggestions or ideas, i struggle with queries.
Has been a while since i have been on here. I am tying to create a weekly report. So today -7.
| TASKID | Status | Updated |
|---|---|---|
| 130 | Scaling | 1/12/23 |
| 130 | Completed | 2/12/23 |
| 131 | Completed | 25/11/23 |
| 132 | Completed | 2/12/23 |
| 134 | Scaling | 22/11/23 |
| 134 | Scaling | 4/12/23 |
| 134 | Completed | 6/12/23 |
I want all records for the TASKIDs where the last entry has STATUS as "Completed" and UPDATED is within TODAY()-7.
So all entries for that TASKID and others that fit the criteria.
Suggestions or ideas, i struggle with queries.