|
![]() |
Property | Value |
DataSetName | HoursWorked_Query |
Data Source Reference | |
Collation | |
Case Sensitivity | |
Accent Sensitivity | |
Is MDX | True |
Query Command Type | MDX |
Query Data Source Name | RSDS_EnterpriseDW_SSAS |
Query Timeout | |
Use Generic Designer | |
Kanatype Sensitivity | |
Width Sensitivity | |
Integrated Security |
SELECT NON EMPTY { [Measures].[Hours Worked] } ON COLUMNS, NON EMPTY { ([Date].[Fiscal Year].[Fiscal Year].ALLMEMBERS * [Date].[Month Of Year].[Month Of Year].ALLMEMBERS * [Date].[Fiscal Period Of Year].[Fiscal Period Of Year].ALLMEMBERS * [Position].[Function Description].[Function Description].ALLMEMBERS * [Assignment].[Regular Temporary].[Regular Temporary].ALLMEMBERS * [Date].[Date Name].[Date Name].ALLMEMBERS * [Time Type].[Time Type].[Time Type].ALLMEMBERS ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME ON ROWS FROM ( SELECT ( STRTOSET(@PositionLocation, CONSTRAINED) ) ON COLUMNS FROM ( SELECT ( STRTOSET(@DateFiscalYear, CONSTRAINED) ) ON COLUMNS FROM ( SELECT ( { [Assignment].[Assignment Fulltime Parttime].&[Part Time] } ) ON COLUMNS FROM [HR_Payroll]))) WHERE ( [Assignment].[Assignment Fulltime Parttime].&[Part Time], IIF( STRTOSET(@PositionLocation, CONSTRAINED).Count = 1, STRTOSET(@PositionLocation, CONSTRAINED), [Position].[Location].currentmember ) ) CELL PROPERTIES VALUE, BACK_COLOR, FORE_COLOR, FORMATTED_VALUE, FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS |
Field Name | Field Type | Field Value |
Date_Name |
System.String |
|
Fiscal_Period_Of_Year |
System.String |
|
Fiscal_Year |
System.String |
|
Function_Description |
System.String |
|
Hours_Worked |
System.Int32 |
|
ImageLocation |
System.String |
|
ImageType |
System.String |
|
Month_Of_Year |
System.String |
|
ParameterCaption |
System.Int32 |
|
ParameterCaption |
System.Int32 |
|
ParameterCaptionIndented |
System.String |
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value |
ParameterCaptionIndented |
System.String |
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value |
ParameterLevel |
System.Int32 |
|
ParameterLevel |
System.Int32 |
|
ParameterValue |
System.Int32 |
|
ParameterValue |
System.Int32 |
|
Regular_Temporary |
System.String |
|
SuggestedImageSize |
System.String |
|
Time_Type |
System.String |
Parameter Name | Parameter Value |
DateFiscalYear |
=Parameters!DateFiscalYear.Value |
DateFiscalYear |
=Parameters!DateFiscalYear.Value |
PositionLocation |
=Parameters!PositionLocation.Value |
Powered by BI Documenter |