This example demonstrates how to:
In addition, since the report is now editable by users, we need to be careful when adding group header and footer texts so they can reflect correctly what the users do using the interactive context menus.
For example, instead of saying:
<bloxreport:text> <bloxreport:groupHeader level="1" text="Profitability Report By Product" /> </bloxreport:text>
You might want to say something like:
<bloxreport:text> <bloxreport:groupHeader level="1 text="Profitability Report By <member/>" /> </bloxreport:text>
where <member/>
is a substitution variable, representing
the level 1 grouping member.