Report on an aggregated numerical value is not displaying the aggregationsIssue A report on an aggregated value is not displaying the aggregations. The expectation is that the report should display the aggregations on the Y-axis but a count is displayed instead.ReleaseAllCauseThe value column holds numerical values but [sys_dictionary] shows that the column is of type String, which cannot be aggregated. ResolutionIn the report, configure a function field to convert 'value' from String to IntegerAggregate on the result of that function.Related LinksConfiguring function fields