How to dispaly popup

Post Reply
dwsudheer
Posts: 1
Joined: Tue Apr 15, 2014 2:34 pm
OLAP Product: Cognos TM1
Version: TM1 10.1.1
Excel Version: 10

How to dispaly popup

Post by dwsudheer »

Hi,

Am new to TM1 am facing below issues while creating TM1 Cube

In my source (Excel) there is no data for salary column,While loading the same to target cube through TI process need to show popup saying 'No data for Sal column'.

In my excel elements are dipaying are rows instead of columns,If i want to load the same through TI process we need to convert Rows to columns...Please assist me how to do achieve this..
Eg:In Exccel

Ename
Sal
Year
So above the element should convert to columns then we can load elements....

Thanks
Sudheer
Wim Gielis
MVP
Posts: 3241
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.1.5
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: How to dispaly popup

Post by Wim Gielis »

dwsudheer wrote:In my source (Excel) there is no data for salary column,While loading the same to target cube through TI process need to show popup saying 'No data for Sal column'.
If I understand it correctly, you will want to use the ItemReject function in TI to present a message whenever a certain column is empty.
Best regards,

Wim Gielis

IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
MVP
Posts: 3241
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.1.5
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: How to dispaly popup

Post by Wim Gielis »

dwsudheer wrote:In my excel elements are dipaying are rows instead of columns,If i want to load the same through TI process we need to convert Rows to columns...Please assist me how to do achieve this..
Eg:In Exccel

Ename
Sal
Year
So above the element should convert to columns then we can load elements....
As to the other question, you're making it much more difficult than it needs to be.
But if you don't have any control over the source file, you could use variables and counters to retrieve the data and metadata from the file.
Write to the cube whenever you have all data and metadata to correcly identify 1 cell in the cube, at the lowest level in every dimension (unless you write textual data).
In the Advanced > Data tab, capture the row contents of the file and store them in variables. Empty / refill the variables again after you write the value in the cube.
Be careful when data is missing...
Best regards,

Wim Gielis

IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Post Reply