Hello Everyone,
I am trying to have a simple math expression between User-defined Input Number ( Decimal ) multiplied by Variable Number ( Integer).
Note: I am fetching this Variable Number ( Integer) from the database when the user selects options from the Dependent Dropdown menu.
I have tried using Expression editor as well as math.js(local). After I do this, multiplication is not seen in the Preview Page in either Expression editor and also tried math.js(local)
So My questions:
-
In math.js (Local) & Expression editor, is it that the Integer must be multiplied by Integer Number & Decimal by Decimal Number. ?
-
Is it that I need to save/store the Integer Number obtained using in Database dynamic Dropdown menu in the âNew Dataâ by using workflow and then recall that Integer number in the Expression Editor or math.js(local)?
Below image is of math.js(local) attempt :
Below image is of expression editor attempt
I also used to Inspect Element to check the result is showing âZero.â
Why that simple Multiplication expression is not working?
Any help will be highly appreciated.
Thank You.