Skip 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.

need help to to log multiple field with format

Featured Replies

  • Newbies

Hi, Could someone please help me on this..

I have 3 field with a repetitions 1-10, and i want to create a botton that will copy the texts of that 3 field into an other layer/field with a proper format

I tried

Set Field [textbox2; textbox2 & ", " & textbox1]

but the result really messy and and it not work with repetitons 1-10

Hi

too bad that you haven't the List ( ) function !

The script would be as simple as:

Set Field [ yourDB::field1; Subtitute ( List ( yourDB::rep1 ) ; ¶ ; ", " )

for each repeating field (rep)

  • 2 weeks later...
  • Author
  • Newbies

Hi raybaudi

I tried your way but i don't understand it

what i tried to do is save 3 fields into field1 on a different table. and everytime i press the button new data from that 3 fields keep on saving into field1

log.zip

Try this.

Create a repeating calc field (as many reps as your other repeating fields):P

Case ( not IsEmpty ( description ); Extend ( datefield ) & ", " ) & description

Then create a value list zUtilField and reference the calc field.

Finally set the script to be

Set Field [ save::log; ValueListItems ( Get ( FileName ) ; "zUtilField" ) ]

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.