Page 1 of 1

How to write a process to create a cube from dimensions with

Posted: Thu Apr 12, 2012 11:13 am
by abcuser
Hi,
using Cognos TM1 v9.5.2 on Windows. Now I have did the following:
1. Right click on Cubes and select "Create new cube".
2. I entered new name for Cube Name field.
3. In the same window I selected dimensions from Available Dimensions list, moved them to the Dimensions in new Cube list and clicked on Create Cube button.

I would like to do above action with Process. Process should also check if cube exists then don't create new cube (actually do nothing).
Thanks

Re: How to write a process to create a cube from dimensions

Posted: Thu Apr 12, 2012 11:31 am
by Michel Zijlema
abcuser wrote:Hi,
using Cognos TM1 v9.5.2 on Windows. Now I have did the following:
1. Right click on Cubes and select "Create new cube".
2. I entered new name for Cube Name field.
3. In the same window I selected dimensions from Available Dimensions list, moved them to the Dimensions in new Cube list and clicked on Create Cube button.

I would like to do above action with Process. Process should also check if cube exists then don't create new cube (actually do nothing).
Thanks
Have a look at the documented functions CubeCreate and CubeExists.

Michel