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
How to write a process to create a cube from dimensions with
- 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
Have a look at the documented functions CubeCreate and CubeExists.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
Michel