Configuration and Administration

How To Enable the Use of Parameterized Saved Queries

You can create saved queries using SQL parameters. In order for you to be able to use these parameterized saved queries, you must configure several properties.

  1. Display parameterized saved queries in Finders by setting the glog.savedquery.show_all_savedqueries property to True.
  2. Enable the creation and use of parameterized saved queries by setting the glog.ui.useSavedQueryParameters property to True.
  3. List the users who have access to run parameterized saved queries by adding them to the glog.ui.userListSavedQueryParameters property.
  4. You can configure how the parameter is displayed in the UI by setting the glog.ui.savedQueryParameter property.

Related Topics