Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
7d739e2c
Commit
7d739e2c
authored
Sep 09, 2018
by
Carsten Rose
Browse files
F6650 Report hide content - update Manual.rst
parent
07358e65
Pipeline
#854
passed with stage
in 1 minute and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
7d739e2c
...
@@ -723,9 +723,10 @@ QFQ Keywords (Bodytext)
...
@@ -723,9 +723,10 @@ QFQ Keywords (Bodytext)
| <level>.altsql | If <level>.sql is empty, these query will be fired. No sub queries. |
| <level>.altsql | If <level>.sql is empty, these query will be fired. No sub queries. |
| | Shown after `althead` |
| | Shown after `althead` |
+-------------------+---------------------------------------------------------------------------------+
+-------------------+---------------------------------------------------------------------------------+
| <level>.content | | show (default): content of current and sub level are directly shown. |
| <level>.content | | *show* (default): content of current and sub level are directly shown. |
| | | hide: content of current and sub levels are stored and not shown. |
| | | *hide*: content of current and sub levels are stored and not shown. |
| | | store: content of current and sub levels are stored and shown. |
| | | *store*: content of current and sub levels are stored and shown. |
| | | To retrieve the content: `{{<level>.line.content}}`. See `syntax-of-report`_ |
+-------------------+---------------------------------------------------------------------------------+
+-------------------+---------------------------------------------------------------------------------+
| debugShowBodyText | If='1' and configuration_:*showDebugInfo: yes*, shows a tooltip with bodytext |
| debugShowBodyText | If='1' and configuration_:*showDebugInfo: yes*, shows a tooltip with bodytext |
+-------------------+---------------------------------------------------------------------------------+
+-------------------+---------------------------------------------------------------------------------+
...
@@ -4863,6 +4864,9 @@ There is a set of **variables** that will get replaced before the SQL-Query gets
...
@@ -4863,6 +4864,9 @@ There is a set of **variables** that will get replaced before the SQL-Query gets
``{{<level>.line.insertId}}``
``{{<level>.line.insertId}}``
Last insert id for *INSERT*.
Last insert id for *INSERT*.
``{{<level>.line.content}}``
If the content of `<level>` have been stored, e.g. `<level>.content=hide`.
See :ref:`variables` for a full list of all available variables.
See :ref:`variables` for a full list of all available variables.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment