You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have a html form with about 60 calculations , 7 inputs , multiple dependencies between cells.
All the calculations were perfect , but one cell is not getting updated on change of parent dependency.
On initial page load, it has correct value, but on change of input, this one cell's value is not getting updated.
while debugging noticed in calx console logs that this cell is not being called as dependent.
how is it that it was calculated initially, but will not change on further change.
The cells with similar formula different cell inputs change and update.
Any suggestions
The text was updated successfully, but these errors were encountered:
Hi
I have a html form with about 60 calculations , 7 inputs , multiple dependencies between cells.
All the calculations were perfect , but one cell is not getting updated on change of parent dependency.
On initial page load, it has correct value, but on change of input, this one cell's value is not getting updated.
while debugging noticed in calx console logs that this cell is not being called as dependent.
how is it that it was calculated initially, but will not change on further change.
The cells with similar formula different cell inputs change and update.
Any suggestions
The text was updated successfully, but these errors were encountered: