divide the report into two columns

Hello !

I want to print a list which must be displayed in two columns as shown below :

have you an idea on how to do this with iReport ? (I'm using iReport 3.0.0 )

Thanks.

amydinfo's picture
Joined: Apr 15 2010 - 1:58pm
Last seen: 13 years 5 months ago

Hi

I Have the same question.

I want to print list which must be displayed in 3 columns,i tried to put in the properties->columns 3 but it is not giving,only it prints 2 columns please help us any one asap.

 

r.reddy.galla - 6 years 4 months ago

7 Answers:

you can use columns...

report properties-->columns-->2

 

 

______________________________
if it works... KARMA point please!    : ) 

slow's picture
7437
Joined: Feb 17 2010 - 6:57am
Last seen: 13 years 7 months ago

Thaaank youuu very much slow !  it works very good    .

amydinfo's picture
Joined: Apr 15 2010 - 1:58pm
Last seen: 13 years 5 months ago

 How divide the report in plus columns with different dataSet .

 

Example

 

Datset1                                                                DataSet2

|value1|value1|                                                    |value2|value2|

|value1|value1|                                                    |value2|value2|

 

bkfsec's picture
132
Joined: Apr 9 2010 - 3:15am
Last seen: 13 years 5 months ago

in this case I think you should not use the columns but  two different subreport with identical structure and label dimension...

 

____________________________________
if it works... give me KARMA points please!    : ) 

slow's picture
7437
Joined: Feb 17 2010 - 6:57am
Last seen: 13 years 7 months ago

Sorry I explained the problem wrong.

The dataset is one, for each field I create a column starting from the first page. Maximum up to three columns.

esample

field1                                                                field2                                     field3

|value1|value1|                                                    |value2|value2|                      |value3|value3|

|value1|value1|                                                    |value2|value2|                      |value3|value3|

 

field4                                                                field5                                     field6

|value4|value4|                                                    |value5|value5|                      |value6|value6|

|value4|value4|                                                    |value5|value5|                      |value6|value6|

 

 

 

 

bkfsec's picture
132
Joined: Apr 9 2010 - 3:15am
Last seen: 13 years 5 months ago

so... why don't you use a report with three columns, filled in horizontal mode... and, for each detail value, print a subreport with two columns that print your values if they came from other statement, or , if it's a fixed lenght structure, using a table filled with data (four values for each detail field??) selected in the main statement... ?

 

____________________________________
if it works... give me KARMA points please!    : ) 
____________________________________

 

slow's picture
7437
Joined: Feb 17 2010 - 6:57am
Last seen: 13 years 7 months ago

 I'm in same situation, but i have a problem, my report have 2 groups and 2 columns that print order is vertical. it´s works well.

 
I want repeat the value of group "filial" and "material" in 2 columns.
 
Ex.: report
 
 
Ex.: How it´s works
 
 
But when it prints the second column, begins to print in first band and does not repeat the value of groups "filial" and "material".
 
Sorry my bad english, if you don´t understand i try explain better. : )
 
thanks
laercioskt's picture
Joined: Dec 7 2009 - 5:22am
Last seen: 1 month 1 week ago
Feedback