appendFilterXML

This method appends an XML string, that graphically represents a filter expression in the Filter dialog, to the original graphical filter XML returned in the oValue parameter of the filter callout methods.

Syntax

this.app.appendFilterXML(filterXML, appendXML)

Parameters

  • filterXML - (string) The original XML.
  • appendXML - (string) The XML to be appended to the original XML. This is obtained using the XML Filter XML... function (see Generating a Filter Expression).

Returns

A string containing the resulting graphical filter XML string used to graphically represent the filter expression in the Filter dialog.