Iteration (TQL Param): Difference between revisions
Jump to navigation
Jump to search
Created page with "{{Param TQL|suppresscategory=true|allowselflinks=true| <onlyinclude> {{Param TQL|tabletype=row|attribute=ITERATION|type={{Boolean}}|description=Query only executes when the current Iteration matches this value|polygon=false|}} </onlyinclude> }} {{article end |notes= * When false, only Buildings that are not part of the road system are considered. }} {{TQL param nav}}" |
No edit summary |
||
| (9 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Param TQL | {{Param TQL| | ||
<onlyinclude> | <onlyinclude> | ||
{{Param TQL|tabletype=row| | {{Param TQL|tabletype=row|param=ITERATION|value=positive integer|description=Query only executes when the current [[Simulation Core|Iteration]] matches this value|limits_search_polygon=false|}} | ||
</onlyinclude> | </onlyinclude> | ||
}} | }} | ||
====Available for==== | |||
<div style="column-count:3"> | |||
*[[Select attribute (TQL)]] | |||
*[[Select floorsize (TQL)]] | |||
*[[Select global (TQL)]] | |||
*[[Select height (TQL)]] | |||
*[[Select id (TQL)]] | |||
*[[Select gridavg (TQL)]] | |||
*[[Select gridmin (TQL)]] | |||
*[[Select gridmax (TQL)]] | |||
*[[Select gridarea (TQL)]] | |||
*[[Select gridvolume (TQL)]] | |||
*[[Select gridstdev (TQL)]] | |||
*[[Select landsize (TQL)]] | |||
*[[Select landpolygons (TQL)]] | |||
*[[Select lotsize (TQL)]] | |||
*[[Select lotpolygons (TQL)]] | |||
*[[Select name (TQL)]] | |||
*[[Select units (TQL)]] | |||
</div> | |||
{{article end | {{article end | ||
|notes= | |notes= | ||
* | * 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. | |||
* 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 09:08, 9 June 2026
| Param | Value | Description | Limits search polygon |
|---|---|---|---|
| ITERATION | positive integer | Query only executes when the current Iteration matches this value | false |
Available for
- Select attribute (TQL)
- Select floorsize (TQL)
- Select global (TQL)
- Select height (TQL)
- Select id (TQL)
- Select gridavg (TQL)
- Select gridmin (TQL)
- Select gridmax (TQL)
- Select gridarea (TQL)
- Select gridvolume (TQL)
- Select gridstdev (TQL)
- Select landsize (TQL)
- Select landpolygons (TQL)
- Select lotsize (TQL)
- Select lotpolygons (TQL)
- Select name (TQL)
- Select units (TQL)
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