<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How do I get my QUERY FUNCTION RESULTS to work? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-get-my-query-function-results-to-work/m-p/61969#M5422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I am relatively new to JavaScript, and having trouble calling back my query function results. I'd like to return point&amp;nbsp;graphics (highlight corresponding query when user clicks on item(s) from dropdown, as well as return a table with the results.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 May 2017 07:53:56 GMT</pubDate>
    <dc:creator>LauraBusolo2</dc:creator>
    <dc:date>2017-05-24T07:53:56Z</dc:date>
    <item>
      <title>How do I get my QUERY FUNCTION RESULTS to work?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-get-my-query-function-results-to-work/m-p/61969#M5422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I am relatively new to JavaScript, and having trouble calling back my query function results. I'd like to return point&amp;nbsp;graphics (highlight corresponding query when user clicks on item(s) from dropdown, as well as return a table with the results.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 07:53:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-get-my-query-function-results-to-work/m-p/61969#M5422</guid>
      <dc:creator>LauraBusolo2</dc:creator>
      <dc:date>2017-05-24T07:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get my QUERY FUNCTION RESULTS, and DRIVE-TIME analysis to work?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-get-my-query-function-results-to-work/m-p/61970#M5423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Laura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Well your issue with the query portion is you mention&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;(highlight corresponding query when user clicks on item(s) from dropdown)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That will not be possible because you have:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;query&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;returnGeometry &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;false&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next the issue with your&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;drive- time analysis seems to be:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;driveTimeTool &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;ConnectInputToOutput&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;params&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"toolPane"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I don't see where you have&amp;nbsp;ConnectInputToOutput defined anywhere in your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 13:06:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-get-my-query-function-results-to-work/m-p/61970#M5423</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-05-24T13:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get my QUERY FUNCTION RESULTS, and DRIVE-TIME analysis to work?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-get-my-query-function-results-to-work/m-p/61971#M5424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://gis.stackexchange.com/questions/241493/how-do-i-get-my-query-function-results-and-drive-time-analysis-to-work"&gt;Cross-posted&lt;/A&gt; to GIS StackExchange&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 14:08:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-get-my-query-function-results-to-work/m-p/61971#M5424</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2017-05-24T14:08:11Z</dc:date>
    </item>
  </channel>
</rss>

