Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I've looked at some of the settings for this bar chart I have and didn't find what I was looking for.
How do I include the dollar sign ($) on the vertical axis? Example, I want to show $5,000,000, $10,000,000
Thank you
Try luck, Change your environment
SET MoneyFormat='$ #.##0,00;-$ #.##0,00';
Or share me your application
Did you follow this?
You might have to use 5,000,000 instead of 1 here
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??
Use a dynamic expression for Static Step. May be something like
Sum(Measure)/5
OK, let me play around with this. I modified my data so the values are much smaller. This did not work. The $ disappeared.
This was already in my load script. Obviously this didn't help either.
Would you be able to share what you have and may be I can offer some work around
Thank you so much. I will try to create a sample app with this data. Will upload a bit later today.
Sounds good
Try the attached
With no selection:
With Selection
Expression used for static steps
Max(Sales)/5