Thursday, February 19, 2009

InScope function Error

Its a well know bug in MSRS which is resolved now. It comes when we use SP2 in SQL server.

SYMPTOMS:

In Microsoft SQL Server 2005 Reporting Services, you create a report that contains a matrix data region. You use the InScope function in an expression of a static column or of a subtotal column. When you display the report, the InScope function returns incorrect data.

For example, you add a group that is named GroupA to the matrix data region. You add a static column or a subtotal column to the GroupA group. Then, you specify the following expression for the BackgroundColor property of the static column or of the subtotal column:

=IIF(InScope("GroupA"), "Red", "Blue")

When you display the report, you can notice that the background color is incorrect.

RESOLUTION

The fix for this issue was first released in Cumulative Update 5. For more information about how to obtain this cumulative update package for SQL Server 2005 Service Pack 2, click the following article number to view the article in the Microsoft Knowledge Base:

943656 (http://support.microsoft.com/kb/943656/LN/ ) Cumulative update package 5 for SQL Server 2005 Service Pack 2

Note Because the builds are cumulative, each new fix release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2005 fix release. Microsoft recommends that you consider applying the most recent fix release that contains this hotfix. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

937137 (http://support.microsoft.com/kb/937137/LN/ ) The SQL Server 2005 builds that were released after SQL Server 2005 Service Pack 2 was released

Microsoft SQL Server 2005 hotfixes are created for specific SQL Server service packs. You must apply a SQL Server 2005 Service Pack 2 hotfix to an installation of SQL Server 2005 Service Pack 2. By default, any hotfix that is provided in a SQL Server service pack is included in the next SQL Server service pack.

No comments:

Post a Comment