Good day
Just started with NocoBase v1.8.22, I have a problem where i want a simple calculation in two fields example, i Have a Subscription page with coulombs cost (Number Interface), quantity (Integer) and total cost (Formula).
Cost formula is cost * quantity
But the field stays at 0.00.
On another Data source (Assets) and Asset page. I need to calculate age totdate from another column. Example Column Posting date and current age. current age must show the age calculation from posting date to now.
Formula for Age is: concat(
date_diff(“year”, asset, now()), " years “,
mod(date_diff(“month”, asset, now()), 12), " months”
)
But it stays blank, it seems the fields cant get the information from other fields?
I.m. lost here… any help would be appreciated.
Hope this makes sense.
Regards





