How to develop gauge dashboard component which will tell me how many records have a blank value in a particular field?
E.g., if there is a total of 100 records in a custom object, and one field is empty in 35 records, my gauge dashboard component should be pointing to "35/100".
Currently, whatever approach I take to make my report, the gauge is always pointing to the max, i.e., the record count.