Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Hi,

I apologize in advance if this is repetative. I tried to add onto a string which I think was done.

I need to parse out a field into different records. I have a field that is as follows:

xi

xi

215

226

I need to make new records for each of the values. I can figure out how to enter the first value "xi", in a new record:

Left( text;Position (text ; "

Create a value list based on the field, using a self-relationship based on serial and starting from the original table, so that it lists only one instance of each item from the current record's field. Then

Go to Related Record [show only related; selfrel|serial]

Set Field [globaltext; ValueListItems( Get(FileName); "yourvaluelist" )]

Duplicate Record/Request

Go to Related Record [selfrel|serial]

Omit Record

Loop

Set Field [textfield; Substitute( MiddleValues( globaltext; Get(RecordNumber); 1 );

  • Author

Thank you, that worked great for the one record. But how do I loop through many records and create new ones for each. I am confused as to how the whole "show omitted only" works. I would rather duplicate a record because I need the same criteria in each one except for the parsed field.

For example I have fields: "word", "occurances", and "pages". I have the "text" field with all the data that needs to be parsed, they are page numbers. So one record is for the word "Cleveland" with "6" occurances and:

"ix

215

215

446

569

572"

in "text". I want a total of six records with the word "cleveland" "6" in occurances and one of the "text" numbers in "pages".

then I need to go to the next record and do the same thing.

I'm am confused.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.