|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, May 24, 2013 7:35 AM
Points: 81,
Visits: 335
|
|
Issue with Parallel Period
Hi,
I have a SSRS report, based on Cube, where a table shows information for Employees. The report has a table. Col1 - YearMonth, Col2 - Emp_ID, Col3 - Organisation Unit, and few more columns.
All I need to do is get to know which Organisation Unit they belong to in previous month and add this information as an additional column.
I want something like below and using With Member create a extra field in the Dataset for the table and create a extra column 'PrevMonthOrganistaion'.
[EMPLOYEE].[ORG UNIT], ParallelPeriod ([DATE].[Year Month].[Year Month], 1, [DATE].[Year Month].&[201101]) )
Not sure how to implement this . Kindly advise.
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 4:18 PM
Points: 38,062,
Visits: 30,359
|
|
Please don't cross post. It just wastes people's time and fragments replies
No replies to this thread please. Direct replies to http://www.sqlservercentral.com/Forums/Topic1075440-1633-1.aspx
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|