Report Groups

Report Groups

This tag is used to define report groups.

Attributes

NameDescriptionValues
groupThe report group.Group

 

Example

 Groups
Groups
<groups>
	<group>
		<groupid>SubscriptionType</groupid>
		<sortorder>SUBTYPENAME</sortorder>
		<groupbyheader>Subscription Type</groupbyheader>
		<header>
			<column>
				<fieldname>SUBTYPENAME</fieldname>
				<width>50</width>
				<widthType>PERCENTAGE</widthType>
				<header>Subscription Type:</header>
			</column>
		</header>
		<footer>
			<column>
				<fieldname>=COUNT({SUBNUM})</fieldname>
				<header>Number of Subscriptions:</header>
				<width>40</width>
				<widthType>PERCENTAGE</widthType>
			</column>
		</footer>
	</group>
 
	...
 
</groups>