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 5797 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi,

I have a field, that contains multiple lines (i.e. paragraphs)...

Now I want to separate each line into another field,

field content:

paragraph1

paragraph2

paragraph3

now I want:

field1 content: paragraph1

field2 content: paragraph2

field3 content: paragraph3

(The number of paragraphs varies in every database entry)

How could i achieve this?

Cheers

Lars

Posted

And if someone could also explain, how I can extract Check box -choices to separete fields.

For example:

Check box choices:

X Red

X Green

Yellow

X Blue

to

field1 content: Red

field2 content: Blue

field3 content: Green

So Yellow is not selected and thus not extracted.

I think basically the technique is about the same. Or is it ?

Posted

Pretty straight forward, here is the calc'field getting a value if the 3rd value in the valuelist is chosen:

FilterValues ( the_checkboxes ; GetValue ( ValueListItems ( Get ( FileName ) ; "theList" ) ; 3 ) )

--sd

split.zip

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