December 11, 200817 yr 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.
December 11, 200817 yr Try the List() function: List ( TO-of-the-portal::fieldname ) (you need to be on the "parent" side when you call this).
Create an account or sign in to comment