Table Subtotals blank Values

  • Goal: Have the table provide averages and sums on tables with blank values.

  • Steps: If I replace nulls with 0 it works - but will not work with average.

Screenshot 2024-08-07 at 10.37.05 AM

Anyone know if the summary row can ignore blanks somehow?

As a follow up - it appears it does sometime do averages with empty rows?

Nevermind, I seemed to have fixed it using || null

for example, putting {{ item || null }} seems to make it work