I am running Crystal 8 and using an ODBC to an Oracle DB.
I need to group by the a datetime field where the most recent date minus the next most recent date falls within categories of Less than 2 years, 2-4 years, 4-6 years etc.
The same id can have multiple entries so how do I,after sorting by ID and then sorting by my date field, subtract the second most recent date?
Sorry if my explanation wasn't the best
I need to group by the a datetime field where the most recent date minus the next most recent date falls within categories of Less than 2 years, 2-4 years, 4-6 years etc.
The same id can have multiple entries so how do I,after sorting by ID and then sorting by my date field, subtract the second most recent date?
Sorry if my explanation wasn't the best