Jump to content

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

Recommended Posts

  • Newbies
Posted

I have a text field that has over 10 lines of data. It is a list of activities. Is there any way to format this field to display in two columns.

Posted

I'd suggest 2 calculations:

The first one counts the number of paragraph returns, finds the position of the middle one, and takes all the characters up to that point.

The second one counts the number of paragraph returns, finds the position of the middle one, and takes all the characters after that point.

Then display them side by side.

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