Write back from excel template to TM1 cube

Post Reply
venkatesh.alladi
Posts: 2
Joined: Wed Dec 18, 2013 11:45 am
OLAP Product: TM1
Version: 10.1
Excel Version: 2010

Write back from excel template to TM1 cube

Post by venkatesh.alladi »

Hi,
I have created a excel template which will be used to input data, i have used dbrw function to write the data back to the cube, but one cell has dropdown list and in the list first value is empty string, problem is when user selects the empty string then the dbrw function is getting erased and furthur selection on that cell is not getting written back to the cube, please suggest any approach.


Thanks,
Ven
declanr
MVP
Posts: 1831
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: Write back from excel template to TM1 cube

Post by declanr »

Change the excel validated list to a tm1 picklist.
Excel validation should work anyway but using a TM1 picklist you reduce the room for error and increase server side control.
Declan Rodger
tm1_bloke
Posts: 25
Joined: Sun Oct 13, 2013 6:03 am
OLAP Product: TM1
Version: 10.2
Excel Version: 2010

Re: Write back from excel template to TM1 cube

Post by tm1_bloke »

TM1 pick lists won't help you. The empty/null value behaviour of TM1 pick list is similar that you have experienced with Excel drop downs. Workaround to retain DBRW formula is press a space instead of an empty string in pick list.

In TM1web pick lists work better and an empty string is added automatically to pick lists.
declanr
MVP
Posts: 1831
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: Write back from excel template to TM1 cube

Post by declanr »

Sorry tm1_bloke is correct; just in case you read my comment and tried to make it work. I though I had read TM1 Web in your original question but was just imagining it.
Declan Rodger
Willi
Regular Participant
Posts: 151
Joined: Mon Oct 07, 2013 11:51 am
OLAP Product: TM1
Version: 9.5.2
Excel Version: 2010

Re: Write back from excel template to TM1 cube

Post by Willi »

Try to Change the empty List-Element in "<empty>" (in German it is "<leer>" so I assume the word empty to be correct). This is displayed by Excel as an empty entry but TM1 treats it as not empty
Post Reply