Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Consolidate companies in Microsoft Management Reporter that have different fiscal year ends may produce incorrect results


View products that this article applies to.

Symptoms

When you consolidate companies that have year-end dates, the report may not produce the expected results.

↑ Back to the top


Cause

Period end dates may not match causing unexpected mismatches between consolidating company periods.

↑ Back to the top


Resolution

There are two options to make the report work correctly.  These options are found in the report definition, on the Settings tab.  Click Other and then click the Additional Options tab. 

NoteThe default company is considered the company that is specified in the report definition.  If @ANY is used, then the default company is the company that you are currently logged into.


Option 1

Rollup by using default company period number

The period that is specified in the column definition is used for all companies that are defined in the tree.

For example, 6/30/2012 is Period 12 for the default company and is Period 6 for the second company.  If the report was run for period 12, the default company would pull data from June, whereas the second company would pull data from December.  

In order to obtain data for June for both companies, you would have to set one column to period 12 and a second column to period 6.  Each column would then have to be restricted to its respective company in the tree, by using the Reporting Unit.

This option is the default setting.



Option 2

Rollup by using default company period end date

The period that is specified in the column definition is used to retrieve the date from default company.

If the default company’s Period 12 has end date of 6/30/2012 then this date will be used against all companies regardless of period numbers.  Using this example, the second company would pull data from period 6. 




Issue with YTD columns
YTD columns may not work as expected with this option as data is pulled as YTD for the source company not the default company.


Workaround:

  • Create Periodic columns for each period and sum in CALC column.
  • This may need to be done by using a Rollup by end date and columns to specify BASE-1, BASE-2, and so on.


Using Budget data

  • A Date Range Budget must be created for each non-default company calendars.
  • Data in the Date Range Budget must correspond to the default company dates and may cross between different source company regular budgets.
  • Default company calendar needs to be consistent when report is run.
Note Changing from a Calendar year company to a Fiscal year company may produce bad resulting data.




↑ Back to the top


More Information

The following script may have to be used to correct the YEAR1 bug is GP2010

UPDATE GL00200 SET YEAR1 = YEAR(TODATE) where BUDGETID ='xxxx'

(Replace xxxx with the Budget ID)

↑ Back to the top


Keywords: kbmbsmigrate, kbmbspartner, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2697438
Revision : 1
Created on : 1/7/2017
Published on : 6/27/2012
Exists online : False
Views : 185