![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
-----Original Message----- Hi John, I have seen this one it's a localisation issue, I see these more as a Dutch Analysis engineer :-) You propably have your machine installed as English (United Kingdom), The date format is: dd/mm/yyyy. If you change the data format into mm/dd/yyyy English (US), edit the slicing of the partition and reprocessing partition completes propably successfully Another way to fix this for example is by using convert function (if the source data is stored at SQL Server) to convert the member key column into varchar, example: Convert(varchar(12), '<Member key column expression>', 101) Note: 103 means mm/dd/yyyy format, 101 means dd/mm/yyyy format - modify the time.standard dimension by changing the member key column for levels year, quarter and month as: convert(varchar(12),"Dim_Time_Std_Year"."Year_Idx" ,101) convert(varchar(12),"Dim_Time_Std_Qtr"."Qtr_Idx",1 01) convert(varchar(12),"Dim_Time_Std_Mon"."Mon_Idx",1 01) - Edit the partition of the cube to use the member of the time dimension. The slicing value under the "Meta Data" pane of the Analysis Manager will change to "dd/mm/yyyy" format. - re-processing the partition Let me know if it works out for you. HTH, Bas "This posting is provided "AS IS" with no warranties, and confers no rights." . |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Hi John, The time dimension has a member key column has the dbdate format. This fails about the UK date format. The convert function should fix this however I didn't test this myself, I suggest you do some test yourself. I haven't SSABI under my fingers at the moment. You could try using convert function (if the source data is stored at SQL Server) to convert the member key column into varchar, exmple Convert(varchar(12), '<Member key column expression>', 103). I am not sure anymore now if it shouldbe 101 or 103. The data in AS should simply be stored in the US format that's all. HTH, Bas "This posting is provided "AS IS" with no warranties, and confers no rights." |
![]() |
| Thread Tools | |
| Display Modes | |
| |