I am working on a request queue for my team to self-report capacity for the week. I have been able to take the requests and create a report the only shows the current week. However, if a user submits another request to the queue, i want the report to only show the most recent submission.
My report filters:
Request >> Entry Date between $$TODAYbw $$TODAYew
But it shows all entries by a user that week. How do I filter the report to show the most recent by a user?