hartsteins Posted September 19, 2005 Posted September 19, 2005 Is there a "get" calculation that can return the current total portal rows? I need it to change dynamically as related data changes and results in different number rows. Additionally, is there a "get" that can return the current portal row? I'm hoping to create a global field with data such as: "Track 1 of 3456" that then changes when a different row is highlighted. Thanks for the help Greg
-Queue- Posted September 19, 2005 Posted September 19, 2005 Count(relationship::keyfield) will return the number of related records for the given relationship. Get(PortalRowNumber) returns the current row in a script. An unstored calculation will probably work better than a global, which requires a field to be changed in the current record before it will update.
Recommended Posts
This topic is 7005 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