Home DevShare Designing BIRT Reports

Multi Column Reports

Share

by DGI Systems

Contributor Contest - 1 winLeaderboard - 1 timeDevShare - 1 post
Posted 28 Mar 2012 - 08:47 AM

(3)  (0)   (319 views)

By downloading this item, you are agreeing to the Terms of Use for the site.

Create columnar reports where information flows from one column to the next

Birt Version:-3.7

This design works in Auto layout, some modifications needed for Fixed layout (i.e. page breaks)

Tips:

Set page break interval in table equal to the inner divisor in filter expression

Make sure the number of columns divides into the rows evenly

valid

BirtMath.mod(BirtMath.roundUp((row["rowNum"]/30)),3)

BirtMath.mod(BirtMath.roundUp((row["rowNum"]/32)),4)

 

not valid

BirtMath.mod(BirtMath.roundUp((row["rowNum"]/31)),3)

BirtMath.mod(BirtMath.roundUp((row["rowNum"]/30)),4)

Download (24.73 KB)

By downloading this item, you are agreeing to the Terms of Use for the site.


 
Filter More