Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

report

(0) ShareShare
ReportReport
Posted on by 1,670

Hi,

i need to create report contains the number (count) for each appointment of CRM user, how i can create it ? 

*This post is locked for comments

  • Abed Haniyah Profile Picture
    Abed Haniyah 4,285 on at
    RE: report

    Hello Ammar.

    How did you get on with this?

  • Suggested answer
    Aileen Gusni Profile Picture
    Aileen Gusni 44,522 on at
    RE: report

    Amma,

    You can use SQL Query if using onpremise, then group by owner Id of the appointment record

    While if you use crm online you need to group aggregate using fetch xml

    Thanks.

  • Verified answer
    Abed Haniyah Profile Picture
    Abed Haniyah 4,285 on at
    RE: report

    Or you can use FilteredAppointment view :)

    SELECT        COUNT(*) AS Count_ForEachUser, createdbyname

    FROM            dbo.FilteredAppointment

    GROUP BY createdbyname

  • Suggested answer
    Abed Haniyah Profile Picture
    Abed Haniyah 4,285 on at
    RE: report

    Hello Ammar,

    You can achieve this by using SSRS. The view name is Appointment, below is the SQL script :

    SELECT        COUNT(*), CreatedByName

    FROM            dbo.Appointment

    GROUP BY CreatedByName

    Hope this helps,

    Abed.

  • Suggested answer
    Rajkumar Rajaraman Profile Picture
    Rajkumar Rajaraman 18,108 on at
    RE: report

    Hi Ammar,

    Follow all the steps mentioned in the below Blog:

    crmdm.blogspot.in/.../sql-based-report-in-crm-2011-using-ssrs_29.html

    Hope this helps.

    Regards,

    R.Rajkumar

    "Please mark my answer as verified if you found it helpful"

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,391 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,445 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans