report reload
Allows you to reload the report from a remote file.
A page can be created with command ‘interface page create’, where the report can be displayed. The report can be accessed from a remote file.
If this remote file undergoes editing, the changes need to be incorporated or reloaded into the report. This is done by using the ‘reload’ command, which reload the edited contents form the file to the report
Format:
report reload |
|---|
report_name = | An Existing Report |
force_reload = | boolean |
Example:
report reload & |
|---|
report_name = | .report__2 & |
force_reload = | no |
Decription:
Parameter | Value Type | Description |
|---|
report_name | A new report | Specifies the name of the report to be reloaded |
force_reload | Boolean | |
Extended Definition:
1. The report can be created from a existing file by providing the ‘file name’. The font size of the text in the report can be specified by ‘base_font_size’. The ‘view_name’ requires the view name of the page where the report is displayed.
2. If the external file accessed by the report changes, those changes can be reloaded into the report by using the ‘reload’ command.