<?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 Filtering the Feature Table in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-the-feature-table/m-p/501678#M46566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var featureTableLayer = new FeatureLayer("http://62.162.125.221/arcgis/rest/services/SiteOpstini_FS/FeatureServer/1", {&lt;BR /&gt; mode: FeatureLayer.MODE_ONDEMAND,&lt;BR /&gt; showLabels: true,&lt;BR /&gt; visible: true,&lt;BR /&gt; syncSelection: true,&lt;BR /&gt; zoomToSelection: true,&lt;BR /&gt; outFields: [&lt;BR /&gt; "objectid", "mesto_sifra", "mesto_ime", "ulica_ime", "ime_na_ulica_opstina", "novo_ime_na_ulica", "zabeleska_opstina", "greska_grafika"&lt;BR /&gt; ],&lt;BR /&gt; id: "streetsLayer"&lt;BR /&gt; });&lt;BR /&gt; featureTableLayer.setDefinitionExpression("mesto_sifra = '" + nasMesto + "'");&lt;BR /&gt; map.addLayers([featureTableLayer]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var myFeatureTable = new FeatureTable({&lt;BR /&gt; featureLayer: featureTableLayer,&lt;BR /&gt; syncSelection: true,&lt;BR /&gt; zoomToSelection: true,&lt;BR /&gt; editable: true,&lt;BR /&gt; outFields: [&lt;BR /&gt; "objectid", "mesto_sifra", "mesto_ime", "ulici_cr_fk", "ime_na_ulica_opstina", "novo_ime_na_ulica", "zabeleska_opstina", "greska_grafika"&lt;BR /&gt; ],&lt;BR /&gt; hiddenFields: ["objectid"], // field that end-user can show, but is hidden on startup&lt;BR /&gt; fieldInfos: [&lt;BR /&gt; {&lt;BR /&gt; name: 'mesto_sifra',&lt;BR /&gt; alias: 'Шифра на населено место',&lt;BR /&gt; editable: false&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; name: 'mesto_ime',&lt;BR /&gt; alias: 'Име на населено место',&lt;BR /&gt; editable: false&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; name: 'ulici_cr_fk',&lt;BR /&gt; alias: 'Име на улица',&lt;BR /&gt; editable: false&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; name: 'ime_na_ulica_opstina',&lt;BR /&gt; alias: 'Име на улица (општина)',&lt;BR /&gt; editable: false,&lt;BR /&gt; format: {&lt;BR /&gt; template: "&amp;lt;button&amp;gt;Hello&amp;lt;/button&amp;gt;", //put content before and after the wildcard&lt;BR /&gt; }&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; name: 'novo_ime_na_ulica',&lt;BR /&gt; alias: 'Ново име на улица',&lt;BR /&gt; editable: true&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; name: 'zabeleska_opstina',&lt;BR /&gt; alias: 'Забелешка (општина)',&lt;BR /&gt; editable: true&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; name: 'greska_grafika',&lt;BR /&gt; alias: 'Грешка во графика',&lt;BR /&gt; editable: true&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;],&lt;BR /&gt; "map": map&lt;BR /&gt; }, 'myTableNode');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myFeatureTable.filterSelectedRecords(true);&lt;BR /&gt; myFeatureTable.startup();&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I want to filter the Feature table is possible. I have a column with street name but there are several streets with the same name. Can I somehow, filter them? I only need it to show the street once.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/485024_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2020 10:52:02 GMT</pubDate>
    <dc:creator>NovicaJosifovski</dc:creator>
    <dc:date>2020-03-13T10:52:02Z</dc:date>
    <item>
      <title>Filtering the Feature Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-the-feature-table/m-p/501678#M46566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var featureTableLayer = new FeatureLayer("http://62.162.125.221/arcgis/rest/services/SiteOpstini_FS/FeatureServer/1", {&lt;BR /&gt; mode: FeatureLayer.MODE_ONDEMAND,&lt;BR /&gt; showLabels: true,&lt;BR /&gt; visible: true,&lt;BR /&gt; syncSelection: true,&lt;BR /&gt; zoomToSelection: true,&lt;BR /&gt; outFields: [&lt;BR /&gt; "objectid", "mesto_sifra", "mesto_ime", "ulica_ime", "ime_na_ulica_opstina", "novo_ime_na_ulica", "zabeleska_opstina", "greska_grafika"&lt;BR /&gt; ],&lt;BR /&gt; id: "streetsLayer"&lt;BR /&gt; });&lt;BR /&gt; featureTableLayer.setDefinitionExpression("mesto_sifra = '" + nasMesto + "'");&lt;BR /&gt; map.addLayers([featureTableLayer]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var myFeatureTable = new FeatureTable({&lt;BR /&gt; featureLayer: featureTableLayer,&lt;BR /&gt; syncSelection: true,&lt;BR /&gt; zoomToSelection: true,&lt;BR /&gt; editable: true,&lt;BR /&gt; outFields: [&lt;BR /&gt; "objectid", "mesto_sifra", "mesto_ime", "ulici_cr_fk", "ime_na_ulica_opstina", "novo_ime_na_ulica", "zabeleska_opstina", "greska_grafika"&lt;BR /&gt; ],&lt;BR /&gt; hiddenFields: ["objectid"], // field that end-user can show, but is hidden on startup&lt;BR /&gt; fieldInfos: [&lt;BR /&gt; {&lt;BR /&gt; name: 'mesto_sifra',&lt;BR /&gt; alias: 'Шифра на населено место',&lt;BR /&gt; editable: false&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; name: 'mesto_ime',&lt;BR /&gt; alias: 'Име на населено место',&lt;BR /&gt; editable: false&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; name: 'ulici_cr_fk',&lt;BR /&gt; alias: 'Име на улица',&lt;BR /&gt; editable: false&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; name: 'ime_na_ulica_opstina',&lt;BR /&gt; alias: 'Име на улица (општина)',&lt;BR /&gt; editable: false,&lt;BR /&gt; format: {&lt;BR /&gt; template: "&amp;lt;button&amp;gt;Hello&amp;lt;/button&amp;gt;", //put content before and after the wildcard&lt;BR /&gt; }&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; name: 'novo_ime_na_ulica',&lt;BR /&gt; alias: 'Ново име на улица',&lt;BR /&gt; editable: true&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; name: 'zabeleska_opstina',&lt;BR /&gt; alias: 'Забелешка (општина)',&lt;BR /&gt; editable: true&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; name: 'greska_grafika',&lt;BR /&gt; alias: 'Грешка во графика',&lt;BR /&gt; editable: true&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;],&lt;BR /&gt; "map": map&lt;BR /&gt; }, 'myTableNode');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myFeatureTable.filterSelectedRecords(true);&lt;BR /&gt; myFeatureTable.startup();&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I want to filter the Feature table is possible. I have a column with street name but there are several streets with the same name. Can I somehow, filter them? I only need it to show the street once.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/485024_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2020 10:52:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-the-feature-table/m-p/501678#M46566</guid>
      <dc:creator>NovicaJosifovski</dc:creator>
      <dc:date>2020-03-13T10:52:02Z</dc:date>
    </item>
  </channel>
</rss>

