Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5292 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Hello,

I have a field which contains a unique numbering, for each entry, such as 123456-654321.

Which scripting parameters should I use to grab the first part (e.g. 123456) and copy/paste it into another field which is empty, and then do the same with the other part (e.g. 654321) and copy/paste it into another field which is also empty.

Each entry has a unique numbering combination, which basically has two parts tied with a "-", and I need to grab each of its parts and copy/paste it into an independent field.

please, any advise is appreciated.

Regards,

Posted

Hi

I would use 2 calculation fields ( no script ).

[color:green]FirstPart

GetValue ( Substitute ( YourField ; "-" ; ¶ ) ; 1 )

[color:green]OtherPart

GetValue ( Substitute ( YourField ; "-" ; ¶ ) ; 2 )

This topic is 5292 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.