September 19, 200520 yr 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
September 19, 200520 yr 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.
Create an account or sign in to comment