Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Noor51
Contributor III
Contributor III

How to have the $ in front of the number?

Hello, 

For pick 2 (Highlight Section), how do I format so that there is a $ in front of the number in the graph? Its on Auto formatting.

Noor51_0-1683669824242.png

 

Labels (1)
1 Solution

Accepted Solutions
Chanty4u
MVP
MVP

Try something like this but you have to modify your expression accordingly

=Pick(1, Field1, Num(Pick(2, Field2, Field3), '$#,##0.00'), Field4)

 

View solution in original post

5 Replies
Chanty4u
MVP
MVP

In the "Format pattern" field, enter the following pattern: '$'#,##0.00.

Noor51
Contributor III
Contributor III
Author

That make all the pick have $ in front of them, I only want it for the second pick.

 

Sivapriya_d
Creator
Creator

Hi @Noor51 ,

Try this
num($(Salesmeasure),'$#,##0') in position 2.


Thanks,

Noor51
Contributor III
Contributor III
Author

Hi @Sivapriya_d,

Love the Profile picture. I tried that expression, but it didn't work. 

Noor51_1-1683732471723.png

 

Noor51_0-1683732430490.png

 

Best Regards,

 

Chanty4u
MVP
MVP

Try something like this but you have to modify your expression accordingly

=Pick(1, Field1, Num(Pick(2, Field2, Field3), '$#,##0.00'), Field4)