alen119 Posted November 14 Posted November 14 Hi, I could use some help regarding following issue; I need to replicate following design. So items are grouped by data type and ordered ascending by date component while print order is: fill left column then right column. In my report I've set 2 column layout with horizontal print order and I got following design: So it prints first item in left column, second in right, third in left etc. If I set print order to be vertical then Jasper will fill left column until end of the page which is not required design. Also, I have tried mathematical approach and sorted data in database so odd dates get order like 1, 3, 5, 7 etc. and even 2, 4, 6, 8 etc. and it worked in case if number of items doesn't exceed one page. In that case design is not ok since Jasper will print all odd dates in left column no matter how much items I got. Anybody got an idea how to solve this? Thanks.
alen119 Posted November 21 Author Posted November 21 Thanks but that's just a standard order by, which I already have in my query.
shreekrishna.shankhwar Posted November 22 Posted November 22 (edited) Query Order will not work for your output. If you want output changes are required. Edited November 22 by shreekrishna.shankhwar
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now