I can't to obtain the right order for DateTime dimension and for multiple level (and field) dimension
I'm working with MS SQL 7 (without SP), and OLAP (without SP too) I've a cube. I've created a dimension DateXMonth, and then I've deleted and then I've created again:
+ Year
+ Month
+ Day
because this show random order for every time that I've created them, or different type of data (numeric or character for the month)
+ 2000
+ July
+ April
+ December
..... NO ORDER
other time
+2000
+1
+16
+2
+20
+3
..... STRING ORDER
other time
+2000
+January
+February
+March
.... STRING ORDER (right!!)
With other multiple level DIMENSION:
+City (char)
+Line (integer)
+Section (char)
+Turn (integer)
..I've the same trouble, I can't to obtain the right order (NUMERICAL o character). . I've tried with the properties for the field Order by Key = true, but nothing. .
I've changed the type of data character (size 10) to small integer (size 4)
WHAT HAPPEN?
I'm working with MS SQL 7 (without SP), and OLAP (without SP too) I've a cube. I've created a dimension DateXMonth, and then I've deleted and then I've created again:
+ Year
+ Month
+ Day
because this show random order for every time that I've created them, or different type of data (numeric or character for the month)
+ 2000
+ July
+ April
+ December
..... NO ORDER
other time
+2000
+1
+16
+2
+20
+3
..... STRING ORDER
other time
+2000
+January
+February
+March
.... STRING ORDER (right!!)
With other multiple level DIMENSION:
+City (char)
+Line (integer)
+Section (char)
+Turn (integer)
..I've the same trouble, I can't to obtain the right order (NUMERICAL o character). . I've tried with the properties for the field Order by Key = true, but nothing. .
I've changed the type of data character (size 10) to small integer (size 4)
WHAT HAPPEN?