cancel
Showing results for 
Search instead for 
Did you mean: 

Count NULL Records

Former Member
0 Kudos

Hi,

I am trying to count null records in the email field by using a running total. However, the running total is not calculating it correctly. I am using SQL Server and I have checked the database to make sure the cells are actually null and are not blank. What formula do I need to use to get the running total to work? I have tried isNull() and that didn't work. Here is my current formula:

{vwGenPatInfo.Patient_Email} = "" and

Next ({vwEncounterForms.Patient_ID}) <> {vwEncounterForms.Patient_ID}

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1) Is this a running total field or did you create a manual running total?

2) Why are you comparing the next record?

3) Do you have "Convert NULL values to Default" turned on in your report or global options?

Former Member
0 Kudos

Thanks. I checked "Convert NULL values to Default" in the report options and it wasn't checked. I turned it on and the running total now works perfectly. I am using a built-in running total, not a manual one.

Answers (0)