Project

General

Profile

Actions

Bug #14508

open

_exec: output will not be passed down

Added by Benjamin Baer almost 2 years ago. Updated 17 days ago.

Status:
New
Priority:
Normal
Assignee:
Carsten Rose
Target version:
Start date:
12.07.2022
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
No
Vote:

Description

The output of _exec can't be passed down to fields below, even with AS '_exec|column'

{{column}} will return the command, not the output {{&column}} will return empty, not the output

BTW: folgender Code verhaelt sich korrekt


10.sql = SELECT 'echo "Hello World"' AS '_exec'

20.sql = SELECT '{{10.exec}}'
Actions

Also available in: Atom PDF