SQLServerCentral » Latest topics
SSRS change font color in matrix
Hello,
I want to test value in column :
if value = "No Full " --> font is red otherwise white
if value<"date of day - two day" -->font is orange otherwise white
I have write that :
=IIF (Fields!Full.Value = "No
I want to test value in column :
if value = "No Full " --> font is red otherwise white
if value<"date of day - two day" -->font is orange otherwise white
I have write that :
=IIF (Fields!Full.Value = "No
No comments:
Post a Comment