diff --git a/Documentation/Report.rst b/Documentation/Report.rst index 5bcadd94b8c05a710001f2f02ec386685d43111a..255f3979b8b7b1dc0a60d38a4701731c4ce1e1f8 100644 --- a/Documentation/Report.rst +++ b/Documentation/Report.rst @@ -1534,11 +1534,18 @@ Run any command on the web server. +-------------+---------------------------------------------------+-----------------+ -**Minimal Examples** :: +**Minimal Example** :: 10.sql = SELECT "ls -s" AS _exec 20.sql = SELECT "./batchfile.sh" AS _exec +To reuse the output or to show later :: + + 10.sql = SELECT "ls -s" AS '_exec|_hide|listing' + ... + # Check the '&' before the variable name: without you'll see the command, not the output of the command. + 20.sql = SELECT ... {{&listing:R}}... + .. _column_script: Column: _script