<inner>

The <inner> element contains a Macro Language query that uses the results from the query in the <outer> element of a <loop> construct.

Syntax

<loop ...>
  <outer>
    [1010data_QUERY]
  </outer>
  <inner>
    [1010data_QUERY]
  </inner>
</loop>

Attributes

base_
Specifies the name of the base table for the query specified by the <inner> element. This is analogous to specifying a base table via a <base> operation in the query.
Note: Specifying a base_ attribute in an <inner> element is not very useful for <loop mode_="concat">. Include the base_ attribute in a <preamble> instead. For more information, see <preamble>.