April 24, 200817 yr 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!
April 24, 200817 yr As Fitch said... Count(related::ID) should do it. Base each calc on the seperate relationships for each portal.
Create an account or sign in to comment