Hi All -
I have a list with negative numbers (in the list with parentheses). I am trying to display the number without the "-" negative symbol being displayed from my calculated value. Here is my formula...
LblSum > Text Property is set to the following...
Text(Sum(Filter(colBottom,Types.Value="negative"),Amount), "[$-en-US]$#.00")
collection (colBottom) with one column "Types" and another column "Amount"
Calculated to sum the "Amount" of "Types" with a value = "negative"
This is the number format that I get: -$34,400.00
What I would like to get: $34,400.00
What would be a close second: ($34,400.00)
Any ideas would be appreciated!
Solved! Go to Solution.
Put it inside the Text(Abs( and you will get the result you seek!
@PwrAppetite Multiply it by -1 if it is less than 0. You could also square it and then take its square root or wrap the formula in Abs(). I was just kidding about the first two.
@Drrickryp I was excited to see a short reply making it seem simple, until I read those first two options 😥 Abs worked to remove the - symbol, but it also removed my currency format. I could add in the $ but is there a way to retain the commas in the format as well... $34,400.00?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
202 | |
45 | |
45 | |
44 | |
39 |
User | Count |
---|---|
280 | |
82 | |
79 | |
79 | |
69 |