Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] When editing a linked column, formulas are not refreshed #107

Open
mont5piques opened this issue Jul 8, 2020 · 0 comments
Open

[BUG] When editing a linked column, formulas are not refreshed #107

mont5piques opened this issue Jul 8, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@mont5piques
Copy link

When editing a linked column, formulas field content are not recalculated.

To Reproduce

  • Create a "customers" table with only Name fields
  • Add 3 ou 4 customers
  • Create a "orders" table with a customer field link to "customers" table
  • Create an order row with a link to 2 customers for example
  • Create a Formula that counts the customer number. Example: rollup('Customers', 'Name', 'count')
  • Change customer field link by adding a new customer to the list (the link field not the customers table)
  • The formula value is not updated (we need to refresh or change another field to get it refreshed)

** Expected behavior**
The formulas field should be refreshed if linked fields are changed.

@freeplant freeplant added the bug Something isn't working label Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants