Skip to main content

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

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


Thanks @nielsgerrits, that is perfect :)