Total, Sum, Average etc

I can use rollup to make calculations, but I’m not sure how to use it to calculate ONLY the filtered/searched items on the front end UI using the native Glide search and filter.

It may not be a rollup solution, but does anyone know how to do this?

Thanks for your help!

You can not reference the native search and filter values, so that’s a no.

Thanks for the reply. Would you know of a workaround?? Platform this big and successful like Glide apps you would think basic functionality like this would be available. If you are dealing with at least 100 records would be nice to know some totals, counts, average for Stats purposes.

You could create your own custom filter with something like a choice component tied to a user specific column.
Then create a relation from the users input and a rollup via that relation.

This approach will cost updates.

2 Likes