Showing posts with label SSRS. Show all posts
Showing posts with label SSRS. Show all posts

Thursday, May 16, 2013

How to use Multivalued Parameter in Fetch XML based report in CRM 2011 online.


 you can use like this.
<filter type="and">
        <condition attribute="ownerid" operator="in" value="@UserName"/>
  </filter>

or using like


<filter type="and">
        <condition attribute="fullname" operator="like" value="@fname"/>
 </filter>