action_="getfilter"

<do action_="getfilter"> gets the filter, if one exists, for a specified table. (Available as of version 10.23)

Syntax

<dynamic xmlvar="">
    <do action_="getfilter" 
     path_="[PATH]" xmlvalue_="@xmlvar"/>
</dynamic>

Attributes for action_="getfilter"

path_
Specifies the pathname of an existing 1010data table that the caller owns.
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 specified table's filter, if it exists, is represented in XML format and placed in the variable associated with this attribute. If there is no filter, the variable is set to an empty list.