I am trying to create a selection criteria formula to select records where the most current date for a group of records is less then 8 days old. Any suggestions?
If you want all the group records (including those older than 8 days) as long as the most recent one is within the last 8 days, then go to report->edit selection formula->GROUP and enter:
My apologies for being vague in my original post.
Let me try to be more specific.
I have a table that looks something like this:
Ticket# Change Type Change Date
1 A 01/31/2005
1 A 01/15/2005
1 B 02/01/2005
1 C 12/15/2004
2 A 01/31/2004
2 A 12/01/2004
3 A 12/05/2004
3 C 02/01/2005
3 C 01/31/2005
4 B 01/31/2005
4 B 12/07/2004
5 B 11/01/2004
5 A 02/01/2005
5 A 01/31/2005
I want to create a report that is grouped by Change Type that only displays the records when the MAXIMUM (Change Date) for a Ticket# is > currentdate – 8.
My report should look like this:
Group A
Ticket# Change Type Change Date
1 A 01/31/2005
2 A 01/31/2004
5 A 02/01/2005
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.