There is another way of doing it by copy and paste. Select auto increment and delete the ones you want to change. The only problem here is you will loose the relationship outside of the group you copied and pasted.
Cheers
Daniel
Member for
18 years 3 months
Member for18 years3 months
Submitted by Ferdinand U. on Mon, 2007-08-20 05:34
Use the Global Change; if you want to change a charecter/s in the middle, extract all charecters before that lot and also extract all charecters after that lot and save as a temporary variable. then use the concatenate function.
Cheers
Dattatreya
Member for
18 years 9 months
Member for18 years9 months
Submitted by Pranab Kumar Deb on Thu, 2007-08-16 05:05
Member for
18 years 9 monthsRE: How to change the Activity ID of a group of activities?
thanks daniel , ferdinand and dattareya
it was a great help
regards
deb
Member for
24 yearsRE: How to change the Activity ID of a group of activities?
There is another way of doing it by copy and paste. Select auto increment and delete the ones you want to change. The only problem here is you will loose the relationship outside of the group you copied and pasted.
Cheers
Daniel
Member for
18 years 3 monthsRE: How to change the Activity ID of a group of activities?
example change A100000000 to B200000000
global change
if ACT CN A1
then ACT EQ B2 & right(ACT,8)
run
Member for
18 years 9 monthsRE: How to change the Activity ID of a group of activities?
Hello Ferdinand and Dattatreya ,
can you please list in more details the procedure.
regards
deb
Member for
22 years 6 monthsRE: How to change the Activity ID of a group of activities?
Pranab,
Use the Global Change; if you want to change a charecter/s in the middle, extract all charecters before that lot and also extract all charecters after that lot and save as a temporary variable. then use the concatenate function.
Cheers
Dattatreya
Member for
18 years 9 monthsRE: How to change the Activity ID of a group of activities?
Hello Ferdinand,
Thanks for your reply can please elaborate how to use this function.
regards
deb
Member for
18 years 3 monthsRE: How to change the Activity ID of a group of activities?
try global change using the &T1 function &..