Skip to content
Snippets Groups Projects
Commit 7d739e2c authored by Carsten  Rose's avatar Carsten Rose
Browse files

F6650 Report hide content - update Manual.rst

parent 07358e65
No related branches found
No related tags found
No related merge requests found
Pipeline #854 passed
...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment