Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Project Newsgroups
Project Developer
summary of assignements custom field in resource row
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Jan De Messemaeker, post: 4892658"] Hello Piotr, Quote: "but I want it to work exactly the same way as Cost etc." Well, Cost always totals ALL assignments, regardless of what is visible. So if you want to do it the same way, you have your answer. As for question 2, that is a matter of VBA syntax. There are 3 Cost3 fields so it is logical to tell VBA TheTask.Cost3=Thetask.Cost1+TheTask.Cost2 Or TheAsgmnt.Cost3=TheAsgmnt.Cost1+TheAsgmnt.Cost2 Which are different formulae altogether. Yes, you may wonder why a different syntax... but since Project VBA is miuch older than the formulae, it would have been logical to make the formula look lmike VBA rather than the reverse :-)) [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Project Newsgroups
Project Developer
summary of assignements custom field in resource row
Top