CQCC_QUERY_ENABLE

If developers use the Rational® ClearQuest® client, use the CQCC_QUERY_ENABLE configuration parameter to determine which Rational® ClearQuest® queries are available to developers to search for associations. The following values control query usage:

BOTH
Both CQ and LOCAL. Queries defined both in the Rational® ClearQuest® user database and locally in the configuration file are available.
CQ
Only named queries defined in the Rational® ClearQuest® user database schema and visible in Personal Queries and Public Queries folders in the workspace are available.
Restriction: To be used with the integration, a query must have the first column defined as the ID field that is generated by Rational® ClearQuest®. If the ID field is not first, the integration cannot identify and work with the user's selections that are returned from the query. See SetResultSet.
LOCAL
Only queries defined locally in the configuration file are available. By default, only local queries are shown.
OFF
The Browse buttons and Queryname menu option are not displayed in the user interface.

For example:

&SetConfigParm("CQCC_QUERY_ENABLE", "BOTH");
Product tip: The full range of query capabilities is available only with the Rational® ClearQuest® Client through the Rational® ClearQuest® Perl API. The Rational® ClearQuest® Web interface displays only local queries due to limitations in the Rational® ClearQuest® Web API.

To open up query capabilities for users of the Rational® ClearQuest® Client, modify the CQCC_QUERY_ENABLE configuration parameter setting.