When trying to create a Rollup field that sums values from a Formula field in a linked table, Baserow returns an error:
argument number 1 given to function sum was of type array but the only usable type for this argument is a list of number, or duration values obtained from a lookup.
Steps to reproduce:
- Create a Formula field in Table A that calculates a numeric value
- Create a Link to table field from Table B to Table A
- In Table B, try to create a Rollup field that sums the Formula field from Table A
Error occurs
Expected behavior:
Rollup should be able to sum numeric Formula fields, just like it can sum Number fields and Lookup fields.
Impact:
Cannot aggregate calculated values across linked records, forcing workarounds like manual number fields or external calculations.