Select active (TQL)
Revision as of 17:32, 17 February 2023 by Frank@tygron.nl (talk | contribs)
Select | Unit | Description | Fixed clause amount | Polygon based |
---|
Select | Unit | Description | Fixed clause amount | Polygon based |
---|
Allowed clause parameters
Param | Type | Description | Limits search polygon |
---|---|---|---|
NEIGHBORHOOD | Item ID | Neighborhood with ID | true |
AREA | Item ID | Area with ID | true |
INDICATOR | Item ID | Indicator with ID | false |
OVERLAY | Item ID | Overlay with ID | false |
NET_TYPE | Net type | Only net items of this net type | false |
Examples
SELECT_ACTIVE_WHERE_AREA_IS_5
- Returns whether the Area with Item ID 5 is considered active; I.e. the area has an ACTIVE Attribute that has a value that is larger than 0.
SELECT_ACTIVE_WHERE_NET_TYPE_IS_ELECTRICITY
- Returns whether the Net Setting ELECTRICITY_ACTIVE is considered active; I.e. the setting has a value of true.