Page 1 of 1

.NET - Insert Element to Dimension

Posted: Thu Dec 23, 2010 1:19 am
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 ?

Re: .NET - Insert Element to Dimension

Posted: Thu Dec 23, 2010 1:45 pm
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

Re: .NET - Insert Element to Dimension

Posted: Wed Dec 29, 2010 2:37 am
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 ?