I have a table with two groups, product category and then sub-category and each have a group total which is Sum(SalesAmount). the gauge control is present in the details row of the table. to the gauge control i have added 3 ranges, and gave each of them a color. The first range has Green color when the range has a minimum value of 1 and maximum of SUM(SalesAmount)/3. The second range has a Yellow color when the range is between SUM(SalesAmount)/3 and SUM(SalesAmount)*2/3. The final range has a Red color when the range is between SUM(SalesAmount)*2/3 and SUM(SalesAmount). The problem i am facing with the gauge control is that the colors of the range are not behaving as expected. While previewing the report, where ever the pointer stops showing some value the three colors are spanning from 1 to where the pointer position is. And that is not what i am trying to accomplish.
what i want is over the scale for the first 33% i.e. from 1 to sum(salesamount)/3 the scale should be green and yellow from 33 to 66 and red after wards. And based on the value of the sales amount the point should be with the green, yellow or red regions.
Any thoughts??