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
How to dispaly popup
-
- 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
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.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'.
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
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
-
- 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
As to the other question, you're making it much more difficult than it needs to be.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....
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
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