Greetings all, I have an interesting problem...hopefully someone can guide me in the right direction here?
I am reporting on shipment line items that go with specific machine serial numbers. Unfortunatly the way the company enters the shipments is they put multiple machines in a single shipment and then the machines options in the lines following...then the pattern continues, so really the only way you can determine a machines shipped options is by the lines directly below the machine. So, I would like to be able to just list the lines and STOP before I get to the next machine in the shipment. Example below:
description line# type
Machine 2010 1 machine
option 1 2 option
option 2 3 option
option 3 4 option
Machine 2040 5 machine
option 1 6 option
option 2 7 option
option 3 8 option
So I would like to select Machine 2010 and all its options WITHOUT displaying machine 2040 and its options. Is it possible to do this with some crystal code? Like a loop that will exit when it encouters a TYPE machine...
Any ideas?
Thanks in advance!
I am reporting on shipment line items that go with specific machine serial numbers. Unfortunatly the way the company enters the shipments is they put multiple machines in a single shipment and then the machines options in the lines following...then the pattern continues, so really the only way you can determine a machines shipped options is by the lines directly below the machine. So, I would like to be able to just list the lines and STOP before I get to the next machine in the shipment. Example below:
description line# type
Machine 2010 1 machine
option 1 2 option
option 2 3 option
option 3 4 option
Machine 2040 5 machine
option 1 6 option
option 2 7 option
option 3 8 option
So I would like to select Machine 2010 and all its options WITHOUT displaying machine 2040 and its options. Is it possible to do this with some crystal code? Like a loop that will exit when it encouters a TYPE machine...
Any ideas?
Thanks in advance!