Viewing 7 posts - 1 through 7 (of 7 total)
yes i know that, but i need get all lastchild of each parent.
March 21, 2015 at 3:50 pm
The cube is based in the tables Fact, [Dim_Store] and [Dim_Elem]. [Fact] table is a measure group, the structure is very simple.
If you need more information please tell me.
Thanks
March 18, 2015 at 12:39 pm
but i get Cero in all cases.
Store_1 -> 0
Store_3 -> 0
March 18, 2015 at 12:18 pm
yes, that is an example,
this indicates that in the store_1 there is one element and in the Store_3 one element, but when insert new fact, by example, insert into...
March 18, 2015 at 11:33 am
Sorry, more information:
I have :
CREATE TABLE [dbo].[Fact](
[Id_Fact] [int] IDENTITY(1,1) NOT NULL,
[Id_Elem] [int] NULL,
[Id_Store] [int] NULL,
CONSTRAINT [PK_H_Movimientos] PRIMARY KEY CLUSTERED
(
[Id_Mov] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF,...
March 17, 2015 at 3:54 pm
That is very interesting, bud i have a problem with "float" data type :unsure:
May 12, 2010 at 6:50 am
Viewing 7 posts - 1 through 7 (of 7 total)