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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Include $ sign on vertical axis

Hi,

I've looked at some of the settings for this bar chart I have and didn't find what I was looking for.

qv15.jpg

How do I include the dollar sign ($) on the vertical axis?  Example, I want to show $5,000,000, $10,000,000

Thank you

29 Replies
Anil_Babu_Samineni

Try luck, Change your environment

SET MoneyFormat='$ #.##0,00;-$ #.##0,00';


Or share me your application

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sunny_talwar

Did you follow this?

Capture.PNG

You might have to use 5,000,000 instead of 1 here

Anonymous
Not applicable
Author

Yes, I put in 5,000,000 for the step.  It worked.  However what's going to happen when my values are small?

Will this work all the time??

sunny_talwar

Use a dynamic expression for Static Step. May be something like

Sum(Measure)/5

Anonymous
Not applicable
Author

OK, let me play around with this.  I modified my data so the values are much smaller.  This did not work.  The $ disappeared. 

Anonymous
Not applicable
Author

This was already in my load script.  Obviously this didn't help either.

sunny_talwar

Would you be able to share what you have and may be I can offer some work around

Anonymous
Not applicable
Author

Thank you so much.  I will try to create a sample app with this data.  Will upload a bit later today.

sunny_talwar

Sounds good

sunny_talwar

Try the attached

With no selection:

Capture.PNG

With Selection

Capture.PNG

Expression used for static steps

Max(Sales)/5