Is it possible to take information from two different fields and join them in one colum ?Let me explain : I have 1 column ‘Author’ and one ‘Realisator’
I try to create a view to find all documents where someone is either Author or Realisator. It’s OK to select the documents, but how can I create a column ‘Person’ to group ‘Author’ and ‘Realisator’. My goal is to sort and regroup documents on this column.
Thank’s for your proposals and solutions
T.L.