I have followed the tutorial attached link to build a dashboard to report on 250,000 records in a html report. Unfortunately this is my only option since we don't have FME server 2020.
I am spending far too long to work out a way to stop the html file crashing as it tries to load all 250,000 records in the table. I am trying to work out how to convert the table to an array or other in javascript but I believe htmlreportgenerator is not designed for this. If anyone has a solution I can insert in the custom html that would be great.
<div id="myTable" >
<table class="table table-striped">
<thead>
<tr>
<th>Document Number</th>
<th>TASK ID</th>
<th>Document Stage</th>
<th>Document Version</th>
<th>Date Completed</th>
<th>Plan Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>PS722713</td>
<td>3664</td>
<td></td>
<td>1</td>
<td>20131118000000</td>
<td>New</td>
</tr>
https://community.safe.com/s/article/how-to-customize-html-reports