Search found 8 matches

by Jesh19
Wed Dec 30, 2015 9:57 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Usage of variable in error message
Replies: 6
Views: 3516

Re: Usage of variable in error message

I have concatenated it with error message using CellGetS function.

For example:
My error message is 'Maximum Headcount has exceeded' and my value is some 50.
I wrote as follows:

'Maximum Headcount has exceeded' | CellGetS(Cube,dim1,dim2,value);

Regards,
Jeshwanth
by Jesh19
Tue Dec 22, 2015 9:33 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Usage of variable in error message
Replies: 6
Views: 3516

Re: Usage of variable in error message

I have got the solution.

Regards,
Jeshwanth
by Jesh19
Mon Dec 21, 2015 11:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Usage of variable in error message
Replies: 6
Views: 3516

Usage of variable in error message

Hi, I need to use a string value in my error message. Let me explain the scenario. I am having a cube with only 2 dimensions. Organization and MaxHeadCount. I am assigning some maximum headcount to each org. So, in the form when the user enters the headcount more than maxheadcount, i am showing a er...
by Jesh19
Tue Dec 15, 2015 10:31 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Move data from one group to another group in an organization dimension
Replies: 11
Views: 7260

Re: Move data from one group to another group in an organization dimension

That doesn't help me. Actually my main concern is about moving of positions from one group element to another. Previously when this requirement is not there, i have used a lookup cube for showing the available for each group and assigned them using a MDX Expression. But now, I am stuck with the new ...
by Jesh19
Mon Dec 14, 2015 1:49 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Move data from one group to another group in an organization dimension
Replies: 11
Views: 7260

Re: Move data from one group to another group in an organization dimension

Even this didn't help my requirement.
I have tried this, but it doesn't work.

Regards,
Jeshwanth
by Jesh19
Mon Dec 14, 2015 5:50 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Move data from one group to another group in an organization dimension
Replies: 11
Views: 7260

Re: Move data from one group to another group in an organization dimension

I have gone through the above functions. But that doesn't help me. Actually I am having Organization Structure like this: XYZ (Company Name) --> AA01 (Dir Name) --> AB01, AC01, AD01 (Group Names) I am also having a Job(Postions) dimension and a Job Desc No (JD No) dimension. I have used a lookup cub...
by Jesh19
Sun Dec 13, 2015 2:48 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Move data from one group to another group in an organization dimension
Replies: 11
Views: 7260

Re: Move data from one group to another group in an organization dimension

As I am new to TM1, i have no knowledge about what to use.
I need help from scratch. Please give me the good solution.
please do the needful.

Regards,
Jeshwanth
by Jesh19
Sun Dec 13, 2015 10:51 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Move data from one group to another group in an organization dimension
Replies: 11
Views: 7260

Move data from one group to another group in an organization dimension

Hi, The organization dimension I am using is as follows: A --> B --> C There are job(positions) and job code dimensions defined. Now my requirement is as follows. For example the group C is split into two groups C and C1. If there are 200 positions against C then out of these 50 have to be moved to ...