How to use it?

I really want to use it but don’t know how to use it yet

This was recently added by me. I had a floating filter button that I want to display to users how many filters they are using.

So I have a filters table that has user-specific booleans to mark chosen filters.

I use a rollup in my user profiles table to count the number of “True” booleans, then use it in this code as the {X} value.

3 Likes