|
|
|
|
Search in RpvSoftware.com
|
|
|
|
|
|
|
|
Rpv Reports help>
|
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
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.
Inserting a section in a report based on an Rpx file
The procedure is almost the same with the difference that the section will be present in the Rpx using a direct command.
>:name of the section
The direct command begins with the sign ">" at the first position of the line.
See also:
RpvCmd commands
RpvCmdGotoSection command
|
|