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?