Example script to get query string of HyperView Table tool

Sebastian_Karp
Sebastian_Karp
Altair Employee
edited May 31 in Altair Exchange

Overview

Example script to get the query string of an active query in HyperView Table tool. This string can be used in SetQuery function for further script usage.

Pre-Requisite

Execute Query through Table tool.

 

image

Usage/Installation Instructions

With existing Query result in Table tool in active window, run script by e.g. DropDown  File > Load > Script    

Open TCL Console from View dropdown to see query string output.

 

image

 

Post-Requisite

 

This query string can be further used in scripts with SetQuery command on QueryCtrl handle.

 

image