I’m working with a Table componant that includes a Pieces column, and I want to display the total sum of that column at the top of the table.
Right now, I’m using a table filter‑change script to calculate the sum, but the value doesn’t always update correctly — sometimes it doesn’t refresh, and other times there’s a race condition because the script fires continuously.
There are several filters applied to my Power Table, including a multi‑select dropdown and a “Show All” toggle.
Is there an alternative way to calculate the sum of the Pieces column without relying on the Power Table’s filter‑change script?