Number vs price in text field

Hi,
I’m stuck in some calculations…

database:
table 1:
field price (type: text)

Now I want to do some basic calculations in a textfield…

input textfield is numeric…
image

I also tried to add “convert to number” or convert to text … but it doesnt work for any reason…

any idea? :frowning:

Use input fields, not text fields when possible. If not possible, use hidden input fields to do the calculations and text fields to display the results.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.