Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I'm stuck.

I am trying to parse part of a field into another field via calculation.

I used Position() which gave me the position of first blank which is correct, but now I want to place everything after that into my second field.

First field "Product_CodeDesc" contains - "MCD01234 some description"

The first 7 chars will never change in length.

Second field is my calc field that should hold the description part.

What function do I put the Position() statement in to retrieve the description section.

Thanks

Michael

Posted

The first 7 chars will never change in length.

Assuming that the 8th character is also invariably a space, try =

Right ( Product_CodeDesc ; Length ( Product_CodeDesc ) - 9 )

The Position() function would be useful if the code was varying in length.

This topic is 5009 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.