I really appreciated you immediate response for my question. Right after this reply I will try that solution and will inform you if its works..... once again thanks a lot
regards,
John
Member for
20 years
Member for20 years
Submitted by manulal inasu on Sun, 2005-12-04 04:07
Member for
20 yearsRE: Global Change...
Hi John,
You are welcome.
i think what ronald suggested is better method.
all the best.
Manu
Member for
19 years 11 monthsRE: Global Change...
Hi Manu!
Thanks again for your help. Its work....
regards,
John
Member for
24 years 3 monthsRE: Global Change...
Hi,
i was wondering, is there any problem to use copy/past? i am not using golbal change unless no other way.
Member for
20 yearsRE: Global Change...
Ronald,
You are right. Thats a better method.
Manu
Member for
21 years 5 monthsRE: Global Change...
Even better, why not try this:
Using the Substring() function and the Ampersand sign, type in the second box down from the top
ACT EQ CC & SS(ACT,3,8)
works all the time
Member for
19 years 11 monthsRE: Global Change...
Hi Manu,
I really appreciated you immediate response for my question. Right after this reply I will try that solution and will inform you if its works..... once again thanks a lot
regards,
John
Member for
20 yearsRE: Global Change...
Hi,
I shall give you a solution for this.
It is a simple one, which came to my mind as soon as I found your question. Normally I do this type of changes after exporting the file to excel.
The condition for my solution is that your Activity Ids should be having same number of characters.
Go to Tools>Global change
The logic is
IF Activity ID contains AB
Then New Activity ID = CC+ Third to last characters of the present activity ID.
Assuming that your Activity ID has 6 characters, it should be
IF ACT CN AB
THEN ACT EQ CC & RIGHT(ACT,4)
Everything except RIGHT(ACT,4), you will get from the drop down list. RIGHT(ACT,4) you will have to type.
Regards,
Manu.