Hi -We are currently using TeamSite to manage content for a large scale web site. We have a request to create a monthly report on the number and size of items in TeamSite rolled up by branch & author.I know this is a little vague, but does anyone know how to go about this without using ReportCenter? We do not have a license for this product and I don't believe there are any plans to purchase a license.Thanks in advance,Chris
$hash{$branch}{$author} = ...
$branches{$branch} = ...; $authors{$author} = ...;