Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
What do you need help with?
I created a simple column with a formula: field(“cost/m”) * field (“months”)
I can format the field (decimal places, etc), so it gets recognized as a number; however, I can’t summarize them at the end of the grid view. It only shows “None”. I can also not summarize it in a dashboard.
I tried to wrap the formula with tonumber(…), but that provides the error that the parameter can only be a text field and not a number.
Any ideas what I’m doing wrong?