RowGroup

Contains multiple rows.

Attributes

id

a unique ID that allows the columnGroup to be referenced by the application and by the report.

sortByColumn

sorts the rows in the rowGroup by the specified column id.

sortOrder

orders the list either:

  1. ASCENDING
  2. DESCENDING

backgroundColor

defines the background color using hex codes.

repeat

rowGroups can repeat over accounts or dimensions.

  1. SUBJECT - looks for a subject attribute.
  2. DIMENSION - looks for a dimension and a data.
Example

<moxydoc:rowGroup id="Contacts" repeat="DIMENSION" dimension="CON" data="INV">

        <moxydoc:row type="TITLE" data="INV#CON" />

        <moxydoc:row type="ACCOUNTS" data="INV" />

        <moxydoc:row type="ROWGROUPTOTAL" style="TOTAL1" />

</moxydoc:rowGroup >


Click to see Comments

Help comments powered by Disqus