My array for $exit_obj does not display all the data
Summary:
I'm using custom script to export the data into an array, manipulate it and dump it back into the $exit_obj.
However, when the data is displayed - it does not display all the data.
The data output contains ~1500 rows, but its only displaying 200-400 rows of data. Then after everything else becomes "No Value"
How do I get it to display all data?
Content (required):
Report Output:
Data stops populating after row 256 with 6 columns of data.
I have experimented with less columns and the number of displayed rows increases to 348 when there are only 5 columns.
When I try to unset some rows from the $table, the number of rows that get displayed stayed the same. It feels like the $exit_obj had ran out of memory or something.