G
Guest
Hi all,
I am pretty well stumped on this one and it is hard for me to explain sooo
here is my data:
PN: Test to Pass:
1001 1.0
1001 2.3
1001 2.3
2001 2.0
2001 2.0
3002 1.2
3002 2.3
3002 2.0
3002 2.3
Lets say that the minimum testing is 2.0 to pass, but the hitch is that I
have to pass them in pairs so if I simply did a > 2.0, I would get 3 test
results for 3002 and of coarse you would want the highest test result.
So here is what the above data needs to look like:
PN: Test to Pass:
1001 2.3
1001 2.3
2001 2.0
2001 2.0
3002 2.3
3002 2.3
I am try to get by without creating a list and the user pick the test
results from it because that offers and whole new set of hairloss causing
problems .
Thanks for any help on this one.
Ham.
I am pretty well stumped on this one and it is hard for me to explain sooo
here is my data:
PN: Test to Pass:
1001 1.0
1001 2.3
1001 2.3
2001 2.0
2001 2.0
3002 1.2
3002 2.3
3002 2.0
3002 2.3
Lets say that the minimum testing is 2.0 to pass, but the hitch is that I
have to pass them in pairs so if I simply did a > 2.0, I would get 3 test
results for 3002 and of coarse you would want the highest test result.
So here is what the above data needs to look like:
PN: Test to Pass:
1001 2.3
1001 2.3
2001 2.0
2001 2.0
3002 2.3
3002 2.3
I am try to get by without creating a list and the user pick the test
results from it because that offers and whole new set of hairloss causing
problems .
Thanks for any help on this one.
Ham.