I need to have a list view in V16 where I can see all records and have the invoice number repeat, is this possible? I see the number of records but i need the detail
Today is like this:
| Invoice Product | Invoice | 
| 2 records | INV0001 | 
| 3 records | INV0002 | 
I need like this:
| Invoice Product | Invoice | 
| 10000 | INV0001 | 
| 10001 | INV0001 | 
| 10005 | INV0002 | 
| 10001 | INV0002 | 
| 10007 | INV0002 | 
