<?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 highlight queried features in attribute table? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-highlight-queried-features-in-attribute/m-p/1057615#M20833</link>
    <description>&lt;P&gt;Hello! I'm looking for a solution for a long time...&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a WAB app, with a point feature query widget.&lt;/P&gt;&lt;P&gt;we're using dynamicsMapServiceLayers.&lt;/P&gt;&lt;P&gt;You can see here, how i show my results. But how can a syncronise this with the Attribute table widget?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now, every point is listed in the table. The best would be if i could show only the queried ones. But selection is also good. Any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;        var pointLayer = new GraphicsLayer();
        var infoTemplate = new InfoTemplate("${name}","${*}");
        pointLayer.setInfoTemplate(infoTemplate);
//CODE.................................
        pointLayer.clear();
        map.graphics.clear();
        for (var i = 0; i &amp;lt; features.length; i++) {
         
          if(!features[i].attributes['SDE.LineLayer.OBJECTID']) {
            pointLayer.add(features[i]);
          }
          else {
            map.graphics.add(features[i]);
          }
        }
        map.addLayer(pointLayer)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 May 2021 07:01:35 GMT</pubDate>
    <dc:creator>DávidGregor</dc:creator>
    <dc:date>2021-05-14T07:01:35Z</dc:date>
    <item>
      <title>How to highlight queried features in attribute table?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-highlight-queried-features-in-attribute/m-p/1057615#M20833</link>
      <description>&lt;P&gt;Hello! I'm looking for a solution for a long time...&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a WAB app, with a point feature query widget.&lt;/P&gt;&lt;P&gt;we're using dynamicsMapServiceLayers.&lt;/P&gt;&lt;P&gt;You can see here, how i show my results. But how can a syncronise this with the Attribute table widget?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now, every point is listed in the table. The best would be if i could show only the queried ones. But selection is also good. Any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;        var pointLayer = new GraphicsLayer();
        var infoTemplate = new InfoTemplate("${name}","${*}");
        pointLayer.setInfoTemplate(infoTemplate);
//CODE.................................
        pointLayer.clear();
        map.graphics.clear();
        for (var i = 0; i &amp;lt; features.length; i++) {
         
          if(!features[i].attributes['SDE.LineLayer.OBJECTID']) {
            pointLayer.add(features[i]);
          }
          else {
            map.graphics.add(features[i]);
          }
        }
        map.addLayer(pointLayer)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 07:01:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-highlight-queried-features-in-attribute/m-p/1057615#M20833</guid>
      <dc:creator>DávidGregor</dc:creator>
      <dc:date>2021-05-14T07:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight queried features in attribute table?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-highlight-queried-features-in-attribute/m-p/1057647#M20834</link>
      <description>&lt;P&gt;I had a similar need. I just created a feature layer with the queried features and add to the map. The AT will show that layer under a new tab and list only the queried features.&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 15:32:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-highlight-queried-features-in-attribute/m-p/1057647#M20834</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2021-05-13T15:32:50Z</dc:date>
    </item>
  </channel>
</rss>

