Make horizontal fat lines between *some* rows in a table

Hello,

I want to put a table in a Report with the Report designer. That table contains one column with numbers from 1 to 9, and to each of these numbers, there are 6 lines with that number.
I now would like to visually group the lines that have the same number by putting horizontal fat lines between the blocks. Is that possible?

The table Looks roughly like this:

number_column / other column / …
1 / entry1 / …
1 / entry2 / …
1 / entry3 / …
1 / entry4 / …
1 / entry5 / …
1 / entry6 / …
2 / entry’1 / …
2 / entry’2 / …
2 / entry’3 / …
2 / entry’4 / …
2 / entry’5 / …
2 / entry’6 / …
.
.
.

Hi @Knime_Beginner -

I believe you could do this using the grouping feature in the report designer. If you group by number_column, and then delete the subgroup heading that is automatically inserted, you should be left with an empty line between groups.

1 Like

Hey Scott,

thank you, that works! :slight_smile:
Best regards

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.