Announcements
I want to show the sum of the gallery itens but the value isn't being displayed:
In this image, the "Total:" is displayed but the sum is missing.
Ps.: Sorry about my english
@Claudio_Fortes ,
Try using Concatenate.
Concatenate("Total: " ,Sum(Gallery3.AllItems; DataCardValue14_2.Text))
Hi, @turnerj3!
Thank you for the answer, but I tried it and I encountered the same problem. 😞
Here you go, wrap the Sum in Text()
Concatenate("Total: " ,Text(Sum(Gallery3.AllItems; DataCardValue14_2.Text)))
When I returned to the screen where this issue was happening, your first solution did display the value. However, when I attempted to change the gallery items, the value disappeared again.
Is that just a label that you are using to display?
Try changing ; to ,
“Total: “ & Sum(Gallery3.AllItems, DataCardValue14_2.Text)
Is a label in a form.
@Danj_bStill the same problem... I think there is a bug causing it.
Are you getting a formula error?
Is the percentage a text field?
Try something like:
“Total: “ & Sum(Gallery3.AllItems, Value(DataCardValue14_2.Text))
I don't get any error. It just doesn't appear. When I hover over the sum formula, it shows the correct value, but dont show in the label.
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 325 Most Valuable Professional
11manish 165
MS.Ragavendar 88 Super User 2026 Season 1