posted 13 years ago
Hi,
In my current product application , I need to display more images for a product
i.e three images in a row, next three in a row and so on.
I designed the product images table in such a manner it gives multiple records for images for a product_id
select img_text,picture_name from product_images where product_id='product55'; - return multiple records
So I need to iterate them in detail band of report template (.jrxml file).
But I want to display them three in a row, next three in a row and so on, not one by one in a row.
I need your help
Thanks and regards,
Ramesh Kangamuthu