Quantcast
Channel: SQL Server Reporting Services, Power View Forum
Viewing all articles
Browse latest Browse all 4035

Operations with boolean in Expressions

$
0
0

Hi guys,

I have a bit field in db table. I requre it to dataset and add expression to tablix column with it:

=Sum(IIf(
Fields!SLA_BREACH.Value = true
,1,0))

I get error in resulting report:

Warning	1	[rsRuntimeErrorInExpression] The Value expression for the textrun ‘Textbox64.Paragraphs[0].TextRuns[0]’ contains an error: Input string was not in a correct format.	

What do I miss?


Viewing all articles
Browse latest Browse all 4035


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