sql.krishna143
SSC Veteran
Points: 252
More actions
April 9, 2010 at 11:26 pm
#233662
Hey can any one say how to change the color of bar in bar chart if the value on the bar is lessthan some threshold value
ezytime
SSCommitted
Points: 1846
April 12, 2010 at 9:39 pm
#1150473
Hi Krishna, try this:
Chart Properties > Values: select dataset > Click Edit button > Appearance tab > Series Style button > Fill tab > in Color textbox, enter expression such as =IIF(Fields!KeyMetric.Value > 20, "Red", "Green")
April 13, 2010 at 6:41 pm
#1151095
thnx ezytime for ur reply
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply