I am trying to create a datagrid in a report.
There are 102 fields I am trying to pull into the datagrid, and up to 50 rows. All the fields come from the same form.
I can make it work for up to 43 columns. When I add 10 more columns, all the data in that grid stops pulling in.
I've double-checked everything. I've tried putting columns 44-83 into another grid on the same report page, but that doesn't work. The first grid will fill with data, but the second will not.
I can repeat the first grid (columns 1-43) in a duplicate grid on the same page, and that will work (though it does me no good, I'm just testing what happens).
I've tried putting columns 44-83 into a second datagrid on a second page in the same report, but that doesn't work either.
I can get those fields to come through in a separate report, so it seems like there is a limit to how many columns will go into each report. Is that it?
