I’m on 2022.2 and using a StatisticsCalculator with a Group By (based on the name of a CSV) to get statistics (min, max, mean) on a handful of attributes. It works great for all but 1 attribute (Specific_Gravity) and I can’t figure out why. The attribute type (64 bit real) is the same between Specific_Gravity and Temperature_F so I’m not sure why one works and the other doesn’t. The kicker is that I can get Mean values for Specific_Gravity but not Min or Max.
Do I have the transformer configured incorrectly, is it a data type issue, or something else??
Screenshot of transformer with results: