Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
If you are self-hosting, what version of Baserow are you running?
Baserow v. 1.32.1
If you are self-hosting, which installation method do you use to run Baserow?
Docker version 28.0.2, build 0442a73
What are the exact steps to reproduce this issue?
- We are created a table in baserow called Vendor Rates with aroound 1400 rows.
- In the table we have a lookup to another table called Rates with 3 rows EUR->USD rate, EUR->GBP, EUR-EUR rate to recalculate the actual rate in EUR depenging on currency.
- We have the formula field fere = field(‘rate’) / lookup(‘Link to EuroRates’, ‘Rate’)
- It works for first 1100 rows and after that just not calculating anything like at screenshot attached.
Is it possible somehow fix that? Could the issue be in config (amount of proccesses, DB limitation etc?.