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.
| 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 ForumIn Crystal Reports, you can write a formula likeIf {col}=1 then green else redSee if you can do the same in SSRSMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|