C
CR
I have a question about using crosstab query of course maybe there is another
way and any help would be great appreciated. The problem is that the
crosstab query is that it uses some type of function(sum, first, min) etc. I
need it to just show all the data. An example would be:
Instrument Date Result
Machine1 12/01/2009 20.1
Machine1 12/01/2009 22.5
Machine1 12/02/2009 23
Machine2 12/01/2009 25
Machine2 12/02/2009 24
I would like the query to show the following:
Machine1 Machine2
20.1 25
22.5 24
23
The fact that I have multiple results on the same date is causing me
problems.
Any suggestions?
Thanks
way and any help would be great appreciated. The problem is that the
crosstab query is that it uses some type of function(sum, first, min) etc. I
need it to just show all the data. An example would be:
Instrument Date Result
Machine1 12/01/2009 20.1
Machine1 12/01/2009 22.5
Machine1 12/02/2009 23
Machine2 12/01/2009 25
Machine2 12/02/2009 24
I would like the query to show the following:
Machine1 Machine2
20.1 25
22.5 24
23
The fact that I have multiple results on the same date is causing me
problems.
Any suggestions?
Thanks