Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
b2d798e2
Commit
b2d798e2
authored
Sep 05, 2020
by
Carsten Rose
Browse files
Report.rst: Fix some typo.
parent
923125ae
Pipeline
#3759
passed with stages
in 3 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Report.rst
View file @
b2d798e2
...
...
@@ -496,11 +496,11 @@ The STORE_RECORD will always be merged with previous content. The Level Keys are
.. important::
Multiple columns, with the same column name, can't be accessed individually. Only the last column is available.
Multiple columns, with the same column name, can't be accessed individually. Only the last column is available.
.. important::
Retrieving the *final* value of :ref:`special-column-names` is possible via '{{
&
<column>
:R}} (there is an '
&
' direct behind '{{')
Retrieving the *final* value of :ref:`special-column-names` is possible via '{{
&
<column>
:R}} (there is an '
&
' direct behind '{{')
Example::
...
...
@@ -2207,19 +2207,23 @@ The answer is written to output and stored in the given column (in this case 'we
..
tip
::
To
suppress
the
direct
output
,
add
'_hide'
to
the
column
name
::
To
suppress
the
direct
output
,
add
'_hide'
to
the
column
name
.
Example
::
SELECT
'
w
:ws
://<
host
>:<
port
>/<
path
>|
t
:<
message
>
' AS '
_websocket
|
_hide
'
.. tip::
To define a uniq column name (to access it later via STORE_RECORD)::
To define a uniq column name (to access it later via STORE_RECORD).
Example::
SELECT '
w
:ws
://<
host
>:<
port
>/<
path
>|
t
:<
message
>
' AS '
_websocket
|
myName
'
.. tip::
Get the answer from STORE_RECORD by using '
{
{&...'.
Check
`access-column-values`_.
Get the answer from STORE_RECORD by using '
{
{&...'.
Check
`access-column-values`_.
Example
::
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment