App Connect Data Formatter Support Product Page
This topic is locked
Answered
Sum several fields and returne result
Asked 05 Sep 2019 11:08:04
1
has this question
05 Sep 2019 11:08:04 manuel pinto posted:
I have a form wuth several fields. I just to sum the numbers on the fields and show the total on the page. Is it possible to do ? Replies
Replied 09 Sep 2019 07:35:07
09 Sep 2019 07:35:07 Teodor Kuduschiev replied:
Hello Manuel,
Yes of course ... just use an expression like: {{input1.value.toNumber() + input2.value.toNumber() + ... + input99.value.toNumber()}}
Yes of course ... just use an expression like: {{input1.value.toNumber() + input2.value.toNumber() + ... + input99.value.toNumber()}}