Spreadsheet-like table for doing computation on entities by Entity Types. Supported aggregations:
count()
sum()
avg()
All aggregation functions optionally allow a property name as an input, on which the aggregation will be based on.
Written in F# using Fable, source code at https://github.com/hashdeps/calculation-table-block Read more about the creation of this block: How to build Block Protocol blocks in any language