Update (TQL): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
 
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===

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.