Skip to main content

Hello...any idea how to remove the word 'None' from blank records present within a html report created with HTMLReportGenerator? Thank you.

There's isn't an option on the HTMLReportGenerator for handling missing attributes, but you can get around this by adding empty attributes to the features missing them.


Thanks @jdh. I added a couple of empty fields using AttributeCreator then referenced these in HTMLReportGenerator and no more 'None' in the resulting output report.


Reply