Evasty’s asked
Evasty’s replied
ty, i did, not sure if it’ll show as github flagged my acc as soon as it was made so i’ll link it here:
Formula columns on heroku not showing results. · Issue #1868 · nocodb/nocodb · GitHub
Evasty’s replied
hope you don’t mind me copying the issue here as i haven’t been able to solve the account flag issue:
Node: v12.22.12
Arch: x64
Platform: linux
Docker: false
Database: pg
ProjectOnRootDB: true
RootDB: pg
PackageVersion: 0.90.7```
Steps To Reproduce
1. Host on heroku with 1 click free deploy button (everything as is) and create a new project with internal db.
2. Add a table, add 2 number columns (cost, days), and any number of formula columns which use the number columns.
3. Add rows
4. The formula columns fail to show any result and there’re no error reports.
Expected Behavior
The formula columns to be filled or an error notification.
Screenshots
formulas are respectively:
“MAX(cost, days)” , “cost” and “(cost / days)”.
also noted that when downloading the sheet as csv all values are filled correctly.
refreshing/reloading does nothing.
(view of sample sheet: https://testlvl2nocodb.herokuapp.com/dashboard/#/nc/view/dc4cb9be-110e-4856-9d34-211bb78645f5 )
Evasty’s replied