I'm try to conditionally format my detail section. I only want to show the first shipment on a multiple shipped order.
For example, there are four lines of data for one order:
order# release# dateshipped qtyshipped
500 1 9/1/02 300
500 1 9/3/02 200
500 1 9/8/02 1000
500 1 9/13/02 100
I only want to pull the 9/1 shipment. I have suppressed duplicates on the release# field, and did a suppress section formula where isnull(release#). The last three release#s are blank, but it is still pulling all four lines. How else can I go about this?
For example, there are four lines of data for one order:
order# release# dateshipped qtyshipped
500 1 9/1/02 300
500 1 9/3/02 200
500 1 9/8/02 1000
500 1 9/13/02 100
I only want to pull the 9/1 shipment. I have suppressed duplicates on the release# field, and did a suppress section formula where isnull(release#). The last three release#s are blank, but it is still pulling all four lines. How else can I go about this?