How can I count the number of null values using SSRS? The following expression is not working:
= Count(IsNothing(Feilds!.FieldName.Value))
This also isn’t working:
= Count(Feilds!.FieldName.Value Is Nothing)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try
I don’t have my copy of SSRS to hand but that should work just fine