Page 1 of 1

Report content is repeating 4 times per page

Posted: Wed Apr 14, 2021 4:49 pm
by oli
Dear All,
I have an issue with creating my first report.
All fields that are created in the "Detail" section of the report will be repeated 4 times.

Since this is the 1st report I created in nuBuilder it might be that I'm doing some stupid mistakes ... but I was not able to solve the issue and I hope someone can help me :?

This is how I created the report:

1.) created a report based on the table "auftrag" and launch it on form "form_auftrag"
1.PNG
2.) Add the fields from auftrag to the report (what I don't understand is that I have to add the fields as labels ... adding them as fields I would not see any content.)
2.PNG
3.) created a run object on the form referring to the report:
3.PNG
3-1.PNG
4.) This is the result:
4.PNG
What am I doing wrong here??

Thanks in advance!

BR, Oli

Re: Report content is repeating 4 times per page

Posted: Wed Apr 14, 2021 5:00 pm
by kev1n
Do you just want to print the current record? Then use WHERE your_id = #RECORD_ID# in the SQL.

See Pizza Demo, Invoice: https://demo.nubuilder.cloud/

Re: Report content is repeating 4 times per page

Posted: Wed Apr 14, 2021 8:07 pm
by oli
That was the missing information!

Thanks a lot.

BR, Oli