I have a purchase order report. I want set minimum no. of records to display in detail section even if the records doesn't exist.
For example, Set the limit to display 15 records.
Some purchase order might have 15 items. Then it will display all 15 items.
if some purchase orders doesn't have 15 items, but only has 5 items, then for others it should display 10 empty lines after those 5 items.
If some purchase orders has more than 15 lines then detail section should strech out to dispaly all records.
How can i do this?
Thanks in advance.