Question
Need Help with calculation.
- September 15, 2021
- 1 reply
- 716 views
Hi,
I need help with calculation.
Text1 have value 5/100
Text 2 have value 100
Text 3 is product of Text1 and Text2.
when I use simple product, it comes 510 as result.
when I use below script, it comes NAN.
var a = Number(this.getField("Text1").valueAsString);
var b = this.getField("Text2").value;
event.value = a*b;
I want to achieve 5 as result. I hope someone will help me. PDF is attached for reference.
Thanks!