Please provide a solution to print like this.
Posted on February 19, 2019 at 6:05am

Suppose i have to show a shoe with more than 10 colors printed in that shoe material.
so for first page all shoes will come with 3 colors
next page again shoe name will be repeated but with remaining 7 colors.so on
image sample is given above
Joined: Aug 22 2018 - 10:52pm
Last seen: 1 year 8 months ago
Posted on February 19, 2019 at 1:39pm
Use "Print When Expression" to determine if it's the first page or not.
e.g.
$V{PAGE_NUMBER}>1
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 7 months ago
Posted on February 20, 2019 at 1:36am
But in same query how to print different column in both the pages.
Joined: Aug 22 2018 - 10:52pm
Last seen: 1 year 8 months ago