How to configure a Query for an Excel Indicator: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
: [[File:QueryToolConigurefQuery-Q3-2015.jpg|thumb|left|Copy a query for pasting in an Excel Indicator spreadsheet]]
: [[File:QueryToolConigurefQuery-Q3-2015.jpg|thumb|left|Copy a query for pasting in an Excel Indicator spreadsheet]]
<br clear=all>
<br clear=all>
[[Category:TQL]][[Category:How-to's]]
{{article end
 
|seealso=
* [[Excel]]
* [[Indicator]]
|howtos=
*[[How to create an Excel background calculation model]]
*[[How to implement an Excel Indicator]]
*[[How to manually adjust Indicators in Excel]]
*[[How to use the Query Tool to test queries from an Excel Indicator spreadsheet]]
}}
[[Category:TQL]][[Category:How-to's]][[Category:Indicator]]

Latest revision as of 08:38, 27 January 2023

When setting up an Excel Indicator, the Query Tool can be used to configure Queries, after which the full Query text string can be copied over to the Excel Indicator file.
Looking at the above example, it is easy now to copy and paste the just created query SELECT_FLOORSIZE_WHERE_TERAINTYPE_IS_SAFE_ZONE into an appropriate name field on an Excel Indicator spreadsheet.
How to configure a query for an Excel Indicator spreadsheet:
  1. Load or create a project with an ArcGIS safe zone
  2. Select Editor → Tools → Query Tool
  3. Select FLOORSIZE as Result Parameter
  4. Add TERRAINTYPE IS SAFE_ZONE as clause
  5. Copy the created Query text string, and paste this in the appropriate name field of the Excel Indicator spreadsheet


Copy a query for pasting in an Excel Indicator spreadsheet