i created an ssrs report and am using filteredentity in it sample query in the below
select CRMAF_filtered.pz_test.name,CRMAF_filtered.pz_test.id,CRMAF_filtered.pz_test.address,CRMAF_filtered.pz_test.age from filtered.pz_test as CRMAF_filtered.pz_test where CRMAF_filtered.pz_test.name='TEST'
its working fine in ssrs but it does not showing any record in crm
am using filteredentity because of optionset values in report
ms crm