Page 1 of 1

TI To Create View using Attribute

Posted: Wed Jan 06, 2010 3:30 am
by appleglaze28
I was wondering if anybody has been able to create a TI using the Attribute as the name of the view? Since in my dimension I have tons of elements rather than showing them I know in Active Form you can change the rows dependeing onthe dimension subset. I was able to do this manually, and I was thinking if this was possible through TI to create the a whose content grouping will depend if which element have the same attribute will form part of a certain subset and having that subset automatically named the same as its attribute?

Re: TI To Create View using Attribute

Posted: Wed Jan 06, 2010 4:56 pm
by Wim Gielis
Hi

So you want to write a TI process, to create subsets. 1 subset for each attribute, and the subset contains the elements with that attribute value?

Is it only level 0 elements? Is the attribute a text attribute or a numeric attribute?

Is this correct? Then I would say a good old loop through the elements will do, nothing fancy.

Wim