I'd like to format one of the columns in a chart as currency so that the y axis (vertical) values as well as the values on the chart show a "$". I've tried adding the following command, but didn't see that it made any difference.
select 'dbr.colstyle', 2,dbo.mydbr_style('$US');
Is there a different way to accomplish this?
Thanks!