Search found 11 matches

by Abhi30
Tue Aug 30, 2016 7:34 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Need Suggestion
Replies: 2
Views: 2004

Need Suggestion

Hi all,

In my tax cube i want to put value in city because that are on leaf level
but i want the value same in conslidated level
suppose i put 10 in jammu city then 10 value should be in state jammu-kashmir.
i dont want consolidated value in state level.
by Abhi30
Fri Aug 12, 2016 10:31 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Nested DB();
Replies: 11
Views: 7280

Re: Nested DB();

here i am attaching my 2 cubes..

if u can see their is a grade element in Headcount cube
i just want to do if i select grade 6 in that element

then the value should be fetched from 2nd cube which is salary master
by Abhi30
Fri Aug 12, 2016 10:11 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Nested DB();
Replies: 11
Views: 7280

Re: Nested DB();

can u plz tell me how to attach screenshots to this reply??

i mean if i want to attch screenshot with post in this forum??
by Abhi30
Fri Aug 12, 2016 9:57 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Nested DB();
Replies: 11
Views: 7280

Re: Nested DB();

which element??
Grade??
by Abhi30
Fri Aug 12, 2016 9:27 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Nested DB();
Replies: 11
Views: 7280

Nested DB();

Hello all, i used nested DB for my current task which is min salary as per grade. In my first cube i included grade element in measure diemension and also created picklist into grade element like 1 2 3 4 5. and in my second cube 1r_Salary_Count, Min salary value is there for 1 2 3 4 & 5 Grade. I...
by Abhi30
Wed Aug 10, 2016 1:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Lengthyness of the code
Replies: 6
Views: 4247

Re: Lengthyness of the code

Yeah Sure Sir..

But how we can attach screen shot with messages in forum???
by Abhi30
Wed Aug 10, 2016 11:27 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Lengthyness of the code
Replies: 6
Views: 4247

Re: Lengthyness of the code

thank you for your suggestion sir,

but i tried that
it gives error i think something went wrong.
by Abhi30
Wed Aug 10, 2016 10:58 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Lengthyness of the code
Replies: 6
Views: 4247

Lengthyness of the code

hello all.., how can i reduce the code ??? it gets too lengthy if i want to write it for 12 months?? ['Travel Rate/Day' ] = N: IF(DB('2r_Hotel',!2a_Employee_Name,'Travel')@='Bus'& DB('2r_Hotel',!2a_Employee_Name,'Month Of Travel')@='Jan',DB('2r_Hotel_Expenses', 'Jan','Bus'),IF(DB('2r_Hotel',!2a_...
by Abhi30
Tue Aug 09, 2016 7:44 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Want to Know Use of DIMNM & DIMIX Function ?
Replies: 6
Views: 4218

Re: Want to Know Use of DIMNM & DIMIX Function ?

I am using DB() Already like...['Travel Rate/Day' ] = N: IF(DB('2r_Hotel',!2a_Employee_Name,'Travel')@='Bus'& DB('2r_Hotel', !2a_Employee_Name, 'Month Of Travel')@='Jan',DB('2r_Hotel_Expenses', 'Jan','Bus') but the code was getting to lengthy for each month adn each type i want to add all month ...
by Abhi30
Tue Aug 09, 2016 6:50 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Want to Know Use of DIMNM & DIMIX Function ?
Replies: 6
Views: 4218

Want to Know Use of DIMNM & DIMIX Function ?

Hello all,, I want to use DIMNM & DIMIX function to get values from each month. In my cube their is travel tyle e.g Bus,Air,Train and Accomodation e.g Hotel,Apartment,Lodge i want value from another cube as per the selection from picklist e.g Travel Type=Bus, Accomodation=Hotel and Month=Jan the...