Search found 5 matches

by viocristi
Mon Dec 16, 2019 10:51 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 rule subst with dimension element
Replies: 9
Views: 10449

Re: TM1 rule subst with dimension element

thank you, I solved the issue. I inserted a dimension attribute which is getting populated from the sql dwh and I just filter based on this on in the rule. And it works :)
by viocristi
Thu Nov 28, 2019 3:32 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 rule subst with dimension element
Replies: 9
Views: 10449

Re: TM1 rule subst with dimension element

so my syntax was ok, I can do something like that in a tm1 rule, so it must be something else. Thank you
by viocristi
Thu Nov 28, 2019 12:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 rule subst with dimension element
Replies: 9
Views: 10449

Re: TM1 rule subst with dimension element

please see my edit: I would be happy with just a general example on how to filter out an element.
Something of the equivalent of an sql syntax of:

and left (abc,1) != '2'
by viocristi
Thu Nov 28, 2019 12:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 rule subst with dimension element
Replies: 9
Views: 10449

Re: TM1 rule subst with dimension element

It's really the same case. The only difference is that I have another 3 letters as my dimension name. The numbers and the structure and the formula I used is the same. I just want an example of how would one would exclude all the dimension elements which start with a certain character. I know that i...
by viocristi
Thu Nov 28, 2019 9:40 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 rule subst with dimension element
Replies: 9
Views: 10449

TM1 rule subst with dimension element

Hi there, I would need some help with the correct syntax. I have a dimension, let's call it abc. This dimension has the following structure: Total abc all internal abc total internal 1000 1100 total external 2000 2100 2000 3000 3100 What I want to achieve: in the cell security of a cube, I want to e...