action_="qqtoqa"
<do action_="qqtoqa"> loads a legacy
Quick Query and constructs a QuickApp with the same functionality. (Available as
of version 10.34)
Syntax
<dynamic query_xml="">
<do action_="qqtoqa" path_="[PATH_TO_QUICK_QUERY]"
xmlvalue_="@query_xml"/>
</dynamic>
Attributes for action_="qqtoqa"
path_- Specifies the pathname of a valid 1010data Quick Query.
The Quick Query may be a parameterized Quick Query.
xmlvalue_- Accepts a dynamic variable to which XML can be saved. The
variable must be declared in the opening
<dynamic>tag of the QuickApp (e.g.,<dynamic var_name="">).The XML for the resultant QuickApp is saved in the specified dynamic variable.
