Iteration (TQL Param): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (6 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> | ||
}} | }} | ||
| Line 7: | Line 7: | ||
====Available for==== | ====Available for==== | ||
<div style="column-count:3"> | <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> | </div> | ||
| Line 14: | 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. | ||
* | * 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. | ||
|seealso=*[[Simulation Core]] | |seealso=*[[Simulation Core]] | ||
*[[Iteration Overlay]] | *[[Iteration Overlay]] | ||
|api=*[[Api session query]] | |||
}} | }} | ||
Latest revision as of 07:59, 15 July 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.
- 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