Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Noor51
Creator
Creator

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
Creator
Creator
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
Creator
Creator
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)