hiding fields in views

hiding fields in views

I have a view that has something like 60 fields/columns. For each of my records, however, only 10-20 of those 60 fields may be filled in. The other 40-50 fields are empty. When I am viewing, I would only like to see the fields/columns that are actually filled in with data. If there is no data in a field, I would like to hide that field/column.

Any idea how to do this?