Skip to main content

Row Supplier

Overview


Supplies values from a database row


Details


Name:

Row Supplier

Prefix:

row

Supported Content:

DbRow

Provided By:

Connector for SQL Databases

Supported Keys


The following are the list of keys for which this supplier will return a value:

Key
Content Types
Return Type

Description

[column name]

DbRow

Object

Value of the given row at the specified column

Examples


Simple Example

CODE
{report-info:config:myDb >db:myTable.a > row:col_1}


SQL Report

CODE
{report-table}
{local-reporter:config:myDb > db:myTable}
{report-column:name=Column 1|injected=true}%row:col_1%{report-column}
{report-column:name=Column 2|injected=true}%row:col_2%{report-column}
{report-table}


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.