creating calculated members on local cubes -
08-08-2003
, 04:18 PM
Hello,
I tried to create a local cube by ADO, using a VB app.
It has to contain a calculated member. I tried the next
code:
Dim cmd
cmd = "CREATECUBE=CREATE CUBE MyCube (
DIMENSION Dim1 ...,
MEASURE...,
COMMAND (CREATE MEMBER Dim1.NewMember as '...'))
the cube is ok, but if I try to open this cube by pivot
table (excel) or ProClarity, I see all but not calculated
member.
Is it something wrong on syntax (it executed it without
error !)
I used MSOLAP provider and I also tried MOLAP.2
Can anyone help me? |