Jump to content

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

Recommended Posts

Posted

Hello,

 

Just wondering if it's possible to map each row returned by an ExecuteSQL statement into an individual repetition of a field.  I'm only selecting a single field using ExecuteSQL.  Other than scripting a loop to do the stuffing, I don't see any way to save the query results as myField[1], myField[2], myField[3], etc.

 

Any ideas?  Is it possible?

 

Thanks,

 

Jeff

Posted

You could store the result in a (non-repeating) text field and have a repeating calculation field parse it out. Not sure what difference that would make, though.

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