Is there any -simple-out-of-the-box- way to create a view that would display a Group-By of a column that is a multiple entry ?
ie:
Client1 = UK, France, Italy
Client2 = France, Spain, Portugal
I want to see a Group-by view that wil display something like :
+ UK
Client1
+ France
Client1
Client2
...
Sharepoint by default does not split multiple entries into many, and therefore will not allow Group-by of a multiple entry column, if it did I understand it will return
+ UK, France, Italy
Client1
+ France, Spain, Portugal
Client2
Basically a 1-to-many and back relationship will be nice.
Anyone has a workaround ?
thanks.
Francois Souyri