JavaScript must be enabled in order to use this site.Please enable JavaScript in your browser and refresh the page. appendFilterExpression This method appends a specified filter expression string to the original filter expression returned in the oValue parameter of the filter callout methods. This filter is an expression string that is submitted to the server to filter the list. Syntaxthis.app.appendFilterExpression(filterExpression, appendExpression, operator) Parameters filterExpression - (string) The original expression appendExpression - (string) The filter expression to be appended to the original operator - (string) The logical operator to use when appending the expression: "AND" or "OR". ReturnsA string containing the resulting filter expression. Copyright © Cloud Software Group, Inc. All rights reserved.