![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
This may be a funny one... I want to write a program that creates a local cube but I only find references to the 'CREATE GLOBAL/SESSION CUBE...' ddl statements syntax. I don't understand to whom should I assign this statement?? My hunch is that it should be an instance of pivot table services? Can you give some reference to its api?? Thanks alot Rea |
#3
| |||
| |||
|
|
OK I found the vbAdoCreateCube sample in the AS samples which uses ADODB connection to an ole db for olap provider to run 'CREAT CUBE' + 'INSERT CUBE' ddl statements. I need now a way to replace these statements with the 'CREATE GLOBAL CUBE' statement. I tried replacing "CREATECUBE=CREATE CUBE Sample( ...)" with I tried replacing "CREATEGLOBALCUBE=CREATE GLOBAL CUBE Sample( ...)" but it did not work... Any suggestions will be appriciated! 10X Rea "Rea Peleg" <reapeleg (AT) barak-online (DOT) net> wrote in message news:eml#8VVKEHA.3596 (AT) tk2msftngp13 (DOT) phx.gbl... This may be a funny one... I want to write a program that creates a local cube but I only find references to the 'CREATE GLOBAL/SESSION CUBE...' ddl statements syntax. I don't understand to whom should I assign this statement?? My hunch is that it should be an instance of pivot table services? Can you give some reference to its api?? Thanks alot Rea |
#4
| |||
| |||
|
|
Our product automates the generation of local cube files, for both the CREATE LOCAL CUBE syntax and the CREATE GLOBAL CUBE syntax. It also will create VB files that generate these local cube files. We offer a free 30-day full-featured demo, so that you can see how the VB code that you can use without purchasing anything. Tim Peterson www.localcubetask.com "Rea Peleg" <reapeleg (AT) barak-online (DOT) net> wrote in message news:%23jXUW8eKEHA.2576 (AT) TK2MSFTNGP12 (DOT) phx.gbl... OK I found the vbAdoCreateCube sample in the AS samples which uses ADODB connection to an ole db for olap provider to run 'CREAT CUBE' + 'INSERT CUBE' ddl statements. I need now a way to replace these statements with the 'CREATE GLOBAL CUBE' statement. I tried replacing "CREATECUBE=CREATE CUBE Sample( ...)" with I tried replacing "CREATEGLOBALCUBE=CREATE GLOBAL CUBE Sample( ...)" but it did not work... Any suggestions will be appriciated! 10X Rea "Rea Peleg" <reapeleg (AT) barak-online (DOT) net> wrote in message news:eml#8VVKEHA.3596 (AT) tk2msftngp13 (DOT) phx.gbl... This may be a funny one... I want to write a program that creates a local cube but I only find references to the 'CREATE GLOBAL/SESSION CUBE...' ddl statements syntax. I don't understand to whom should I assign this statement?? My hunch is that it should be an instance of pivot table services? Can you give some reference to its api?? Thanks alot Rea |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
You can choose to include or exclude each calculated member when using CREATE LOCAL CUBE syntax. When using CREATE GLOBAL CUBE syntax all the calculated members are included automatically. |
#7
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |