Skip to main content
Question

Summary Table from Multiple Sources

  • June 25, 2019
  • 2 replies
  • 76 views

deanhowell
Influencer
Forum|alt.badge.img+24

Hello all,

I am looking for some suggestions on the best way to create a summary table that can be used in the HTML Report Generator. The overall scenario is that we have an AutoCAD file coming into FME and various parts of the data are being validated and reported on.

 

What I am trying to get it something like the following:

Object Passed Failed Total

Roads 10 3 13

Distance 15 1 16

Area 5 2 7

 

Thanks

 

Dean

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

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2939 replies
  • June 25, 2019

One way to do this is to add a Status field to each feature with Passed or Failed. Then group and count by object / status combination, then group and merge these, using Aggregators.

summarydata2018.fmw


deanhowell
Influencer
Forum|alt.badge.img+24
  • Author
  • Influencer
  • 315 replies
  • June 25, 2019

Thanks @nielsgerrits, that is perfect :)