Iteration (TQL Param): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 30: Line 30:
|notes=
|notes=
* Queries with these clauses are '''only''' executed when the current [[Simulation Core|Iteration]] matches the value of this clause.
* Queries with these clauses are '''only''' executed when the current [[Simulation Core|Iteration]] matches the value of this clause.
* If the current Iteration is not equal to the value of this clause, a cell in an [[Excel]] with this query is not written to. This behavior makes it different from other queries, which generally write a default value of 0.
* Unlike most queries that return a default value of 0, this query does not write to the Excel cell if the iteration doesn't match.
* The same holds for update queries, which are also only executed when the iteration matches the value of this clause, and are ignored otherwise.
* Update queries follow the same logic and are only executed when the iteration matches.
|seealso=*[[Simulation Core]]
|seealso=*[[Simulation Core]]
*[[Iteration Overlay]]
*[[Iteration Overlay]]
|api=*[[Api session event editor building query]]
|api=*[[Api session query]]
}}
}}



Latest revision as of 13:51, 8 July 2026

Available for


Notes

  • Queries with these clauses are only executed when the current Iteration matches the value of this clause.
  • Unlike most queries that return a default value of 0, this query does not write to the Excel cell if the iteration doesn't match.
  • Update queries follow the same logic and are only executed when the iteration matches.

See also

API Endpoints