Hi,
I'm experiencing that simple aggregation functions doesn't work properly on fields
that includes null values (even though the documentation says that it excludes null values).
I'm doing the aggregations in list rows (outside group) and using the inline json data sources.
I see the following errors:
- Avg: [= Avg(Fields.collectionIncludingNull)]
Error: Type mismatch in expression 'Add'.
- Max: [= Max(Fields.collectionIncludingNull)]
Error: Cannot perform '<=' opreration on System.Decimal and Newtonsoft.Json.Linq.JValue
- Min: [= Min(Fields.collectionIncludingNull)]
Error: Cannot perform '<=' opreration on System.Decimal and Newtonsoft.Json.Linq.JValue
Can you investigate this for me, and see if you spot the error in your end?
Thanks!
Cheers,
Casper