
I need to add a mileage total, and expense total into an end total together in pounds, without it messing up the calculations for the mileage?
I hope that makes sense, I believe it is just adding the two together in the end into an end total but not sure how to set it out.
Thank You!
Hi @Cseni
To add two values together:
Value(TextInput1.Text) + Value(TextInput2.Text)
Please let me know if this is not the same as your set up. I assumed you had these two values somewhere in your app as text inputs, as you did not describe where these numbers came from.
Please tick Accept as solution if the answer is useful.
Thanks,