I'm using CR2008 with an Oracle 10G db as my data source. I've created a Registration Detail report which is supposed to include a record with an entry type = Renewal and it's associated approval date. I am currently looking at approval dates for the renewal records and supressing any renewals that do not equal the max approval date for the group.
The problem is that a group may have multiple licenses which may be renewed on the same date, so the report displays 2 renewal records with the same info. I tried using max entry id, but that did not work in a small number of records.
How do I suppress duplicate renewal records when the approval dates are the same, and no other unique field to work with??
The problem is that a group may have multiple licenses which may be renewed on the same date, so the report displays 2 renewal records with the same info. I tried using max entry id, but that did not work in a small number of records.
How do I suppress duplicate renewal records when the approval dates are the same, and no other unique field to work with??