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.barprovides a list consisting of the values in the columnbar@foo.17provides a dictionary consisting of the row 17@foo._colsprovides a list of column names@foo._rowsprovides the number of rows
The variable must be declared in the opening
<dynamic>tag of the QuickApp (e.g.,<dynamic var_name="">).
