Primavera Project Planner - P3 Member for 21 years 6 months Member for 21 years 6 months Submitted by Marc Borburgh on Mon, 2007-08-13 03:34 Permalink RE: Sub Project ID Hi ali kandemir, If you wish to change your activity id with a global change, make use of variables, for example: &PT1 = Left(ACT,3) & "ABC" &PT1 = &PT1 & RIGHT(ACT,4) ACT = &PT1 for the subproject ids; if you name Section 10 S10, it will indeed be stored in the S1 subproject, so you better make use of Alfanumerics: SA - Section 1 SB - Section 2 SC - Section 3 ... SJ - Section 10 Regards, Marc Log in or register to post comments
Member for 21 years 6 months Member for 21 years 6 months Submitted by Marc Borburgh on Mon, 2007-08-13 03:34 Permalink RE: Sub Project ID Hi ali kandemir, If you wish to change your activity id with a global change, make use of variables, for example: &PT1 = Left(ACT,3) & "ABC" &PT1 = &PT1 & RIGHT(ACT,4) ACT = &PT1 for the subproject ids; if you name Section 10 S10, it will indeed be stored in the S1 subproject, so you better make use of Alfanumerics: SA - Section 1 SB - Section 2 SC - Section 3 ... SJ - Section 10 Regards, Marc
Member for
21 years 6 monthsRE: Sub Project ID
Hi ali kandemir,
If you wish to change your activity id with a global change, make use of variables, for example:
&PT1 = Left(ACT,3) & "ABC"
&PT1 = &PT1 & RIGHT(ACT,4)
ACT = &PT1
for the subproject ids; if you name Section 10 S10, it will indeed be stored in the S1 subproject, so you better make use of Alfanumerics:
SA - Section 1
SB - Section 2
SC - Section 3
...
SJ - Section 10
Regards,
Marc