Jump to content

Dividing text through several text fields


iBib

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

Recommended Posts

We want to create a function which would take a text in a text field and put it in several other fields depending on how many text breaks there is in the text.

Example:

When two Breaks is in a text present the function would take the text paragraph after those two breaks and put it in a new field. And continue doing that up to 10 times.

Any idea how this could be done?

Link to comment
Share on other sites

Do you want to keep the contents of the original field the same, or does that need to change too?

If you want to keep the contents the same, then you can use a calulation field to do the job. Calling your first field Text_Entry and calculation field Calced_Text here's the equation:

Case(

Link to comment
Share on other sites

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