Search code examples
reporting-servicesreportdynamics-crmdynamics-crm-onlinefetchxml

Dynamics CRM online report: advanced find view filtering


I have to modify the filter of the advanced find view that is opened when I open a report. In the Visual Studio solution I only see the report's ssrs parameters, i.e. the ones that you have to fill later, just before displaying the report's data.

How can I modify the advanced find filtering?


Solution

  • If I read your question right, you are looking for the option to edit the Query you used to build the report.

    For that, you have to download the rdl file from CRM, then add/open it in Visual Studio BI project. Read more

    Once opened, you will see Datasets similar to Parameters, try to edit the Dataset. This should have fetchxml query downloaded/built using Advanced Find.

    Check the Query Builder, you can edit the query used in this window. Read more

    enter image description here