Select color (TQL): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:


{{Param TQL|suppresscategory=true|allowselflinks=true|list=true|
{{Param TQL|suppresscategory=true|allowselflinks=true|list=true|
{{: Address (TQL Param)}}
{{: Area (TQL Param)}}
{{: Building (TQL Param)}}
{{: Category (TQL Param)}}
{{: Category (TQL Param)}}
{{: Function (TQL Param)}}
{{: Function (TQL Param)}}
{{: Building (TQL Param)}}
{{: Address (TQL Param)}}
{{: Stakeholder (TQL Param)}}
{{: Stakeholdertype (TQL Param)}}
{{: Zone (TQL Param)}}
{{: Panel (TQL Param)}}
{{: Indicator (TQL Param)}}
{{: Indicator (TQL Param)}}
{{: Overlay (TQL Param)}}
{{: Neighborhood (TQL Param)}}
{{: Neighborhood (TQL Param)}}
{{: Area (TQL Param)}}
{{: Terrain (TQL Param)}}
{{: Net function (TQL Param)}}
{{: Net function (TQL Param)}}
{{: Net line (TQL Param)}}
{{: Net line (TQL Param)}}
{{: Overlay (TQL Param)}}
{{: Panel (TQL Param)}}
{{: Stakeholder (TQL Param)}}
{{: Stakeholdertype (TQL Param)}}
{{: Terrain (TQL Param)}}
{{: Zone (TQL Param)}}
}}
}}
==Examples==
==Examples==

Latest revision as of 09:40, 9 January 2024

Allowed clause parameters

Examples

  • SELECT_COLOR_WHERE_AREA_IS_5
Returns the HEX Color of the COLOR Attribute of the Area with Item ID 5.
  • SELECT_COLOR_WHERE_STAKEHOLDER_IS_3
Returns the HEX Color of the color parameter of the Stakeholder with Item ID 3.
  • SELECT_COLOR_WHERE_STAKEHOLDERTYPE_IS_MUNICIPALITY
Returns the HEX Color of the default color of the Stakeholder Type MUNICIPALITY.

Notes