ProfK
ProfK

Reputation: 51063

Can I make a two column Crystal Report?

I have a report that has one detail row for every day of the month. I would like to present the info with days 1 to 15 in one 'group column' on the left, and the other days on the right. Each of these 'group columns' would contain four information columns.

I can do this manually by splitting the report DB query columns, but I'm really hoping there is a more elegant way.

Upvotes: 0

Views: 16467

Answers (1)

Lan
Lan

Reputation: 1346

Open the details section in the section expert check the check box "Format With Multiple Columns" (and in the Common tab ). Additional tab "Layout" will be added. You can set there the number of columns and the direction (you need to choose "down then across")

Upvotes: 3

Related Questions