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

only one Cell Value NOT updating #45

Open
newUserletsc opened this issue Jun 16, 2017 · 1 comment
Open

only one Cell Value NOT updating #45

newUserletsc opened this issue Jun 16, 2017 · 1 comment

Comments

@newUserletsc
Copy link

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

@ikhsan017
Copy link
Member

I think it is known bug, but happened randomly, I do experience this bug on simple and also complex calculation.

for now, to trick this bug, I use onAfterCalculate event, and run manual calculation on affected cell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants