<?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 Re: Viewing table in web map on mobile device in ArcGIS Explorer Questions</title>
    <link>https://community.esri.com/t5/arcgis-explorer-questions/viewing-table-in-web-map-on-mobile-device/m-p/827203#M686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I don't believe you can view a layer's 'entire' attribute table in either Explorer for ArcGIS or Collector for ArcGIS. You can view a feature's attributes with a pop-up in these apps, but not the 'entire' attribute table. If these solution apps don't meet your needs, I suppose you could develop your own custom app with one of the &lt;A href="https://developers.arcgis.com/arcgis-runtime/"&gt;ArcGIS Runtime SDKs&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 May 2017 03:24:34 GMT</pubDate>
    <dc:creator>DerekLaw</dc:creator>
    <dc:date>2017-05-06T03:24:34Z</dc:date>
    <item>
      <title>Viewing table in web map on mobile device</title>
      <link>https://community.esri.com/t5/arcgis-explorer-questions/viewing-table-in-web-map-on-mobile-device/m-p/827200#M683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know the best way to view the attribute table for a feature within a web map on a mobile? I of course know how to click/ID a single feature and see it's attributes pop up, but how can I view/scroll through&amp;nbsp;an entire table? Is this possible with the Explorer app? Are there other apps that I can achieve this with? Essentially, I would like to be able to view a table in a similar&amp;nbsp;way to how&amp;nbsp;I can view a spreadsheet with the Google Sheets app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 00:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-questions/viewing-table-in-web-map-on-mobile-device/m-p/827200#M683</guid>
      <dc:creator>PatrickGrady</dc:creator>
      <dc:date>2017-05-04T00:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing table in web map on mobile device</title>
      <link>https://community.esri.com/t5/arcgis-explorer-questions/viewing-table-in-web-map-on-mobile-device/m-p/827201#M684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;EM&gt;I would like to ... view the attribute table for a feature within a web map on a mobile? ... Are there other apps that I can achieve this with? ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use &lt;A href="http://doc.arcgis.com/en/web-appbuilder/"&gt;Web AppBuilder for ArcGIS&lt;/A&gt;. You can quickly and easily create a new web app with it, based on a web map and display the attribute tables of its data layers using the &lt;A href="http://doc.arcgis.com/en/web-appbuilder/create-apps/widget-attribute-table.htm"&gt;Attribute Table widget&lt;/A&gt;. Web AppBuilder runs in a web browser on mobile devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 06:16:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-questions/viewing-table-in-web-map-on-mobile-device/m-p/827201#M684</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2017-05-04T06:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing table in web map on mobile device</title>
      <link>https://community.esri.com/t5/arcgis-explorer-questions/viewing-table-in-web-map-on-mobile-device/m-p/827202#M685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Derek, this is helpful. However, some of my users will be using this in the field without connectivity, hence why I was hoping that there is a way to achieve this with an app such as Explorer or Collector. Is there an option like this available to me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 19:38:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-questions/viewing-table-in-web-map-on-mobile-device/m-p/827202#M685</guid>
      <dc:creator>PatrickGrady</dc:creator>
      <dc:date>2017-05-04T19:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing table in web map on mobile device</title>
      <link>https://community.esri.com/t5/arcgis-explorer-questions/viewing-table-in-web-map-on-mobile-device/m-p/827203#M686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I don't believe you can view a layer's 'entire' attribute table in either Explorer for ArcGIS or Collector for ArcGIS. You can view a feature's attributes with a pop-up in these apps, but not the 'entire' attribute table. If these solution apps don't meet your needs, I suppose you could develop your own custom app with one of the &lt;A href="https://developers.arcgis.com/arcgis-runtime/"&gt;ArcGIS Runtime SDKs&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 May 2017 03:24:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-questions/viewing-table-in-web-map-on-mobile-device/m-p/827203#M686</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2017-05-06T03:24:34Z</dc:date>
    </item>
  </channel>
</rss>

