Greetings,
I have a SharePoint list that I am using as a report data source. In the data source I have a column for states that we defined as a multiple selection choice field. I would like to use this data source to create a map of who is assigned a state. I am stuck in transforing the multiple selection into multiple rows in the query designer.
Here is my Query Designer Text:
<RSSharePointList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ListName>Responsibility</ListName>
<ViewFields>
<FieldRef Name="Title" />
<FieldRef Name="AssignedTo" />
<FieldRef Name="States" />
</ViewFields>
</RSSharePointList>
Any help would be appreciated!
Thanks, Kevin