I am working on creating custom report using fetch XML in BIDS.
I would like to implement filtering criteria as shown above.
I created a dataset like below:
<fetch mapping="logical" version="1.0" distinct="false">
<entity name = "incident" enableprefiltering="1" prefilterparametername="CRMAF_FilteredCreatedOn">
<attribute name="createdon"/>
</entity>
</fetch>
but it looks like below:
Please help me out what I am missing now.
thanks