Calculate value from text boxes

There is any way to calculate a value from text box data entry and show it in another text box?

Regards,
Alejandro Castrejon

of course is very simple just read the documentation you’ll find it very easy

How complex mathematical expression you want to use in the Text box? You can set an example of one of the most complex expressions?

2 Likes

Here’s an example of calculating based on values from the TextInputs @itcare.desarrollosiw:

Is this what you’re looking for??

1 Like

Im looking for a event o trigger when the user enter a Quantity in a textbox and unit price in another textbox automatically calculate the first one by the second one and show it in the Total textbox

¿Its that posible without press a button for the calculation?

Use a timer.

%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5

Thanks I thought that, by I’m want to avoid getting more problems, so i will add a [Calculate] button.

Thanks to all who spend time to help

Best regards
Alejandro Castrejon

1 Like

Here’s my approach @itcare.desarrollosiw:

Pretty happy with how it turned out actually: