Jump to content
Server Maintenance This Week. ×

need help to to log multiple field with format


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

Recommended Posts

  • 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

Link to comment
Share on other sites

  • 2 weeks later...

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" ) ]

Link to comment
Share on other sites

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