web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

CRM 2011/2013 Reports: CRMAF_Filtered Does Not Work

Aileen Gusni Profile Picture Aileen Gusni 44,524
When you have query:
SELECT customeridname, name, owneridname, estimatedclosedate, estimatedvalue, opportunityratingcodename, closeprobability, statecodename
FROM
AS CRMAF_FilteredOpportunity

You are actually expected to have pre-filtering CRM Report.

But, somehow, it did not work like what I encountered before.

Well, it is my resolution.

1. I go to the RDL files

2. I take a look in the DataSource section, and I found that the data source was referring to a database, but without _MSCRM suffix, well, the report is running well eventhough using another database but no pre-filtering enabled at the very first place.

3. Change the Data Source

from

image

to

image


You can have the _MSCRM connection string from the http://myserver/reports

or usually by combination of OrganizationName_MSCRM

Well, this is solving my problem. And when I go to the SQL, yes, there is only one database: KonicaMinolta_Dev without MSCRM. This database name is actually different from KonicaMinoltaDev_MSCRM since this is I used when I restore and Import Organization from the existing one, and somehow, the CRM Database Name did not change and remain to this KonicaMinolta_Dev.

SNAGHTML2543cbce

Hope it helps!

Thanks.

This was originally posted here.

Comments

*This post is locked for comments