I have created a Business Data Catalog and am using a Web Part w/ Business Data List
to display the data.
The data displayed is joined with other tables. This example, simplified to show my
problem, shows what I am trying to achieve. The default output in the business data
list is (notify the unique identifier ID, this is what I want to group on):
Id,Name,City,Hobbies
--------------------
1,Mike,Toronto,Baseball
1,Mike,Toronto,Hockey
2,Anna,Miami,Basketball
In this example, a person can participate in many sports. Is there anyway in SharePoint
to group data in a column for a unique identifier? So that in the example output,
"Mike" would have both "Baseball" and "Hockey" under a single row and not two
separate rows?
I know it would be possible to use a UDF and create a comma delimited list but I was
hoping SharePoint Server would have some other way to handle this nativly and provide
filtering on the individual values and not the comma delimited list.