How to create parameter without repeate the same value when we created datasource "Selection type as SHAREPOINT LIST"
-
Wednesday, February 27, 2013 2:13 PM
I have created report by using Report Builder 3.0. I have created datasource "Selection Type as SHAREPOINT LIST". One column(Title) of that Sharepoint list is having repeated value,means that Tilte value is as
Title
A
A
B
B
B
C
C
Also created the Parameter with that Title by using "GET VALUES FROM QUERY".The parameter is giving the repeated value in drop down,Means Dropdown value is as A,A,B,B,B,C,C.
But i need that drop down value should be A,B,C only. How to group by that when we we use "Selection type as SHAREPOINT LIST".I can use SPECIFY VALUES when we create parameter.But i want group by with GET VALUES FROM QUERY.
Please do the needful.
Kanthavel
All Replies
-
Wednesday, February 27, 2013 4:47 PMCreate a second dataset using your SharePoint datasource. SELECT DISTINCT Title from List. drive your parameter from this second dataset.
"You will find a fortune, though it will not be the one you seek." - Blind Seer, O Brother Where Art Thou
Please Mark posts as answers or helpful so that others may find the fortune they seek. -
Wednesday, February 27, 2013 4:49 PM
Hi,
here is the article with all the steps to how to get distinct selection types as sharepoint list.
http://blog.vitalyzhukov.ru/en/ssrs-list-distinct-values-from-a-sharepoint-list.aspx
Please Mark posts as answers or helpful so that others can more easily find the answers they seek.
- Proposed As Answer by Mike YinMicrosoft Contingent Staff, Moderator Thursday, February 28, 2013 10:05 AM
- Marked As Answer by Mike YinMicrosoft Contingent Staff, Moderator Sunday, March 03, 2013 3:30 PM
-
Wednesday, February 27, 2013 6:06 PM
Below is a reference that does not have a need to add assemblies to the report:
"You will find a fortune, though it will not be the one you seek." - Blind Seer, O Brother Where Art Thou
Please Mark posts as answers or helpful so that others may find the fortune they seek.- Proposed As Answer by Mike YinMicrosoft Contingent Staff, Moderator Thursday, February 28, 2013 10:05 AM
- Marked As Answer by Mike YinMicrosoft Contingent Staff, Moderator Sunday, March 03, 2013 3:30 PM

