Using Count formula for Table Summary?

Hey all - anyone know what CSS or Javascript I might use to make the Table Summary a count of all records in a column? Rather than a Sum, Average, Maximum or Minimum? The records are text values, so none of these formulas work.

Hi @Katydid -

I believe this functionality is not readily available in adapting the table summary row to show a count rather than the arithmetic. Additionally, the table summary is strictly used for numbers fields; text fields are not currently supported.

Adam

its a standard feature on data table component isnt it? Add auto-increment number field to your table, that might help if not then use roll-up to count records.

The table summary works based on the columns in your table. You can add a column that is always set to “1`” then sum the total of that column.