Example script to get query string of HyperView Table tool
Sebastian_Karp
Altair Employee
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.
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.
Post-Requisite
This query string can be further used in scripts with SetQuery command on QueryCtrl handle.
0