<?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: Exclude columns in ESRI map service Query in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exclude-columns-in-esri-map-service-query/m-p/1032602#M71917</link>
    <description>&lt;P&gt;Clearly you can't use the * and still exclude any of the fields (ID in your case).&amp;nbsp; I think you will have to explicitly specify the fields you want returned in the query.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Mar 2021 20:51:42 GMT</pubDate>
    <dc:creator>JayJohnsonWashoeCounty</dc:creator>
    <dc:date>2021-03-03T20:51:42Z</dc:date>
    <item>
      <title>Exclude columns in ESRI map service Query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exclude-columns-in-esri-map-service-query/m-p/1032364#M71911</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Is it possible to exclude the columns in&amp;nbsp; map service query,&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Example: I have a service, with&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Service 1: Name, Department and ID&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Service 2: Name, Forest, Species and ID&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Service 3: Society, Asset, Culture and ID&lt;/P&gt;&lt;P&gt;I am calling this is a loop, when I give asterisk (*), then all columns are coming for identifier template, but I don't want ID from any service.&amp;nbsp; Is there any way.&lt;/P&gt;&lt;P&gt;Thankyou&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 11:31:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exclude-columns-in-esri-map-service-query/m-p/1032364#M71911</guid>
      <dc:creator>JayakumarPD</dc:creator>
      <dc:date>2021-03-03T11:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude columns in ESRI map service Query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exclude-columns-in-esri-map-service-query/m-p/1032602#M71917</link>
      <description>&lt;P&gt;Clearly you can't use the * and still exclude any of the fields (ID in your case).&amp;nbsp; I think you will have to explicitly specify the fields you want returned in the query.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 20:51:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exclude-columns-in-esri-map-service-query/m-p/1032602#M71917</guid>
      <dc:creator>JayJohnsonWashoeCounty</dc:creator>
      <dc:date>2021-03-03T20:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude columns in ESRI map service Query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exclude-columns-in-esri-map-service-query/m-p/1032636#M71919</link>
      <description>&lt;P&gt;The fields are all there in the service JSON. Would it be possible to pull all the field names and then just drop 'ID' from the array before submitting it as your out_fields param?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 22:04:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exclude-columns-in-esri-map-service-query/m-p/1032636#M71919</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-03-03T22:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude columns in ESRI map service Query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exclude-columns-in-esri-map-service-query/m-p/1032763#M71923</link>
      <description>&lt;P&gt;Explicitly we can include but how to exclude&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 04:08:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exclude-columns-in-esri-map-service-query/m-p/1032763#M71923</guid>
      <dc:creator>JayakumarPD</dc:creator>
      <dc:date>2021-03-04T04:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude columns in ESRI map service Query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exclude-columns-in-esri-map-service-query/m-p/1032764#M71924</link>
      <description>&lt;P&gt;is it possible to share code snippet or any reference link&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 04:09:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exclude-columns-in-esri-map-service-query/m-p/1032764#M71924</guid>
      <dc:creator>JayakumarPD</dc:creator>
      <dc:date>2021-03-04T04:09:07Z</dc:date>
    </item>
  </channel>
</rss>

