Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Case statement for text color property RS

Author  Topic 

joblenis
Starting Member

29 Posts

Posted - 2007-09-20 : 10:39:51
I am trying to add a case/select/if statement in the text color property of reporting services. I want it so if the value of a variable is 1 then "GREEN" else "RED". Any ideas?

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-09-21 : 04:21:37
You should post this question in Reporting Services Forum
In Crystal Reports, you can write a formula like

If {col}=1 then green else red

See if you can do the same in SSRS

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -