(3)
(0) (319 views)
By downloading this item, you are agreeing to the Terms of Use for the site.
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)
By downloading this item, you are agreeing to the Terms of Use for the site.