Limit the number of displayed rows in reports when editable on the form
I'd like to limit the number of rows displayed on a report to only rows where data already exists.
I have several forms where a report is editable whenever displayed on a form in edit mode. The risk is that users can type in those rows. I've done scenario testing and I can see how a user could create some problems that will actually get them locked into a no win scenario where they are in conflict with form rules and unable to remove the extra rows created while unable to proceed. It's particularly true if one of the fields is a required field. Obviously orphans can occur if they have to close the browser. Below is a screenshot of an example where the report renders 3 rows but shows 4 additional rows.
Is there a way to limit editable rows to only those already containing data when rendered?