Skip to main content
Solved

HTMLReportGenerator Output with 'None' in Records

  • June 2, 2016
  • 2 replies
  • 55 views

Forum|alt.badge.img

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

Best answer by jdh

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • Best Answer
  • June 2, 2016

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.


Forum|alt.badge.img
  • Author
  • June 3, 2016

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.