Yes he is absolutely right just to add one more thing that Primavera 3.1 activity id consist of 10 char and left will take chr from the left 1st char and right will take char from the right 10th char interesting thing is that even if your activity not consist of 10 chars it will start couting from 10 digit
so if id is 123456 and you use right(act,5) it give you 6 only
Member for
18 years 9 monthsRE: Remove a digit from ACTIVITY ID
Dear Pinan and zeeshan thank you for the excellent bit of information.
regards
deb
Member for
17 years 7 monthsRE: Remove a digit from ACTIVITY ID
Yes he is absolutely right just to add one more thing that Primavera 3.1 activity id consist of 10 char and left will take chr from the left 1st char and right will take char from the right 10th char interesting thing is that even if your activity not consist of 10 chars it will start couting from 10 digit
so if id is 123456 and you use right(act,5) it give you 6 only
thanks
Member for
18 years 3 monthsRE: Remove a digit from ACTIVITY ID
THEN act eq left(act,4) & right(act,5)