eljefejb Posted November 12, 2013 Posted November 12, 2013 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
comment Posted November 12, 2013 Posted November 12, 2013 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.
Recommended Posts
This topic is 4375 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 accountSign in
Already have an account? Sign in here.
Sign In Now