Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Counting and copying from a Portal to a Field


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

Recommended Posts

Posted

I have this script

For some reason, it refuses to go to the next portal row and just copies the first portal row up to the count number of times. I would like for it to use commas after each crew info, instead of an enter, but when i tried various options, it keeps giving me error 101.

Description field on the table is on there twice, just to avoid layout object issues, once on the on screen menu under another tab, and once again off the main displayable screen.

 

Screen Shot 2015-05-05 at 1.04.31 PM.png

Posted

To get a comma-separated list, you could simply use

Substitute ( List ( CrewXStaff::CrewInfo ) ; ¶ ; ", " )

As to your script: when you paste, you lose your position in the portal; so Go to Portal Row [ next ] effectively becomes Go to Portal Row [ first ]. But why use Copy & Paste at all, instead of Set Field[]?

Also, why use a global $$variable as count, and a global field as counter – instead of two local $vars?

Posted

Thank you for giving me the simplified option, I was trying to use list, but it kept adding more and more entries instead of just refreshing only once, it was giving me an endless list of the same people.

 

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