Announcements
I have tried the following:
Text(Gallery_R_EQ_ShoppingCart.Selected.Title,"#,#")
This is on the Default property of a field to show a selected gallery item field named Title.
Text(Gallery_R_EQ_ShoppingCart.Selected.Title,"0,0##")
or
Text(Value(Gallery_R_EQ_ShoppingCart.Selected.Title),"0,0##")
This will depend on the data type of your Title column. If it is number then use the first one and if it is text then use the second one. Also for the formatting I used, the 0's will show a 0 if there is no number in that place and the #'s will only show a number if there is a non-zero number in that position.
Ex1: 12.1252 -> 12.125
Ex2: .9836 -> 0.984
Ex3: 6 -> 6.0
Thank you!
Sorry, I just noticed for numbers that are below 1,000 it puts commas too.
Example: 789
Becomes: 0,789
Is there a way to fix that?
I got the solution:
Text(Value(Gallery_R_EQ_ShoppingCart.Selected.Title),"#,#")
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 392 Most Valuable Professional
11manish 181 Super User 2026 Season 2
MS.Ragavendar 112 Super User 2026 Season 2