In Report Options, toggle case insensitive off.
Make your Selection Criteria:
UpperCase({Field}) = {Field}
A numerical field with a value of either null or 0 will be treated differently. Refer to null fields as IsNull({Field}) and zero fields as {Field} = 0.
For string fields, when searching for nulls, use both IsNull({Field}) and {Field} = ''.
Naith