Page 1 of 1

Data Lines massive space at top

Posted: Fri Oct 30, 2020 6:46 pm
by chpwebmaster
I've had it happen on a couple of reports now where I create my top section and the detail line looks fine in the builder but on the report it jumps halfway or more down the page before getting to the first detail line.
Design View
Screen Shot 2020-10-30 at 12.15.36 PM.png
Report Layout
nureport.jpg
I can go and build this the way I've done a handful of my much more complex reports with a html layout and snappy with wkhtmltopdf but if there is something simple I'm missing this builder would be a better choice.

Thank you for any help or suggestions.

Re: Data Lines massive space at top

Posted: Sat Oct 31, 2020 11:28 pm
by admin
chpwebmaster,

When you set an Object height, you are setting the height for 1 line.

If it wraps to more than one line, this height will be timesed by as many lines it wraps to.
rep1.PNG
You can control the minimum and the maximum number of rows wrap in Object properties.

https://wiki.nubuilder.cloud/ ... Properties


Steven

Re: Data Lines massive space at top

Posted: Mon Nov 02, 2020 2:33 pm
by chpwebmaster
Thank you,

I love simple fixes, while I would like to be able to see where my boxes should actually be changing the box height to 20 instead of 100 on the taller ones fixed the problem