Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ryehIn the 'Omit fields' filter, I check to see if there is only one distinct value of "none." If so, that means all the values are null. For these fields, I tag the field with a omitField of 1. For all other fields, omitField = 0. When I emit, I only emit when omitField = 0. This will give me a list of only the fields where there is actual data.