View of a list customizing: group by multiple values (Lookup with “Allow multiple values” = true)
Hi!
I have the scenario:
A view of a list with 2 columns:
1. Title (default Text)
2. Lookup (with “Allow multiple values” = true).
The current view looks like:
TitleColumn MyLookupColumn
------------------------------------------------------------------------------
Title 1 lookupValue1, lookupValue2
Title 2 lookupValue 2
Title 3 lookupValue 2, lookupValue3
The customized view should looks like:
TitleColumn MyLookupColumn
------------------------------------------------------------------------------
MyLookupEntry: lookupValue1
|
|-- Title 1 lookupValue1
MyLookupEntry: lookupValue2
|
|-- Title 1 lookupValue2
|
|-- Title 2 lookupValue2
|
|-- Title 3 lookupValue2
MyLookupEntry: lookupValue3
|
|-- Title 3 lookupValue3
Any ideas?
Regards,
Hi!
I have the scenario:
A view of a list with 2 columns:
1. Title (default Text)
2. Lookup (with “Allow multiple values” = true).
The current view looks like:
TitleColumn MyLookupColumn
------------------------------------------------------------------------------
Title 1 lookupValue1, lookupValue2
Title 2 lookupValue 2
Title 3 lookupValue 2, lookupValue3
The customized view should looks like:
TitleColumn MyLookupColumn
------------------------------------------------------------------------------
MyLookupEntry: lookupValue1
|
|-- Title 1 lookupValue1
MyLookupEntry: lookupValue2
|
|-- Title 1 lookupValue2
|
|-- Title 2 lookupValue2
|
|-- Title 3 lookupValue2
MyLookupEntry: lookupValue3
|
|-- Title 3 lookupValue3
Any ideas?
Regards,