Example 1: Ranking, Percent of Totals, Running Totals, and Running Counts
This example demonstrates how to:
<member/>
substitution
variableNote that for each break group you add, a group level is added. If you group your report by Product, for example, then level 1 is the overall report level and each product group is at level 2.
Example 2: Accessing Group Total Values from Group Headers
This example demonstrates how to provide group-level summary information in
the group headers such as ranking and count by using the <value/>
substitution variable in group headers to produce a report as follows:
<bloxreport:text>
<bloxreport:data
columnName="pCount"
text=" " />
</bloxreport:text>
Note that you cannot use MembersBlox to remove or OrderBlox to hide this
pCount member since either approach will cause the pCount's values to be
not available.