Combinate 2 fields in a column

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.

Subject: Combinate 2 fields in a column

use the folowing ‘formula’ in the column :

Author:Realisator

in the column properties, second tab (sorting) there is an option ‘Show multiple values as seperate items’. Make this checked.

(I’m using a dutch client, so the translation might differ)

This should do the trick…

Subject: RE: Combinate 2 fields in a column

Thank’s, It works fine.

T.L.