My Crystal Reports 9 report is set up as follows:
GH1: Merch ID Merch Description
D: Merch ID Check ID Type Vendor Destination Route No. Ad no. Date
GF1:
Their can be multiple rows in the details section. I have the section sorted by Check ID in descending order. In the Details Section Expert I used this formula to only show the first row - the one that should have highest value Check ID number.
Not OnFirstRecord
AND
Previous({CHECK_MRCH.merch_id}) = {CHECK_MRCH.merch_id}
Once I've got the row with highest value for the Check ID number displayed, a second condition must be met. I only want to display those rows that have value of BTSIT or BTONSIT for the "Vendor" field. If the row with the highest Check ID number has a vendor anything other than BTSIT or BTONSIT, then it and its group header should not be displayed.
I've tried the Select Expert tool to select the values of BTSIT or BTONSIT for the Vendor field, but doing so ignores the highest check IDvalue requirement.
What do I need to do to further filter the report to only show rows that have the specific vendors I need. Any help on this would be appreciated.
GH1: Merch ID Merch Description
D: Merch ID Check ID Type Vendor Destination Route No. Ad no. Date
GF1:
Their can be multiple rows in the details section. I have the section sorted by Check ID in descending order. In the Details Section Expert I used this formula to only show the first row - the one that should have highest value Check ID number.
Not OnFirstRecord
AND
Previous({CHECK_MRCH.merch_id}) = {CHECK_MRCH.merch_id}
Once I've got the row with highest value for the Check ID number displayed, a second condition must be met. I only want to display those rows that have value of BTSIT or BTONSIT for the "Vendor" field. If the row with the highest Check ID number has a vendor anything other than BTSIT or BTONSIT, then it and its group header should not be displayed.
I've tried the Select Expert tool to select the values of BTSIT or BTONSIT for the Vendor field, but doing so ignores the highest check IDvalue requirement.
What do I need to do to further filter the report to only show rows that have the specific vendors I need. Any help on this would be appreciated.