Is there any way to summarize information in this way. I have different tests {Test.TestName} and test costs {Test.TestCost} in a laboratory database. What I want to do is show each test once, count the number of times it appears under a client request, take the maximum (no of units) and invoice out to the client.
Can anyone think of a way to do it? There are over 300 tests so I don't want to have to go and group by each individual value. Is there another way around?
Thanks,
Jenny.
Can anyone think of a way to do it? There are over 300 tests so I don't want to have to go and group by each individual value. Is there another way around?
Thanks,
Jenny.