Custom aggregate functions in the table footer

I have a tag type column and want to show the count of tags where the value is "On" in the summary row of the table. There is no default aggregate function for this. Is there a way to achieve this?

Hi @engineering-tajir, there is an existing FR for this and I've added you to it. Here is a larger thread on this topic that you can follow: Ability to create a custom aggregation for table summary row

If you're interested in a workaround, we can recommend having a separate component, such as a text or statistic component, where you can read the value from a transformer on your data that performs a custom aggregation. I realize that it's not as convenient as being built in to the summary row however!