ignacio
ignacio

Reputation: 245

Displaying two rows of data in one line in a Crystal Report report

I have a simple report where each data row consist of two fields ( Field1, Field2) to save paper I would like to print two rows per line in the report:

Field1 Field2 {bigger space} Field1 Field2

Is this doable in CR?

Thank, Ignacio

Upvotes: 1

Views: 7328

Answers (2)

Abdulrahman_88
Abdulrahman_88

Reputation: 560

you can use subreports to do so, on your main report add two subreports the first one to display field1 and the other to display field2.

Upvotes: 0

Ryan
Ryan

Reputation: 7287

You can do this by setting your details section to contain multiple columns of data.

In the Section Expert, select the Details section of the report and then check "Format with Multiple Columns". This will enable a fourth tab on the same screen called "Layout" where you can tell CR how to format each of these columns and how to print records across the page.

Upvotes: 1

Related Questions