Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

View of a list customizing: group by multiple values (Lookup with “All

Status
Not open for further replies.

gicio

Programmer
Jun 18, 2002
39
DE
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,




 
Create a view that Groups the documents by your LookUp Column and then by your title column.
 
can this group be made for more than 2 levels? Any hints?

Deependra
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top