February 10, 200520 yr I have several portals on a layout and I am trying to go to a specific portal based on certain criteria. If i just use Go To Portal Row, I will get the first portal on the layout. What do I do if i want the second portal, etc. ? Thanks for your help.
February 10, 200520 yr Author I just set up an If/Else If group based on script parameter. When script parameter = 3 for example, I did a Go To Field in TO TableOccur3. And that worked. But, right after that I do a Go To Portal Row (First) and it goes to the first row of the first portal. Any ideas?
February 10, 200520 yr Here is what I did: 1.create another layout, only put one portal on it. 2. in your script ... go to layout(new created layout) Go To Portal Row(first) go to layout (original layout) ...
February 10, 200520 yr I haven't had any problems with Go to Portal Row [First]. But the step isn't necessary either, because Go to Field [relationship::portalfield] will put you on the first row of the desired portal. Do you have multiple portals based on the same relationship but displaying different rows? That could be the issue.
February 11, 200520 yr As Queue stated, " Go to Field [relationship::portalfield] will put you on the first row of the desired portal." If you want to go to a different row do it after the Go to Field step.
February 11, 200520 yr Author Thanks for all your help. I had a Sort step that was causing it to return to the first portal. I specified the sort in the Portal format and it works fine now. Thanks again!
Create an account or sign in to comment