Hi all, I faced a difficulty here. I'm using CR 10, Oracle.
I would like to have my report to have below results:
Item Desc | Qty | Price | Vendors |
-----------------------------------------------------------------
Notebook | 1 | 4300.00 | Dell | HP | Computer |
| | | 4300.00 | 4200.00 | 4200.00 |
-----------------------------------------------------------------
The report will show the top 3 vendors from the table.
The data in table is as below:
Company_Code Division Req_Number Vendor_Name Price
2 10 01 Dell 4300.00
2 10 01 HP 4200.00
2 10 01 Computer 4200.00
Now my report is showing like this:
Item Desc | Qty | Price | Vendors |
----------------------------------------------------------
Notebook | 1 | 4300.00 | Dell | | |
| | | 4300.00 | | |
----------------------------------------------------------
Notebook | 1 | 4300.00 | HP | | |
| | | 4200.00 | | |
----------------------------------------------------------
Notebook | 1 | 4300.00 | Computer | | |
| | | 4200.00 | | |
----------------------------------------------------------
Appreciate for any help. Thx alot!!!
PS: Sorry for the table display. I do not know how should I make it easy to view. Hope it is still understandable.
I would like to have my report to have below results:
Item Desc | Qty | Price | Vendors |
-----------------------------------------------------------------
Notebook | 1 | 4300.00 | Dell | HP | Computer |
| | | 4300.00 | 4200.00 | 4200.00 |
-----------------------------------------------------------------
The report will show the top 3 vendors from the table.
The data in table is as below:
Company_Code Division Req_Number Vendor_Name Price
2 10 01 Dell 4300.00
2 10 01 HP 4200.00
2 10 01 Computer 4200.00
Now my report is showing like this:
Item Desc | Qty | Price | Vendors |
----------------------------------------------------------
Notebook | 1 | 4300.00 | Dell | | |
| | | 4300.00 | | |
----------------------------------------------------------
Notebook | 1 | 4300.00 | HP | | |
| | | 4200.00 | | |
----------------------------------------------------------
Notebook | 1 | 4300.00 | Computer | | |
| | | 4200.00 | | |
----------------------------------------------------------
Appreciate for any help. Thx alot!!!
PS: Sorry for the table display. I do not know how should I make it easy to view. Hope it is still understandable.