.NET - Insert Element to Dimension

Post Reply
winsonlee
Regular Participant
Posts: 180
Joined: Thu Jul 01, 2010 3:06 am
OLAP Product: Cognos Express
Version: 9.5
Excel Version: 2007
Location: Melbourne, Australia

.NET - Insert Element to Dimension

Post by winsonlee »

http://publib.boulder.ibm.com/infocente ... 607F9.html

On the ibm documentation i found TM1DimensionElementInsert. Can someone verify if that function is part of using Applix.TM1.API library ?

Coz i only can find

TM1Dimension
TM1DimensionCollection
TM1DimensionConsolidatedElement
TM1DimensionElement
TM1DimensionElementChildCollection
TM1DImensionElementCollection
TM1DimensionElementFullCollection
TM1DimensionElementParentCollection
TM1DimensionElementPartialCollection
TM1DimensionElementRootCollection

Am i missing something ?
olapuser
Posts: 40
Joined: Fri Jan 29, 2010 1:55 am
OLAP Product: Cognos TM1
Version: 9.5
Excel Version: 2007
Contact:

Re: .NET - Insert Element to Dimension

Post by olapuser »

if i'm not wrong there is no function to manipulate dimension.
you can try by creating TI to add elements by parameters then call TM1ProcessExecute
or other way using TM1API.dll
winsonlee
Regular Participant
Posts: 180
Joined: Thu Jul 01, 2010 3:06 am
OLAP Product: Cognos Express
Version: 9.5
Excel Version: 2007
Location: Melbourne, Australia

Re: .NET - Insert Element to Dimension

Post by winsonlee »

when i try to add tm1api.dll in visual studio 2010, it gives me an error msg saying tm1api.dll could not be added. Please make sure that the file is accessible and that it is a valid assembly or COM component.

do you know what causes the problem ?
Post Reply