Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Indicator Expression

$
0
0
I want to use an expression where the indicator should only select one of the three values as the data has lot of NULLS and I don't want it to use that.Expression=Switch(Fields!Trend.Value = "UP" ,1) OR SWITCH(Fields!Trend.Value = "DOWN", 2) OR SWITCH(Fields!Trend.Value = "EVEN", 3)Here are the indicator stats : 1 = Red2 = Green3 = AmberBut I somehow get a blank . NO indicator displays . I am sure , its messing up somewhere and taking into account the NULL . How can I force it to only use only out of the three values in that column and not the NULL.P. S: I don't want to add a filter as other column calculations are based on it. Expression on this text box (indicator) is my only choice

Viewing all articles
Browse latest Browse all 2791

Trending Articles