Hi,
I have a table that will contain up to 5 rows. In my report table I need to display 5 rows even if they don't all exist.
e.g
data has 3 rows - "Item 1", "Item 2", "Item 3". I need to display
------------------------------------------------
Item 1
------------------------------------------------
Item 2
------------------------------------------------
Item 3
------------------------------------------------
------------------------------------------------
------------------------------------------------
Is there a way to do this?
Regards
Chris