Does anybody else also have similar issue ?
I restarted the server and now its stuck at this ,
It was happening bc one of the formula was spitting error on the UI
Sorry, I don’t follow. Can you show an example to illustrate? -Thanks
Conclusion: “If a table contains a formula field, it cannot be exported.” This is similar to how Excel loses formulas when exporting a file.
However, the backend should try to convert formula field into plain text during export.
@HG2S For the example, you can create a table, add a formula column to it, and then try to export it. The export will fail. Its a bug.
Hi @jpca999,
Our export to CSV feature does support formula fields and formula fields shouldn’t prevent you to do any kind of exports.
the backend should try to convert formula field into plain text during export
The exported cells from formula fields will be exported as text that you see in the UI. This is how Baserow already works.
It looks like you are self-hosting and the logs show that you have some problem with Redis.
Can you make sure that your Baserow deployment is correct and all services are working correctly?
After that if the problem with your export persist could you share reproducible steps/table structure/data that you use and give you the error?
You can also try using baserow.io and see that using formulas don’t stop you from exporting. If you can reproduce your export problem on baserow.io it will be easier for us to help you and confirm a bug if there is one.