Getting data on a single row
问题 I have a stored procedure that return the data as shown below. There is 3 rows of information for evey company. I am trying to design a crystal report to display the data on a single row as shown below under Desired Output. How can this be done ? Loc facility ARtype days Revenue PPD 140 Company ABC MCD 1724 4000 137.76 140 Company ABC MRA 218 8000 327.69 140 Company ABC MPD 85 7000 166.84 Desired Output 140 Company ABC MCD 1724 4000 137.76 MRA 218 8000 327.69 MPD 85 7000 166.84 回答1: group by