poIPost AddAdvancedQuery

Adds the advanced query and returns the query ID.

Syntax

client_handle AddAdvancedQuery

Application

HyperView Tcl Query

Description

This command is used to add advanced queries to the client and returns the query ID.

Example

To get the ID of the advanced query:
hwi OpenStack
hwi GetActiveClientHandle client
set ruleID [client AddQueryRule mindist]
client GetQueryRuleHandle rule_handle $ruleID
set advQueryID [client AddAdvancedQuery]
hwi CloseStack

Errors

This command returns 0 (null_id), if it fails to add the advanced query.