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.

Global change - Activty ID

4 replies [Last post]
Naveen Subbaiah
User offline. Last seen 15 years 14 weeks ago. Offline
Joined: 23 Dec 2004
Posts: 41
Hello people,

Can somebody suggest a method to change the first 4 characters in an activity ID using global change ? I am using P3e 4.1

Thanx in advance
Naveen

Replies

Select the first activity ID, Select Edit-Replace and type in the characters that you wish to change.
Dieter Wambach
User offline. Last seen 8 years 22 weeks ago. Offline
Joined: 15 Jan 2007
Posts: 1350
Hi Naveen
after you extracted the not used values, try

activity id = "abcd" & activity id to add the prefix "abcd"

How to enter "abcd"?
You click on custom in the selection window. Now you may enter any string.

Regards

Dieter
Naveen Subbaiah
User offline. Last seen 15 years 14 weeks ago. Offline
Joined: 23 Dec 2004
Posts: 41
Hi Dieter,

Thanx 4 ur response. The substring funtion is helping me only in extracting the characters from the activty ID & not changing it. For exapmple, my activity ID’s are such as UTII-WWTC-0025, UTII-FG-0010 etc., Now in all these, I want to change UTII to UT2. The substring function is only extracting the first four character UTII !!

Regards
Naveen
Dieter Wambach
User offline. Last seen 8 years 22 weeks ago. Offline
Joined: 15 Jan 2007
Posts: 1350
Hi Naveen,
you can use the substring function of global change. It’s well described in the Help-Function - search, then enter "substring". But I’m not sure if this parameter already existed in 4.1.
Regards

Dieter