JediJiver Posted April 24, 2008 Posted April 24, 2008 Hi All, I am using a tabbed layout object with nested tabbed objects. I'd like to put a record count number in the upper right corner of each tab. I want this number to be the count of the portal records (related records) on each tab. I have the fields in place and they look great, but the counts are not accurate. Is there an easy way to get this calculated? There is no Get ( PortalRowCount) function which would seem the most obvious solution. I've tried using Get ( TotalRecordCount ) and of course that gives all the tabs the same number, the total number of records in the related table. What am I doing wrong? Help please!
mr_vodka Posted April 24, 2008 Posted April 24, 2008 As Fitch said... Count(related::ID) should do it. Base each calc on the seperate relationships for each portal.
Recommended Posts
This topic is 6117 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