I am try to take data from a table:
Modality StartOfWeek AvgOf3rdNextAvailibleAppointment
MAMMO 04-Jun-07 1.25
CT 03-Sep-07 0
MAMMO 03-Sep-07 0
CT 10-Sep-07 0
But I want the query to display like
04-Jun-07 03-sep-07 10-sep-07
MAMMO 1.25 0
CT 0 0
Can this be done?
Thanks
Read a different post and figured it out. Thanks
Modality StartOfWeek AvgOf3rdNextAvailibleAppointment
MAMMO 04-Jun-07 1.25
CT 03-Sep-07 0
MAMMO 03-Sep-07 0
CT 10-Sep-07 0
But I want the query to display like
04-Jun-07 03-sep-07 10-sep-07
MAMMO 1.25 0
CT 0 0
Can this be done?
Thanks
Read a different post and figured it out. Thanks
Last edited: