I'm trying to make a simple report that contains just one table that has Product Name, Barcode, Image. What is happening now is that it creates a single row with those fields PER PAGE instead of putting each product, barcode, and image on a new row in the table. What it the world am I doing wrong??? So to clarify: if there were say 50 Products selected and then Print>Report is selected. Instead of a report that has a table containing 50 rows with Name, Barcode, Image. It creates 50 pages each with a one row table. Please help.
Cette question a été signalée
1916
Vues
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
4
déc. 23
|
5677 | ||
|
|
2
mars 20
|
7141 | ||
|
|
1
mars 24
|
3714 | ||
|
|
1
sept. 21
|
4082 | ||
|
|
1
juil. 21
|
6517 |
It will be hard to help, without sharing the codes of the above report.
May be you add the class page inside the for loop that iterates over the products ?