Nelson Gnanaraj
Results
2
comments of
Nelson Gnanaraj
I too facing the same issue when I passed the null into the expression.. Please find the error message below **ERROR TypeError: Unexpected type of argument in function addScalar (expected:...
I am working for dynamic expression parser using mathjs. So i have to allow the null values in mathjs. Here i shared the simple case of expression. `ifCondition(isNull(dateField1),today(),addDate(dateField1,add(numberField1,numberField2),'DAY'))` **ifCondition**, **isNull**,...