Update (TQL): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
* [[Global]]s; Executed every calculation.
* [[Global]]s; Executed every calculation.
* [[Excel Indicator#Naming Cells|Names in Excel]]s; Used for [[Indicator]] and [[Panel]]s and supports more complex queries.
* [[Excel Indicator#Naming Cells|Names in Excel]]s; Used for [[Indicator]] and [[Panel]]s and supports more complex queries.
* <code>EditorBuildingEventType:QUERY</code> using the [[API]]
* [[API]]'s query endpoint; Using <code>api/session/query/<TQLQUERY></code>


===List of Update types===
===List of Update types===
Line 14: Line 14:
{{Update TQL|suppresscategory=true|allowselflinks=true|list=true|
{{Update TQL|suppresscategory=true|allowselflinks=true|list=true|
{{: Update address attribute (TQL)}}
{{: Update address attribute (TQL)}}
{{: Update area attribute (TQL)}}
{{: Update building attribute (TQL)}}
{{: Update global attribute (TQL)}}
{{: Update indicator attribute (TQL)}}
{{: Update neighborhood attribute (TQL)}}
{{: Update net function attribute (TQL)}}
{{: Update net line attribute (TQL)}}
{{: Update net load attribute (TQL)}}
{{: Update panel attribute (TQL)}}
{{: Update terrain attribute (TQL)}}
{{: Update zone attribute (TQL)}}
}}
}}


{{TQL nav}}
{{TQL nav}}

Latest revision as of 10:30, 28 February 2023

Update TQL queries allow users to set numerical values for specific item in a session of a project. By adding various clauses to an update statement, the query can be made more specific.

Composition of an Update Query

Executing an Update Query

TQL Queries can be executed using:

List of Update types

Click on the link of specific Select TQL types to see what you can do with them.