I had created a report on sharepoint list.
Now I want to add parameter and filter this report according to value selected for that parameter.
How can do that?
is it required to insert filters in data query? How can I do that?
my data query is
<Query>
<SoapAction>schemas.microsoft.com/.../SoapAction>
<Method Namespace="http://schemas.microsoft.com/sharepoint/soap/" Name="GetListItems">
<Parameters>
<Parameter Name="listName">
<DefaultValue>{F51B4BC9-4B5A-4402-9780-FC137FD3D00A}</DefaultValue>
</Parameter>
</Parameters>
</Method>
<ElementPath IgnoreNamespaces="True">*</ElementPath>
</Query>