Hi,
I need to highlight all payments in Green and invoices in Black in an SSRS report so I edited the formula as follows:
=SWITCH(Fields!Document_Type.Value = 'Payment', "Green", Fields!Document_Type.Value = 'Invoice', "Black")
This is not working. I get the error: The Color expression for the textrun ‘Document_Type.Paragraphs[0].TextRuns[0]’ contains an error: [BC30201] Expression expected.
Does anyone know what it means and how do i fix it?
Thanks
Paul