Is it possible in a view to remove a field if present and has anyone got an example? I would like to keep all other fields. Also this will be with different documents.
For example my document has 3 fields a,b,c. Another document has b,c,d,g. So I want the view to process both those documents and remove c. Should have the following as the result: a,b and b,d,g Antoine
