Fixing The Management Reporter Sample Reports

I installed the sample reports into Management Reporter yesterday when writing the blog post but I didn’t actually take a proper look at them until this morning when I realised that there is a problem with them; there is a mismatch between the default settings of the sample reports and Microsoft Dynamics GP 2010 R2 whereby the Link to Financial Dimensions is broken;

The cause of the problem is that the segments in the Reports are defined as Segment1, Segment2 and Segment3 but in Microsoft Dynamics GP they are called Division, Account and Department;

One solution would be to rename the segments in GP, but would then leave names in the demo company which are not descriptive.

The better solution, and one that is only possible with Management Reporter as it uses a SQL database) is to update the row definition directly on the database;


UPDATE
   ControlRowCriteria
SET
   DimensionCode = 'Account'
WHERE
   DimensionCode = 'Segment2'

Once the above script has been run against the Management Reporter database, opening a Row Definition will show the Link to the Financial Dimensions correctly linking to the Account segment;

Related posts:
How To Install Management Reporter Sample Reports
How To Install Management Reporter – Server
How To Install Management Reporter – Client
How To Configure Management Reporter For Use
How To Install Management Reporter – Server Prerequisites
Management Reporter Migration Wizard: ACE.OLEDB.12.0 Provider Is Not Registered On The Local Machine
Ian Grieve

About Ian Grieve

Consultant with over 8 years experience with Microsoft Dynamics GP, including related products such as Integration Manager, eConnect, FRx and Management Reporter.
This entry was posted in Dynamics, GP, Management Reporter, Microsoft and tagged , , , , , , , . Bookmark the permalink.

4 Responses to Fixing The Management Reporter Sample Reports

  1. Pingback: Interesting Findings & Knowledge Sharing » Fixing The Management Reporter Sample Reports

  2. mansoor naqvi says:

    Ian,
    I cannot thank you enough for putting this out. I was able to resloved my issue. I ran the query and next thing, I was able to view the data on the sample reports. Great Work!

  3. Anonymous says:

    Thanks, this helped me as well.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

* Copy this password:

* Type or paste password here:

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>