In the DataManager operations list, there is a nice operation: Field Filter, that can remove columns that have no values.
Is there a way that the Table View can do the same thing?
For example, I have 4 fields: Client, Max, Min, Med. Client B only have field "Max" populated. When client B is selected in the filters, the Table view would only display 2 columns: Client and Max.
It would hide/not display Columns Min and Med as there is nothing populated for the selected data subset.