Currently we support Earliest & Latest for date type columns, Sum & Average & Min & Max for number columns, All True & Some True for boolean columns, and then Count for any column type!
Hi @tru! How do you envision users using “some true” vs “true” (that’s a lot of tru/true)?
Also, would LOVE the ability to filter the Rollup by another column as well (eg count all items in a column that match true in another column or sum all items that match a users email address in another column)
I think you might be able to filter the Rollup using a relation. For example set up a relation using email and it will count all the related rows with that email.
Just gotta tell you, @Jeff_Hager, that your template/relation combo trick is FANTASTIC. It takes longer than just writing a VLOOKUP formula, but if it can decrease/eliminate lag altogether, then it’s obviously worth it. I’ve already used it successfully a couple of times in my Inventory app…haven’t tested it out yet, but I expect good things. You’re the best.