Sum of column data in a filtered table

There's nothing built into the table itself so you're going to have to make your own. The two options I would consider are:

  1. Write a separate query for the sum using the dropdown values in the WHERE clause.
  2. Create a binding to the table component's data source and use an expression or script to sum the columns of interest.
1 Like