| _+??? |The content will be wrapped in the tag '???'. Example: SELECT 'example' AS '_+a href="http://example.com"' creates '<a href="http://example.com">example</a>' |
|_<nonReservedName> |Suppress output. Column names with leading underscore are used to select data from the database and make it available in other parts of the report without generating any output. |
...
...
@@ -6325,15 +6345,13 @@ Excel export
Mode:
* NEW: The export file will be completely build from scratch.
* TEMPLATE: The export file is based on an earlier saved xlsx file (template). The template is unchanged.
* TEMPLATE: The export file is based on an earlier uploaded xlsx file (template). The template itself is unchanged.
Injecting the data is done in the same way in both modes . The only difference is by specifying a xlsx file which will
be used as an template.
If the export file has to be customized (colors, pictures, headlines, ...), the TEMPLATE mode is the preferred option.
Setup
'''''
...
...
@@ -6363,10 +6381,11 @@ Setup
[global]
* Use the regular QFQ Report syntax to create some output.
* The newline character ist CHAR(10).
* The newline at the end of every line needs to be CHAR(10). To make it simpler, the special column name `... AS _XLS`
can be used.
* One option per line.
* Empty will be skipped.
* Lines starting with '#' will be skipped (comments)
* Empty lines will be skipped.
* Lines starting with '#' will be skipped (comments). Inline comment signs are NOT recognized as comment sign.