Search found 5 matches

by kunbela
Mon Dec 14, 2020 9:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DTYPE for hierarchies?
Replies: 3
Views: 30497

Re: DTYPE for hierarchies?

Hi Wim!

Thank you for your answer. It made me feel soooo dumb.
I have no idea why I missed this. Maybe I should work less and sleep more :D

Thanks again!
by kunbela
Mon Dec 14, 2020 5:49 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DTYPE for hierarchies?
Replies: 3
Views: 30497

DTYPE for hierarchies?

Hi TM1 Community, Am I the only one who miss DTYPE function for hierarchies? I found no article or APAR or anything about it. I tried to use it in a process, but it didn't work no matter, if I tried with DTYPE(Dim:Hier, Element) or DTYPE(Dim,Hier:Element). (Syntax error). The only weapon I left, tha...
by kunbela
Sun Nov 08, 2020 10:45 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Process: How to add new element and check in all hierarchies if exists?
Replies: 3
Views: 2084

Re: Process: How to add new element and check in all hierarchies if exists?

Hi Wim, Thank you for the quick response. Unfortunately I can't use 'Leaves' hieararchy. N and C levels are using the same counter to generate new element IDs. But this }Hierarchies_organization dimension is a really nice tip. I am gonna use it. It would be nice, if a simple function would solve it ...
by kunbela
Sun Nov 08, 2020 9:09 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Process: How to add new element and check in all hierarchies if exists?
Replies: 3
Views: 2084

Process: How to add new element and check in all hierarchies if exists?

Hi Everyone! I am facing an issue regarding the new hierarchies. I want to write a process, that adds a new element to a specific hierarchy, but before that I want to check, if that new element already exists in the hierarchy, or in any of the other hierarchies. In the old times the DIMIX done its j...
by kunbela
Thu Jan 23, 2020 11:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Tm1 REST api - search dimension elements by Attributes Alias
Replies: 2
Views: 2527

Re: Tm1 REST api - search dimension elements by Attributes Alias

This answer might be a bit late, but might good for the future Google searches:

Try the following way:

Code: Select all

http://host:8001/api/v1/Dimensions('DimName')/Hierarchies('DimName')/Elements?$filter=Attributes/Bereich eq 'A'
(Filtering fotr Bereich attribute equal to A.)