<?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: Definition Expression Problem in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/definition-expression-problem/m-p/714186#M15871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Evelyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Can you provide your code where you define the definition expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2014 13:51:36 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2014-10-27T13:51:36Z</dc:date>
    <item>
      <title>Definition Expression Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/definition-expression-problem/m-p/714185#M15870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some months ago i developed a arcgis for flex app that shows features from a city , defining what city i want to show features with definition expression = "where city='alabama' " (for ex)&lt;/P&gt;&lt;P&gt;Some days ago, i cannot see any feature and i was trying to resolve the prob by myself, and i realized that if i put off the definition expression parameter where i define the map layers , the features are shown but not doing the filter that i want.&lt;/P&gt;&lt;P&gt;Is there any problem with the definition expression parameter? or is another thing that is making a prob?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beforehand , thanks for ur answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 13:34:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/definition-expression-problem/m-p/714185#M15870</guid>
      <dc:creator>EvelynHernandez</dc:creator>
      <dc:date>2014-10-27T13:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Definition Expression Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/definition-expression-problem/m-p/714186#M15871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Evelyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Can you provide your code where you define the definition expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 13:51:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/definition-expression-problem/m-p/714186#M15871</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-10-27T13:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Definition Expression Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/definition-expression-problem/m-p/714187#M15872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;esri:FeatureLayer id="edicionLuminaria"&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gisred.chilquinta.cl:5555/arcgis/rest/services/AP_Municipal/AP_MUNICIPAL/FeatureServer/0" rel="nofollow" target="_blank"&gt;http://gisred.chilquinta.cl:5555/arcgis/rest/services/AP_Municipal/AP_MUNICIPAL/FeatureServer/0&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; outFields="*" visible="true" definitionExpression="WHERE Comuna='LA CRUZ'"/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 13:55:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/definition-expression-problem/m-p/714187#M15872</guid>
      <dc:creator>EvelynHernandez</dc:creator>
      <dc:date>2014-10-27T13:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Definition Expression Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/definition-expression-problem/m-p/714188#M15873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Evelyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You should not have "WHERE" in your definitionExpression. It should just look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;esri:FeatureLayer id="edicionLuminaria"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="&lt;A class="jive-link-external-small" href="http://gisred.chilquinta.cl:5555/arcgis/rest/services/AP_Municipal/AP_MUNICIPAL/FeatureServer/0" rel="nofollow" target="_blank"&gt;http://gisred.chilquinta.cl:5555/arcgis/rest/services/AP_Municipal/AP_MUNICIPAL/FeatureServer/0&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; outFields="*" visible="true" definitionExpression="Comuna='LA CRUZ'"/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 14:03:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/definition-expression-problem/m-p/714188#M15873</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-10-27T14:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Definition Expression Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/definition-expression-problem/m-p/714189#M15874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for ur answer, that was correct. But my question is : why before the definition expression let me do that and it showed the correct result and now i have to change it?&amp;nbsp; is it for any update?&lt;/P&gt;&lt;P&gt;Thanks again &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 18:09:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/definition-expression-problem/m-p/714189#M15874</guid>
      <dc:creator>EvelynHernandez</dc:creator>
      <dc:date>2014-10-27T18:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Definition Expression Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/definition-expression-problem/m-p/714190#M15875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Evelyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I am not aware of any change. I would not have thought that it ever would have worked with the keyword Where in the string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 18:17:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/definition-expression-problem/m-p/714190#M15875</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-10-27T18:17:50Z</dc:date>
    </item>
  </channel>
</rss>

