Group by count issue

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

SaaS

What are the exact steps to reproduce this issue?

Hello,

We have a table with 249 rows where we group by 1 field. The count for the first groups that appear on the screen are correct, but once we scroll down, the counts of the big groups (>10 rows) change and get wrong, like you can see on the screen attached.

This also affects other tables in the database.

Thanks for your help.
Cheers,
Edouard

Attach screenshots, videos, or logs that demonstrate the issue.

Hey @Edouard I’m investigating this issue.

Can you verify if that happens only when field that you group by is linked row or does it happen also for other field types like text/boolean/number?

Hey @Przemek I have tried and apparently it only happens with linked row field type

Thanks @Edouard for confirmation.

We have PR with fix Fix group by counts for link row field by dimmur-brw · Pull Request #5048 · baserow/baserow · GitHub that should be in next release

Thank you @Przemek !