Search found 6 matches

by CelsoFerraz
Sat Oct 25, 2014 5:37 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Internal Application Problem when changing dimensions
Replies: 2
Views: 4410

Re: Internal Application Problem when changing dimensions

I have the same problem and i found this document (atached) on IBM site
by CelsoFerraz
Fri Feb 01, 2013 3:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dimix Syntax
Replies: 8
Views: 5609

Re: Dimix Syntax

Duncan,

I did as you suggested and it worked

My rule now is :
['Classe' ] = S: DB('Premissa Cargos1',DB('Despesas Viagem1', !Cenarios, !Centro de Custo, !Meses, !Qtde Viagens, 'Posicao') , !Cenarios, 'Classe');

Thank Duncan, Declanr and Tomok for help
by CelsoFerraz
Fri Feb 01, 2013 12:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dimix Syntax
Replies: 8
Views: 5609

Re: Dimix Syntax

I understand what you guys are saying, but what I'm trying to do I put in the attached file.

See if it is possible to do this via a rule or not.

Thanks again
by CelsoFerraz
Thu Jan 31, 2013 10:03 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dimix Syntax
Replies: 8
Views: 5609

Re: Dimix Syntax

Yes, cargos is a list in cube (picklist)
by CelsoFerraz
Thu Jan 31, 2013 3:43 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dimix Syntax
Replies: 8
Views: 5609

Re: Dimix Syntax

Yes I´m using in rule and this dimension exists in two cubes but as picklist This work : ['Classe' ] = S: if (DIMIX('Cargos','Diretoria' ) = DIMIX('Cargos',DB('Despesas Viagem1', !Cenarios, !Centro de Custo, !Meses, !Qtde Viagens, 'Posicao') ), DB('Premissa Cargos', 'Diretoria', !Cenarios, 'Classe')...
by CelsoFerraz
Thu Jan 31, 2013 1:51 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dimix Syntax
Replies: 8
Views: 5609

Dimix Syntax

Hi All, I have a problem with the function Dimix. The syntax I need only work with a dimension Time : for example : Dimix (Year , !Year ) or Dimix (Year, 'Jan') this owrk fine. But when I try this with other dimension (not time dimension) , this not work. for example : Dimix (business, !business ) n...