Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

[HELP] - Symbol not concatenated to string

(1) ShareShare
ReportReport
Posted on by 195

Hi Everyone, 

Good day! 

I have a variable contain number named varRndB1BSIRow and I want it to concatenate with "$" symbol. 
However nothing happens using my code below: 

" $ " & Text(varRndB1BSIRow, "[$-en-US]###,###,###")

I also tried :

Text(varRndB1BSIRow, "[$-en-US]$###,###,###")


Still doesn't work. 
But in some areas it's working. can you help and explain why?

Categories:
  • Verified answer
    poweractivate Profile Picture
    poweractivate 11,078 on at
    Re: [HELP] - Symbol not concatenated to string

    @YamiteKudasai 
    Try this

    If(
     IsBlank(varRndB1BSIRow) || IsBlank(Text(varRndB1BSIRow)),
     Notify("It is blank", NotificationType.Error),
     "$" & Text(varRndB1BSIRow, "[$-en-US]###,###,###")
    )
    


    If you see "it is blank" red message at the top, then it's because of the variable being blank sometimes. 
    You may want to check on the variable and see why it is sometimes blank, by exiting preview mode and then mousing over the varRndB1BsIRow in the formula bar once you get the red message.

    See if it helps @YamiteKudasai 

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

Kickstarter Events…

Register for Microsoft Kickstarter Events…

Tuesday Tip #12 Start your Super User…

Welcome to a brand new series, Tuesday Tips…

Tuesday Tip #13 Writing Effective Answers…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 144,858

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,505

Leaderboard