<?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: How to add an input text area in ArcToolBox as a parameter? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235037#M18212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can not change the yellow zone below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/195143_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2016 13:52:56 GMT</pubDate>
    <dc:creator>SaidAkif</dc:creator>
    <dc:date>2016-04-20T13:52:56Z</dc:date>
    <item>
      <title>How to add an input text area in ArcToolBox as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235030#M18205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add a text zone (or an sql expression zone) to add text or sql statement when I lunch my tool.&lt;/P&gt;&lt;P&gt;I tried to do so by using string or sql expression parameter with multi-values. the problem is that I can not write any text.&lt;/P&gt;&lt;P&gt;I noticed also that there is a button at the right of Select all/Unselect all but it is all the time not activated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help please??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 20:41:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235030#M18205</guid>
      <dc:creator>SaidAkif</dc:creator>
      <dc:date>2016-04-19T20:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an input text area in ArcToolBox as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235031#M18206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can add a parameter of text/string type with direction as input.&amp;nbsp; Don't expect a big text area to enter prose, just a line.&amp;nbsp; If you want an sql statement, then you can use that as well, but you are limited to what it allows.&lt;/P&gt;&lt;P&gt;What is the purpose of the text?&amp;nbsp; The only time I have used one is for someone to enter multiple values as a line or a list, which I then parse within the script. &lt;/P&gt;&lt;P&gt;So some background would help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/setting-script-tool-parameters.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/setting-script-tool-parameters.htm"&gt;Setting script tool parameters—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/understanding-script-tool-parameters.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/understanding-script-tool-parameters.htm"&gt;Understanding script tool parameters—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 20:53:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235031#M18206</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-04-19T20:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an input text area in ArcToolBox as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235032#M18207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want a SQL dialog to work, you may need to set the Obtained from property to link the input parameter to a feature layer or feature class input parameter. (This property is way down at the bottom of the parameter list in the script tool parameter dialog.) (Right click script tool, Properties, Parameters tab.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 02:01:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235032#M18207</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2016-04-20T02:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an input text area in ArcToolBox as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235033#M18208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for your prompt answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I add a string parameter and it was fine when I set its MultiValue property as No.&lt;/P&gt;&lt;P&gt;I wanted a big text area so I set MultiValue property as Yes. At this time I got a big area but I wasn't able to add text. &lt;/P&gt;&lt;P&gt;Do I can write in this area with&amp;nbsp; MultiValue property = Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I used SQL expression parameter and another parameter as Feature class or Feature layer, The Obtained from property of the SQL expression parameter was not reachable, meaning that I was not able to link this parameter to the layer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 12:53:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235033#M18208</guid>
      <dc:creator>SaidAkif</dc:creator>
      <dc:date>2016-04-20T12:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an input text area in ArcToolBox as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235034#M18209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;text stuff...you will get multiple input lines, not one big area, If you have the need to get a big block of text, load a text file or tweet within the limits of the input line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sql stuff... you have to have a feature class/layer/table as a parameter in order for the derived parameter to derive something from.&amp;nbsp; Think along the lines... when you want to get the information from a field, the field parameter is derived from the featureclass/shapefile that is a preceeding parameter.&amp;nbsp; You can't do an SQL on something that isn't a parameter first...there is nothing to sql from, ergo, the thing you want to query has to be a parameter, then you can query it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 13:00:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235034#M18209</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-04-20T13:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an input text area in ArcToolBox as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235035#M18210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the SQL expression parameter I am still can not link it to my Feature layer parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Said&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 13:32:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235035#M18210</guid>
      <dc:creator>SaidAkif</dc:creator>
      <dc:date>2016-04-20T13:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an input text area in ArcToolBox as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235036#M18211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the fc and the sql should be able to be linked...obviously you are going to have to provide some visuals.. interest is waining since there is too much conjecture and guess work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 13:46:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235036#M18211</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-04-20T13:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an input text area in ArcToolBox as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235037#M18212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can not change the yellow zone below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/195143_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 13:52:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235037#M18212</guid>
      <dc:creator>SaidAkif</dc:creator>
      <dc:date>2016-04-20T13:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an input text area in ArcToolBox as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235038#M18213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sql... type derived... obtained from... featureclass (feature layer may be ok)&amp;nbsp; You have it as optional and the sql statement is superfluous&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 14:20:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235038#M18213</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-04-20T14:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an input text area in ArcToolBox as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235039#M18214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lots of lookers, but no other suggestions, did you get it to work with the fixes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 01:12:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235039#M18214</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-04-22T01:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an input text area in ArcToolBox as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235040#M18215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan&lt;/P&gt;&lt;P&gt;No, it did not work. When I make it derived, it is like an output. But even with derived, I could not link it to my feature layer from Obtained from property&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 12:38:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235040#M18215</guid>
      <dc:creator>SaidAkif</dc:creator>
      <dc:date>2016-04-22T12:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an input text area in ArcToolBox as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235041#M18216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange... your featureclass does have fields in it and it is an input parameter, so perhaps you have to add a field parameter in there derived from the featureclass..&amp;nbsp; The only thing I can suggest now, is create your workflow using tools from arctoolbox solely, then examine the results in the Results window to see the linkages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 12:50:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235041#M18216</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-04-22T12:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an input text area in ArcToolBox as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235042#M18217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;I will try it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 12:53:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-an-input-text-area-in-arctoolbox-as-a/m-p/235042#M18217</guid>
      <dc:creator>SaidAkif</dc:creator>
      <dc:date>2016-04-25T12:53:53Z</dc:date>
    </item>
  </channel>
</rss>

