CrystalUser2012
IS-IT--Management
Hi,
I have a CSV output from a bit of equipment which everytime it does the next test creates a new line for that equipment and each Test. e.g
Name Test 1 Result Test 2 Result Test Result 3 etc....
Machine 1 55 NULL
Machine 2 30 NULL
Machine 2 NULL 40
Machine 3 34 NULL
Machine 4 NULL 22
Machine 4 45 NULL
I basically want to combine the results from each test onto one line in my Crystal report. so the output looks like this:
Name Test 1 Result Test 2 Result Test Result 3 etc....
Machine 1 55 NULL
Machine 2 30 40
Machine 3 34 NULL
Machine 4 45 22
Any ideas how I can do this? Unfortunately my report shows the data just as it comes out of the CSV at the moment.
Any help would be appreciated! Thanks
I have a CSV output from a bit of equipment which everytime it does the next test creates a new line for that equipment and each Test. e.g
Name Test 1 Result Test 2 Result Test Result 3 etc....
Machine 1 55 NULL
Machine 2 30 NULL
Machine 2 NULL 40
Machine 3 34 NULL
Machine 4 NULL 22
Machine 4 45 NULL
I basically want to combine the results from each test onto one line in my Crystal report. so the output looks like this:
Name Test 1 Result Test 2 Result Test Result 3 etc....
Machine 1 55 NULL
Machine 2 30 40
Machine 3 34 NULL
Machine 4 45 22
Any ideas how I can do this? Unfortunately my report shows the data just as it comes out of the CSV at the moment.
Any help would be appreciated! Thanks