<?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: Indicator Widget filter Data based on attribute in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/indicator-widget-filter-data-based-on-attribute/m-p/1205280#M6719</link>
    <description>&lt;P&gt;Hello Johannes.....&lt;/P&gt;&lt;P&gt;well, thank you! It worked!&lt;/P&gt;&lt;P&gt;I clearly missed that lesson!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DoZ_3-1661237308291.png" style="width: 63px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49173iC9799C8CD34AE32C/image-dimensions/63x63?v=v2" width="63" height="63" role="button" title="DoZ_3-1661237308291.png" alt="DoZ_3-1661237308291.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2022 06:49:26 GMT</pubDate>
    <dc:creator>DoZ</dc:creator>
    <dc:date>2022-08-23T06:49:26Z</dc:date>
    <item>
      <title>Indicator Widget filter Data based on attribute</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/indicator-widget-filter-data-based-on-attribute/m-p/1204990#M6712</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello Everyone, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have a very baisc question but it seems not to work by me.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have a feature with 2 fields with postcode data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="andale mono,times" color="#800000"&gt;AGS_Schule&lt;/FONT&gt; = &lt;/STRONG&gt;the postcode where the school is located (STRING)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#800000"&gt;AGS_herkunft&lt;/FONT&gt; = &lt;/STRONG&gt;the postcode of origin of the students that attend this school (STRING)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I want to filter the featureset in order to have ONLY those students Postcodes which are different form the Postcode of origin.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In fact the &lt;U&gt;exact contrary of this&lt;/U&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DoZ_0-1661177315604.png" style="width: 553px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49121i51C8BBA676AD1D52/image-dimensions/553x383?v=v2" width="553" height="383" role="button" title="DoZ_0-1661177315604.png" alt="DoZ_0-1661177315604.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The indicator can read this conditon and brings the data where the 2 AGS Postcodes are identical:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DoZ_3-1661177787822.png" style="width: 555px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49126iD220A6B8BFAFFBB8/image-dimensions/555x244?v=v2" width="555" height="244" role="button" title="DoZ_3-1661177787822.png" alt="DoZ_3-1661177787822.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I write&amp;nbsp;&lt;STRONG&gt;var fs_filt = Filter(fs, 'AGS_Schule != AGS_Herkunft')&lt;/STRONG&gt; I do not get a usable FeatureSet, or at least it seems to be empty. And I am sure there are 200 records that meet this condition.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DoZ_1-1661177632459.png" style="width: 544px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49124i79A612AFE0F261A4/image-dimensions/544x397?v=v2" width="544" height="397" role="button" title="DoZ_1-1661177632459.png" alt="DoZ_1-1661177632459.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The indicator cannot read this expression:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DoZ_2-1661177722366.png" style="width: 541px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49125iCDFCEB723775EFAC/image-dimensions/541x69?v=v2" width="541" height="69" role="button" title="DoZ_2-1661177722366.png" alt="DoZ_2-1661177722366.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What am I missing? I also tried to return the output as:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;return Featureset(Text(fs_filt))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But didn´t work at all.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thank you in advance for your help!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 14:23:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/indicator-widget-filter-data-based-on-attribute/m-p/1204990#M6712</guid>
      <dc:creator>DoZ</dc:creator>
      <dc:date>2022-08-22T14:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator Widget filter Data based on attribute</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/indicator-widget-filter-data-based-on-attribute/m-p/1205001#M6713</link>
      <description>&lt;P&gt;Filter() uses a SQL expression. In SQL, the test for unequal is "&amp;lt;&amp;gt;".&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var fs_filt = Filter(fs, 'AGS_Schule &amp;lt;&amp;gt; AGS_Herkunft')&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 22 Aug 2022 14:30:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/indicator-widget-filter-data-based-on-attribute/m-p/1205001#M6713</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2022-08-22T14:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator Widget filter Data based on attribute</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/indicator-widget-filter-data-based-on-attribute/m-p/1205280#M6719</link>
      <description>&lt;P&gt;Hello Johannes.....&lt;/P&gt;&lt;P&gt;well, thank you! It worked!&lt;/P&gt;&lt;P&gt;I clearly missed that lesson!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DoZ_3-1661237308291.png" style="width: 63px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49173iC9799C8CD34AE32C/image-dimensions/63x63?v=v2" width="63" height="63" role="button" title="DoZ_3-1661237308291.png" alt="DoZ_3-1661237308291.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 06:49:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/indicator-widget-filter-data-based-on-attribute/m-p/1205280#M6719</guid>
      <dc:creator>DoZ</dc:creator>
      <dc:date>2022-08-23T06:49:26Z</dc:date>
    </item>
  </channel>
</rss>

