Page 3 of 3

Re: Numeric values not copying from source to target elaments

Posted: Wed Oct 19, 2016 11:21 am
by Wim Gielis
Are you aware of the existence of the functions DIMIX, DIMNM, DTYPE, and similar ones ?

Re: Numeric values not copying from source to target elaments

Posted: Wed Oct 19, 2016 11:26 am
by aravind.cgns
wim,

I know that the problem here is the values present in the elements of the measure dimension is passing from other dimension using picklist, if i use the dimix function here it gives the index numbers of source version and target version, i want the index numbers of values in the elements populated from picklist list dimension as mentioned in the previous post.

Thanks,
Arvind

Re: Numeric values not copying from source to target elaments

Posted: Wed Oct 19, 2016 3:48 pm
by Wim Gielis
Then it would be something along the lines of:

vIndex = DIMIX( 'Version", CellGetS( 'cubename', dim1 element, dim2 element, ... ));

Re: Numeric values not copying from source to target elaments

Posted: Thu Oct 20, 2016 7:02 am
by aravind.cgns
Thanks a lot wim,declanr i have changed my TI Code accordingly such that it copies data from source customer to target customer and source version to target version. ASCIIOUTPUT() func was really helpful as suggested by wim i was able to trace like where i was going wrong and able to fix the code. This forum is really very helpful.

Thanks a lot Guys... :D :D

Re: Numeric values not copying from source to target elaments

Posted: Thu Oct 20, 2016 7:14 pm
by Wim Gielis
You're welcome !