The gauge is working as it suppose to. Min value is 0, max value is a value that I am getting from the cube. The interval is =Fields!MaxScale.Value / 6.
everything is fine unless I have a very large %.
If I have 6.03%, the intervals are 0,1,2.01,3.01,4.02, 5.02%, 6.03%.
However, when it is a large % - 1242.42% it renders to 0,200,400,600,800,1000 and for the last it mashes together 1200 and 1242.42???
View Complete Post