Hi, I have an import from a database and I need to generate a report, looking like this
SampleTable.png

I have data in multiple lists.
The list of companies will vary, and there could be any number of notes or no notes at all, So the total size of the table or the fragment of the table will vary.

so the questions:

1) How should I approach creation of this report table.
2) The data is in the format:
IDn ... Note1
IDn ... Note2
IDn ... Note3
IDn+1...

What is the best way to extract multiple data from such a table?

Many thanks