Cormoran60
Technical User
Hi all,
Using CR 10
First time posting here and I'd like some help to resolve this scenario:
The database I am reading lists multiple orders organized as below (Order #, Version #, Part #).
What I am trying to do is to generate a report that will only show the highest version of all unique orders.
What I get now from the report
Order # Version # Part #
2525 1 Chuck
2525 1 Tire
2525 1 Brake pad
2525 2 Chuck
2525 2 Tire
2525 2 Brake pad
2525 2 Wheel cover
2526 1 Sealed beam
2526 1 Chuck
2526 1 Brake Drum
What I want on the report
Order # Version # Part #
2525 2 Chuck
2525 2 Tire
2525 2 Brake pad
2525 2 Wheel cover
2526 1 Sealed beam
2526 1 Chuck
2526 1 Brake Drum
Thanks
Cormoran60
Using CR 10
First time posting here and I'd like some help to resolve this scenario:
The database I am reading lists multiple orders organized as below (Order #, Version #, Part #).
What I am trying to do is to generate a report that will only show the highest version of all unique orders.
What I get now from the report
Order # Version # Part #
2525 1 Chuck
2525 1 Tire
2525 1 Brake pad
2525 2 Chuck
2525 2 Tire
2525 2 Brake pad
2525 2 Wheel cover
2526 1 Sealed beam
2526 1 Chuck
2526 1 Brake Drum
What I want on the report
Order # Version # Part #
2525 2 Chuck
2525 2 Tire
2525 2 Brake pad
2525 2 Wheel cover
2526 1 Sealed beam
2526 1 Chuck
2526 1 Brake Drum
Thanks
Cormoran60