Page 1 of 1

ConsolidatedCountUnique

Posted: Wed Jun 04, 2014 2:16 am
by mukeshrajdass
ConsolidatedCountUnique( 0, unique-along-dimension-name, cube-name,elem_1, elem_2, . . . );

Arguments element_1 through element_n are sequence-sensitive. element_1 must be an element from the first dimension of the cube, element_2 must be an element from the second dimension, and so on.
These arguments can also be the names of aliases for dimension elements or TurboIntegrator variables.

Will it work for Non-Alias Text attributes instead of Dimensions or Alias attributes ?? Has anyone tried it ??


Thx

Re: ConsolidatedCountUnique

Posted: Wed Jun 04, 2014 3:41 am
by TableManagerOne
I'd expect it would not work because text attribute values do not need to be mutually unique among elements of a dimension. If you used a non unique attribute, TM1 wouldn't know which element you were referring to.

Re: ConsolidatedCountUnique

Posted: Wed Jun 04, 2014 3:51 am
by mukeshrajdass
Thanks alot....I was hoping that it could...i have to find another way of doing what i need to do...