Iteration (TQL Param): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
</onlyinclude> | </onlyinclude> | ||
}} | }} | ||
====Available for==== | |||
<div style="column-count:3"> | |||
</div> | |||
{{article end | {{article end | ||
| Line 10: | Line 16: | ||
* 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. | * 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. | ||
* The same holds for update queries, which are also only executed when the iteration matches the value of this clause, and are ignored otherwise. | * The same holds for update queries, which are also only executed when the iteration matches the value of this clause, and are ignored otherwise. | ||
|seealso=*[[Simulation Core]] | |||
*[[Iteration Overlay]] | |||
}} | }} | ||
{{TQL param nav}} | {{TQL param nav}} | ||
Latest revision as of 08:10, 13 May 2026
| Param | Value | Description | Limits search polygon |
|---|---|---|---|
| ITERATION | positive integer | Query only executes when the current Iteration matches this value | false |
Available for
Notes
- Queries with these clauses are only executed when the current 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.
- The same holds for update queries, which are also only executed when the iteration matches the value of this clause, and are ignored otherwise.
See also