Forum Discussion
Anonymous
4 years agoNot applicable
Custom Format Currency
Hi Community, I have formatted my dollar values as $#,##,,.0\M in the model tab under Properties to make it appear as Millions everywhere. In a scatter plot that I am using, the axis appears l...
- 4 years ago
Hi Anonymous ,
After formatting, the format of the data will conflict with the display unit in the x-axis attribute. You can copy the previously unformatted columns as the x-axis, and set the display unit in the x-axis attribute.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
4 years agoSuper User
Anonymous , Try like
$#,##0.0\M
- Anonymous4 years agoNot applicable
amitchandak - I am already using that. The X-axis is not looking very clean if I do that.