Hi Friends,
I have to implement one SSRS report. How to add aggregate in Filter condition in Fetchxml .
Kindly help on this.
i need to check count > 1 in customerid
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" >
<entity name="incident">
<attribute name="ticketnumber" />
<attribute name="createdon" />
<attribute name="customerid" />
<attribute name="statecode" />
<attribute name="incidentid" />
<attribute name="caseorigincode" />
<order attribute="ticketnumber" descending="false" />
</entity>
</fetch>