Creating different sections for a report
*
Some long reports may be easier to understand if
they contain sections.
Rpv Reports allows to divide the report in different sections to access
them more quicly and better understanding.
To start with a new section of the report is really simple: within DATA section
and without brackets ("{" and "}") just declare the name of the new section
using the following syntax:
:name of the section
The name of the section can contain spaces and/or special characters.
Once the section was declared, the user will be able to see it by clicking on
the "combo of sections" that is located below of the address bar.
Since the name of the section was declared, is possible to access it by using
the command
RpvCmdGotoSection, generally associated with
a link command.
A report can contain up to one hundred sections.
See also:
RpvCmd commands
RpvCmdGotoSection command
* Note: Sections feature is
available on Rpv Business Reports only.
|