O
Olivier P.
I have an issue while trying to calculate the following: I would like to
calculate the field Cost like this = Work x Standard rate (as defined in the
Resource Sheet) only if field Text1 = Yes.
- At first sight, we can not apply a formula (a condition Iif) to the Cost
field (except on the Cost(x) fields where x=1-10). Unfortunate...
- I would then, to overcome this limitation, customize the field Cost1 in
order to be able to define it like this = IIf([Text1]="Yes", [Cost]* ... ,0).
This works but only with a given amount, but I would like to use the Standard
Rates that are defined in the Resource Sheet. How can I call this 'built-in'
MSP variable?
- Also last issue (I can not understand this): if I try to calculate my
field Cost1, I get it automatically multiplied by 60 (per hour or 480 per
day)... For instance, I defined Cost1 = Work. I enter 1 hour in Work, I get
Cost1 = 80 ... ? Where does this comes from? I fixed it by dividing by 80 but
this not a solution of course.
Thank for your help, I tried to be concised and clear but I know this might
not be the case, so do not hesitate to ask me for explanations if needed.
Thanks!
calculate the field Cost like this = Work x Standard rate (as defined in the
Resource Sheet) only if field Text1 = Yes.
- At first sight, we can not apply a formula (a condition Iif) to the Cost
field (except on the Cost(x) fields where x=1-10). Unfortunate...
- I would then, to overcome this limitation, customize the field Cost1 in
order to be able to define it like this = IIf([Text1]="Yes", [Cost]* ... ,0).
This works but only with a given amount, but I would like to use the Standard
Rates that are defined in the Resource Sheet. How can I call this 'built-in'
MSP variable?
- Also last issue (I can not understand this): if I try to calculate my
field Cost1, I get it automatically multiplied by 60 (per hour or 480 per
day)... For instance, I defined Cost1 = Work. I enter 1 hour in Work, I get
Cost1 = 80 ... ? Where does this comes from? I fixed it by dividing by 80 but
this not a solution of course.
Thank for your help, I tried to be concised and clear but I know this might
not be the case, so do not hesitate to ask me for explanations if needed.
Thanks!