Select active (TQL): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Select TQL|suppresscategory=true|allowselflinks=true|
{{Select TQL|suppresscategory=true|allowselflinks=true|<onlyinclude>
{{Select TQL|type=row|attribute=ACTIVE|unit={{boolean}}|description=Returns whether an [[Item]] is active in this [[session]]|fixed=1|polygon=false|}}
{{Select TQL|tabletype=row|attribute=ACTIVE|unit={{boolean}}|description=Returns whether an [[Item]] is active in this [[session]]|fixed=1|polygon=false|}}</onlyinclude>
}}
}}


{{Param TQL|suppresscategory=true|allowselflinks=true|list=true|
{{Param TQL|suppresscategory=true|allowselflinks=true|list=true|
{{: Neighborhood (TQL Param)}}
{{: Area (TQL Param)}}
{{: Area (TQL Param)}}
{{: Indicator (TQL Param)}}
{{: Indicator (TQL Param)}}
{{: Neighborhood (TQL Param)}}
{{: Net type (TQL Param)}}
{{: Overlay (TQL Param)}}
{{: Overlay (TQL Param)}}
{{: Net type (TQL Param)}}
 
}}
}}
==Examples==
* <code>SELECT_ACTIVE_WHERE_AREA_IS_5</code>
:: ''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.''
* <code>SELECT_ACTIVE_WHERE_NET_TYPE_IS_ELECTRICITY</code>
:: ''Returns whether the [[Net Setting]] ELECTRICITY_ACTIVE is considered active; I.e. the setting has a value of true.''
{{TQL nav}}
{{TQL nav}}

Latest revision as of 09:40, 9 January 2024

Allowed clause parameters

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.