Query |
Solution |
To use CalcQuick, what specific javascript file shall we add in our project? |
In order to use the calculate formulas alone, you can use the ej.Calculate.js script file which can be download from CSG.
Please refer the following UG link to create CSG,
|
Another question regarding the use of calcQuick. when something goes wrong with the formula, where shall we fetch the error message? |
We can understand your scenario. By default, we have handled the error in our source and return the value like (#Name, #Value, (etc)). So, there is no support to get the errors in formula calculation.
If you did not get any error message. Please share that formula with value to reproduce the scenario. It will be helpful to provide the solution at the earliest. |
Hi Mohanraj,
Thank you for the solutions. They are working.
Regarding error message, if there is a typo in formula, i got undefined value ánd there is no error message. One example, SQRT([A] * [A] +ads [B]). However this is not big problem for us. If getKeyValue() returns undefined value, we suppose there is an error in formula.
Thanks
Hui