I am trying to create a report where the data goes down the sheet rather than across. Typically a crystal report's data/details is row oriented (meaning going across the sheet). I need to flip this so that the data/details goes down a column making it easier to print. So in essence, the "headers" go down column1 and the data for each "header" fills in column2. Here's a layout example, and one with hypothetical data of what I am trying to create:
Layout Example:
Header1 | Data for Header1
Header2 | Data for Header2
Header3 | Data for Header3
Fake Data Example:
Manufacturer | Ford
Model | Mustang
Color | Red
Anyone know how to manipulate a crystal report to do this? I really only have one "row" of data that is being returned from the query, but the list of fields is long so I need to print down to fit all of the fields into one printable page.
Thanks in advance,
Dave
Layout Example:
Header1 | Data for Header1
Header2 | Data for Header2
Header3 | Data for Header3
Fake Data Example:
Manufacturer | Ford
Model | Mustang
Color | Red
Anyone know how to manipulate a crystal report to do this? I really only have one "row" of data that is being returned from the query, but the list of fields is long so I need to print down to fit all of the fields into one printable page.
Thanks in advance,
Dave