sandyinlet Posted December 11, 2008 Posted December 11, 2008 I need to step through a series of portal rows and fetch a value from one of the fields, progressively. To simplify things I've set up a layout with just one portal and am running a "get next portal row" loop. At each iteration of the loop I set a global variable using the TO-of-the-portal::fieldname. Unfortunately, either the loop isn't advancing or I need some other calculation to fetch the field contents. Assistance appreciated.
comment Posted December 11, 2008 Posted December 11, 2008 Try the List() function: List ( TO-of-the-portal::fieldname ) (you need to be on the "parent" side when you call this).
Recommended Posts
This topic is 5827 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