julana
March 27, 2024, 1:00pm
1
Bom dia. Tenho uma tabela, que antigamente era um kanban (por limitações do glide, tive alterar inclusive) e possui 4 tipos de status:
Preciso realizar um cálculo da quantidade de itens em cada status, e não encontrei uma forma através do rollup (já que não permitem filtrar, apenas informar a coluna)
Alguma sugestão?
You can create a relation that links the status column to itself. Then do a Rollup through the relation.
julana
March 27, 2024, 1:11pm
3
Certo, e como vai ser feito a contagem de itens no determinado status?
Ex.: Não iniciado possui 10 itens
Em andamento possui 15 itens
If the relation has 10 matching items then the Rollup count will be 10. If the relation has 15 matching items, then the Rollup count will be 15.
Have you created the relation like Jeff suggested? Once you have that relation, you should be able to rollup on top of that relation.
Also, please be aware of these limitations when working with Glide Big Tables and enable the feature in Preview Mode as needed.
julana
March 27, 2024, 5:46pm
7
Sim, como mostrei no print. A tabela apresentada não é uma big table.
Encontrei outra forma de fazer, obrigada.
I see in your screenshot that the lookup column has “Query”, Is the table you’re looking up against a Big Table?
Can you show us again what you have now in another screenshot, and what’s the ideal outcome in the data view?