Labels

Change filter panel search criteria

1
2
3
4
5
page = Application.Document.ActivePageReference

filterPanel = page.FilterPanel

filterPanel.InteractiveSearchPattern = "status:modified"

This script is used to set the search criteria in the filter panel.  This can be used to selectively display only certain filters.  It's possible to search the filters based on the column properties, for example:

datatype:string
externalname:ag*
columntype:imported


No comments:

Post a Comment