Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Friday, July 14, 2017

SSRS change font color in matrix

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

No comments: