Createing a table within a report

Hi

I am trying to populate a table in a report, but the table will will only start over with the same headlines.

Any tips and tricks are appreciated.

You have added the Start: expression before the table itself and then it will create a table for all records. You should have the Start:... in the beginning of row 2 and column 1.Then the <> should be in the end of the last column (row 2).

3 Likes

Thank you so much @Aleksi

You’re welcome