Quantcast
Channel: SQL Server Reporting Services, Power View 포럼
Viewing all articles
Browse latest Browse all 24955

Font Color IIF Function

$
0
0

I'm having an issue with the IIF function for my font color. I'm switching over a report to SSRS 08 R2 from Crystal, and the whole thing works fine, except for the font color on one column. Here's the code:

=IIF(Variables!Seth.Value - Variables!Bob.Value > 5, "Red",
	IIF(Variables!Seth.Value - Variables!Bob.Value < 0, "Blue", "Black"))

I checked both the fields and they both pump out the correct data, but the Crystal changes the color of way more fields than the SSRS. Is this an issue with SSRS or could I be missing something?



Viewing all articles
Browse latest Browse all 24955

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>