Jump to content

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

Recommended Posts

Posted

I am trying to only display the three right three characters in a FMP field with CDML.

The field named "last_name_zip3" contains the value:

Smith-123

and I want to only display the right three characters on the web page with a CDML command/syntax (in this case the value is "123").

This would be similar to the "Right" command in a FMP calculation - as in Right(last_name_zip3, 3).

I can create a new field and put the value into that field, and then display that field, but I am trying to limit having to add another field to my database, which contains 5.5 million records...

Thanks,

Tony

--

Tony Darnell <[email protected]>

Posted

... or make a calc field in the database Right(last_name_zip3, 3) and display this field.

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