rubenstranger46
New member
- Local time
- Today, 17:23
- Joined
- Mar 26, 2021
- Messages
- 5
Hi experts...i need help
i have table
invoice_id | code | detail
A-001 | 0001 | Car
A-001 | 0002 | Boat
i want to create report based on that table, grouped by invoice_id and code, but at code group i want to show data like this:
----------------------------------------------
Invoice_id : A-001
----------------------------------------------
Code : 0001 & 0002
----------------------------------------------
Car
Boat
----------------------------------------------
Anyone can help?Thanks a lot
i have table
invoice_id | code | detail
A-001 | 0001 | Car
A-001 | 0002 | Boat
i want to create report based on that table, grouped by invoice_id and code, but at code group i want to show data like this:
----------------------------------------------
Invoice_id : A-001
----------------------------------------------
Code : 0001 & 0002
----------------------------------------------
Car
Boat
----------------------------------------------
Anyone can help?Thanks a lot