USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Build a SQL statement variable from a saved xAssets query definition
Creates a new SqlStatement AMSX variable by loading and compiling the named saved query. The resulting variable can then be modified with other SqlStatement commands before execution. Must be used with a Set assignment so the variable is stored.
| Parameter | Description |
|---|---|
| cmd | saved query name |
| Argument 0 | not used |
| Argument 1 | search filter string to apply to the query (SearchFor) |
SqlStatement.CreateFromQuery "saved query name", "not used", "search filter string to apply to the query (SearchFor)"