Newbie Question: How to get a layout like this:
Posted: Mon Oct 26, 2009 3:55 am
Hi,
I need to create a report for a customer that has a specific layout: The layout should put groups and data on the same line. Now when I group the group is always placed above the data. Now I have stuff like this:
But I need to get it like this:
How can I achieve this?
Thank you for your answer.
Kind regards,
thijs
I need to create a report for a customer that has a specific layout: The layout should put groups and data on the same line. Now when I group the group is always placed above the data. Now I have stuff like this:
Code: Select all
Group 1
Group 2
Group 3
Data
Code: Select all
Group 1 Group 2 Group 3 Data
Thank you for your answer.
Kind regards,
thijs