Jump to content

Insert Calculated Result Brings Error


maska

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

Recommended Posts

Hi,

I have a script which loops through all the portals and inserts a calcultated result if the rel files date = todays date. When performing, it will not get off the first portal and go to the next, however if I replace the "insert cal result" with say "set field" or anything else it will work. Can anyone please help me out with this. The script is:

code:


Go to Portal Row (first)

Loop

If("RelFile:date = Today")

Here is the problem, why? - Insert Calculated Result...

End If

Go to Portal Row (exit after last, next)

End Loop.

The "If" is fine so it must be the "Insert Cal", but why, Any ideas? Thanks in advance for any help.

Link to comment
Share on other sites

When more than one portal is on a layout, it's a good idea to use

Go to Field(a field::in the target portal)

before

Go to Portal Row ()

Link to comment
Share on other sites

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