I have a line chart that shows values ranging from 1 to 50 million. I can't change the values coming from the stored procedure so I need to figure out how to "divide" my resulset so that it shows in terms of 1 million. I'd like to show 3 decimal places if possible. So in other words:
1,234,000 = 1.234 m
Of course, the reason why I'm doing this is because the 7 and 8 digit numbers are too long and they start running over each other. I appreciate any and all advice. Thanks in advance!
1,234,000 = 1.234 m
Of course, the reason why I'm doing this is because the 7 and 8 digit numbers are too long and they start running over each other. I appreciate any and all advice. Thanks in advance!