Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
7d739e2c
Commit
7d739e2c
authored
6 years ago
by
Carsten Rose
Browse files
Options
Downloads
Patches
Plain Diff
F6650 Report hide content - update Manual.rst
parent
07358e65
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#854
passed
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extension/Documentation/Manual.rst
+7
-3
7 additions, 3 deletions
extension/Documentation/Manual.rst
with
7 additions
and
3 deletions
extension/Documentation/Manual.rst
+
7
−
3
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment