Skip to main content
Open

Improve StatisticsCalculator; allow for only cumulative statistics

Related products:Transformers
  • August 3, 2023
  • 0 replies
  • 27 views

thijsknapen
Contributor
Forum|alt.badge.img+11

This idea is a follow up on the following question I created on the FME Community; https://community.safe.com/s/question/0D7Dm000000dkmTKAQ


In short, I noticed that the StatisticsCalculator always expects Summary statistics. In case you only want to calculate Cumulative statistics, you either need to

  • ignore the error/warning (redCogwheel) indicating; 'Parameter 'Statistics to Calculate: ' must have a value'
  • provide a dummy attribute to calculate regular 'summary statistics'.

Something about that doesn't feel right.


It would be nice to also have the option to only create Cumulative Statistics. I guess that may be possible by embedding the regular 'Summary statistics' in a Checked ParameterGroup (and be default checked), similar to how that is currently the case for Cumulative statistics (default unchecked).