Website Upgrade Incoming - we're working on a new look (and speed!) standby while we deliver the project

Tips on using this forum..

(1) Explain your problem, don't simply post "This isn't working". What were you doing when you faced the problem? What have you tried to resolve - did you look for a solution using "Search" ? Has it happened just once or several times?

(2) It's also good to get feedback when a solution is found, return to the original post to explain how it was resolved so that more people can also use the results.

Separating Resources in P3...3.1

1 reply [Last post]
Brian Mitton
User offline. Last seen 11 years 11 weeks ago. Offline
Joined: 27 Feb 2008
Posts: 16
Groups: None
Hi there guys....once again your help please.

I have resourced an activity with 2 resources, quantity and and machine hours. I have created two columns in the custom data (resource) to actually show these two different resources in their respective colums. I am using globle change to populate these columns along side their respective activities....I am getting the summation of the two resources in each of the columns...how do I seperate this data to their respective columns?...please chaps. Thanks

Replies

mimoune djouallah
User offline. Last seen 5 years 31 weeks ago. Offline
Joined: 14 Oct 2006
Posts: 388
hi

try something like this in global change ( you need to make two global change ) ( quant, and manh are ressources CDI )

if res EQ quantity

then quant = (insert your value here)


and in another global change

if res EQ manhour

then Manh = (insert your value here)

i tried it for one activity and worked as expected

HTH