<?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 Query builder - has anyone made more user friendly? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-builder-has-anyone-made-more-user-friendly/m-p/24767#M556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone modified the SFV 1.3 query builder widget so when the user clicks on an operator (eg '+' or '='), the operater displays in the query box?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By default, the user has to select the values BEFORE the operator is selected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This 'backwards" seeming step is not very intuitive or user friendly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone modified this widget so after the users selects the field, they can select the operator THEN the value?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Susan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jun 2010 20:20:45 GMT</pubDate>
    <dc:creator>SusanMordy1</dc:creator>
    <dc:date>2010-06-24T20:20:45Z</dc:date>
    <item>
      <title>Query builder - has anyone made more user friendly?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-builder-has-anyone-made-more-user-friendly/m-p/24767#M556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone modified the SFV 1.3 query builder widget so when the user clicks on an operator (eg '+' or '='), the operater displays in the query box?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By default, the user has to select the values BEFORE the operator is selected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This 'backwards" seeming step is not very intuitive or user friendly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone modified this widget so after the users selects the field, they can select the operator THEN the value?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Susan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 20:20:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-builder-has-anyone-made-more-user-friendly/m-p/24767#M556</guid>
      <dc:creator>SusanMordy1</dc:creator>
      <dc:date>2010-06-24T20:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Query builder - has anyone made more user friendly?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-builder-has-anyone-made-more-user-friendly/m-p/24768#M557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Susan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a modified one which I have done. The layout is changed to allow selecting the operator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Includes an alphabetised DISTINCT list of values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also highlight the formula and replace the highlighted bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to indicate the additions or changes in the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please make a backup copy of your existing QueryBuilderWidget.mxml, before testing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT:In the .zip file is the modified QueryBuilderWidget.mxml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I loaded as a zip and the .zip kept corrupting during the upload!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mxml files can not be loaded directly as attachments! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tried to load as .txt but it is bigger than 12.5kb so it wouldnt let me! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Last chance I have renamed to .doc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will have to rename the QueryBuilderWidget.doc file to QueryBuilderWidget.mxml&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 02:53:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-builder-has-anyone-made-more-user-friendly/m-p/24768#M557</guid>
      <dc:creator>MarkHoyland</dc:creator>
      <dc:date>2010-06-30T02:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Query builder - has anyone made more user friendly?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-builder-has-anyone-made-more-user-friendly/m-p/24769#M558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Genuis!!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much, works great!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Susan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 15:46:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/query-builder-has-anyone-made-more-user-friendly/m-p/24769#M558</guid>
      <dc:creator>SusanMordy1</dc:creator>
      <dc:date>2010-06-30T15:46:54Z</dc:date>
    </item>
  </channel>
</rss>

