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

Post Reply
abcuser
Posts: 133
Joined: Thu Mar 25, 2010 8:34 am
OLAP Product: Cognos TM1
Version: 9.5.2
Excel Version: 0

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

Post 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
User avatar
Michel Zijlema
Site Admin
Posts: 713
Joined: Wed May 14, 2008 5:22 am
OLAP Product: TM1, PALO
Version: both 2.5 and higher
Excel Version: 2003-2007-2010
Location: Netherlands
Contact:

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

Post 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
Post Reply