简体   繁体   中英

Add SQL Results To A Dynamics CRM Report

I have some SQL that I've written that I ultimately want the results to appear on a Dashbord. I've saved it as a View in SQL Server, but have no idea where to begin to make Dynamics aware of that View, and accessing the data in a way that I can add it to a dashboard.

I've looked high and low, and haven't found any answers. Most are people saying that they are doing this sort of thing, and are having SQL logic issues.

Thanks in advance for the help.

One option would be to convert your view to a SSRS report which is stored in CRM (Workplace -> Reports).

Create Reports for Microsoft Dynamics CRM Using SQL Server Reporting Services

Once there, you can add the report to a dashboard.

How to Display a Report in a Dashboard in Dynamics CRM 2011?

You can create a SSRS report and put it onto the form:

http://mscrmshop.blogspot.sg/2012/02/step-by-step-tutorial-to-add-crm-report.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM