Announcements
Hi All,
I have four text inputs to enter numbers. Can I in a fifth text entry make the value the average of the other four entries?.
Thanks
Yes, do the following:
Text(Average(Value(TextInput1.Text); Value(TextInput1_1.Text); Value(TextInput1_2.Text); Value(TextInput1_3.Text)))
Let me know if my answer helped solving your issue.If it did please accept as solution and give it a thumbs up so we can help others in the community.
hey @Francisco77
you can try this:
put in the text property of your 5th input
(Value(TextInput1.Text) + Value(TextInput2.Text) + Value(TextInput3.Text) + Value(TextInput4.Text)) / 4
Let me know if my answer helped solving your issue.If it did please accept as solution and give it a thumbs up so we can help others in the community.Greetings
Hi @KaiE
Thank you very much for your help.
Do you know how I can solve the error message:
Can't use average function with empty table
Regards,
Francisco
@Francisco77
did u try the one i suggested?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 416 Most Valuable Professional
11manish 205 Super User 2026 Season 2
MS.Ragavendar 128 Super User 2026 Season 2