<?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 to show query result(s) on mobile app in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-query-result-s-on-mobile-app/m-p/313771#M28855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to populate a lists to show query result(s) on mobile app but not able to do so like the one similar to datagrid.&amp;nbsp; Here is my JSFiddle:&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsfiddle.net/MayJeff00/owj6ss33/" title="http://jsfiddle.net/MayJeff00/owj6ss33/"&gt;Edit fiddle - JSFiddle&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Can someone show me how to do so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Dec 2014 18:26:01 GMT</pubDate>
    <dc:creator>MayJeff</dc:creator>
    <dc:date>2014-12-09T18:26:01Z</dc:date>
    <item>
      <title>How to show query result(s) on mobile app</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-query-result-s-on-mobile-app/m-p/313771#M28855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to populate a lists to show query result(s) on mobile app but not able to do so like the one similar to datagrid.&amp;nbsp; Here is my JSFiddle:&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsfiddle.net/MayJeff00/owj6ss33/" title="http://jsfiddle.net/MayJeff00/owj6ss33/"&gt;Edit fiddle - JSFiddle&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Can someone show me how to do so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 18:26:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-query-result-s-on-mobile-app/m-p/313771#M28855</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2014-12-09T18:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to show query result(s) on mobile app</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-query-result-s-on-mobile-app/m-p/313772#M28856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The query you send doesn't return any results because the 'where' clause is wrong. You send:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;(OWNERNME1) = upper('Katz') OR (OWNERNME1) LIKE upper('Katz%') OR (OWNERNME1) LIKE upper('%Katz%')&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;it should be:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;upper(OWNERNME1) LIKE '%KATZ%'&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 18:36:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-query-result-s-on-mobile-app/m-p/313772#M28856</guid>
      <dc:creator>HeikoHeijenga</dc:creator>
      <dc:date>2014-12-09T18:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to show query result(s) on mobile app</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-query-result-s-on-mobile-app/m-p/313773#M28857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I update the JSfiddle : &lt;A href="http://jsfiddle.net/MayJeff00/owj6ss33/1/" title="http://jsfiddle.net/MayJeff00/owj6ss33/1/"&gt;Edit fiddle - JSFiddle&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Now I can see query returns for 15 records.&amp;nbsp; Here is my problem, I don't know how to make a list to show all the results.&amp;nbsp; Can you give me some ideas how to do it?&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error.gif" class="jive-image image-1" height="181" src="https://community.esri.com/legacyfs/online/38904_error.gif" width="234" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 19:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-query-result-s-on-mobile-app/m-p/313773#M28857</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2014-12-09T19:48:05Z</dc:date>
    </item>
  </channel>
</rss>

