I am trying to print a report from a table which has the following columns
i_case_id
dt_date
s_detail_1
s_detail_2
I want to print i_case_id once for the case (there could be multiple rows for the same case).
The output should look like
case ID Case Date
detail1 detail2
-------------------------------------
1 Aug-5-02
Text1 Text2
Text3 Text4
2 Aug-5-02
Text5 Text6
Text7 Text8
Text9 Text10
It is a master detail sort of report except that they are coming from the same table.
Thanks for your time.
Ashish
i_case_id
dt_date
s_detail_1
s_detail_2
I want to print i_case_id once for the case (there could be multiple rows for the same case).
The output should look like
case ID Case Date
detail1 detail2
-------------------------------------
1 Aug-5-02
Text1 Text2
Text3 Text4
2 Aug-5-02
Text5 Text6
Text7 Text8
Text9 Text10
It is a master detail sort of report except that they are coming from the same table.
Thanks for your time.
Ashish