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
If the formula contains a "greater than" expression, a space must be added after the ">" symbol, otherwise the result will be "#ERROR!". The previous version of the library behaved well in both cases, with or without spaces.
Since this formula is being inserted by the user and then saved to database, I'd rather not force him to enter unwanted spaces. Also, there are many formulas on each table that must be calculated, so it would be dangerous (and probably expensive!) to parse all of them to fix spaces on the fly.
Have you found maybe, over the years, a fix that solves the problem? Or could you please suggest me a workaround to let the user enter the spaces he wants, without having errors during calculation?
The text was updated successfully, but these errors were encountered:
jeanie77
changed the title
IF greater than after upgrading
IF greater than error on 2.2.8
Oct 4, 2023
I would like to reopen issue #62 about an error that was introduced with the lastest release of calx 2.2.8:
If the formula contains a "greater than" expression, a space must be added after the ">" symbol, otherwise the result will be "#ERROR!". The previous version of the library behaved well in both cases, with or without spaces.
Since this formula is being inserted by the user and then saved to database, I'd rather not force him to enter unwanted spaces. Also, there are many formulas on each table that must be calculated, so it would be dangerous (and probably expensive!) to parse all of them to fix spaces on the fly.
Have you found maybe, over the years, a fix that solves the problem? Or could you please suggest me a workaround to let the user enter the spaces he wants, without having errors during calculation?
The text was updated successfully, but these errors were encountered: