web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Patch doesn't like $ with when formula is empty or returns zero

(0) ShareShare
ReportReport
Posted on by

Finally got my patch working, which updates a sharepoint list text label that contains an additional formula. Including that below.

 

When the result of the formula is zero, the label shows only "$" which then cannot be passed to the sharepoint list.

I'd like to retain the $ and the thousands' comma where there are numbers. Any ideas for a solution?

Would an 'if' statement work here?

Thanks for any help!

 

 

"$" & Text((Value(JanThisYear.Text)) + (Value(JanPending.Text)), "[$-en-US]###,###")

 

 

I have the same question (0)
  • Verified answer
    TheRobRush Profile Picture
    11,128 Moderator on at
    Re: Patch doesn't like $ with when formula is empty or returns zero

     

    "$" & Text(Max(Sum(Value(JanThisYear.Text), Value(JanPending.Text)), 0), "[$-en-US]###,0.00")

     

  • Verified answer
    TheRobRush Profile Picture
    11,128 Moderator on at
    Re: Patch doesn't like $ with when formula is empty or returns zero

    Updated answer, left something off

  • Murphys110 Profile Picture
    on at
    Re: Patch doesn't like $ with when formula is empty or returns zero

    Worked like a charm! Thanks SUPER USER!! 🙂

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.

Helpful resources

Quick Links

Coming soon: forum hierarchy changes

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 803 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 314 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 253 Super User 2025 Season 2

Last 30 days Overall leaderboard