Hierarchical report in SSRS to show users and their managers (CRM)
Views (385)
Hi,
Just created a simple SSRS report that shows the Hierarchy of the users and their manager.
This is how the report looks like

The DataSet query used

Select the row, right click and select group properties option

Select Grouping based on systemuserid

Toggle the visibility based on FullName

Select parentsystemuserid as Recursive Parent from the Advanced option

Set the Left Padding property for the fullname TextBox.


Set the expression for level as Level()

The posts from which I learned creating the hierarchical reports
http://blog.davyknuysen.be/2010/04/16/parent-child-hierarchies-in-reporting-services/
Bye.
Filed under: CRM 2011, SSRS Tagged: CRM, CRM 2011, CRM 4.0, Microsoft Dynamics CRM, SSRS
This was originally posted here.

Like
Report
*This post is locked for comments