action_="getdata"

<do action_="getdata"> runs the given 1010data query and returns the results.

Syntax

<dynamic>
    <do action_="getdata" tablevalue_="@[TABLE_VALUE_VARIABLE]">
       [1010data_QUERY]
    </do>
</dynamic>

Attributes for action_="getdata"

tablevalue_
The results of the <do> clause are stored as a table value in the dynamic variable associated with this attribute.
The variable associated with this attribute can be indexed using the following syntax:
  • @foo.bar provides a list consisting of the values in the column bar
  • @foo.17 provides a dictionary consisting of the row 17
  • @foo._cols provides a list of column names
  • @foo._rows provides the number of rows

The variable must be declared in the opening <dynamic> tag of the QuickApp (e.g., <dynamic var_name="">).