<?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: Why do I get a bad value error when I ran Calculate Field in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/why-do-i-get-a-bad-value-error-when-i-ran/m-p/1619657#M96219</link>
    <description>&lt;P&gt;Won't the Replace function create a new value of "225225"? Is the goal to remove the "I-" and just have a value of "225"? Could you just select all the features with a sign symbol of "I-225" and do a simple calculation of "225" as the new value?&lt;/P&gt;</description>
    <pubDate>Fri, 30 May 2025 17:09:23 GMT</pubDate>
    <dc:creator>Joshua-Young</dc:creator>
    <dc:date>2025-05-30T17:09:23Z</dc:date>
    <item>
      <title>Why do I get a bad value error when I ran Calculate Field</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/why-do-i-get-a-bad-value-error-when-i-ran/m-p/1619650#M96214</link>
      <description>&lt;P&gt;As I type the word Replace in the field using Calculate field to replace the I- to 255, however I get this error message. Has anyone went through this error and got it to fix ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PROBERT68_0-1748622919438.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/133515i39E2CA9316BA518C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PROBERT68_0-1748622919438.png" alt="PROBERT68_0-1748622919438.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I looked at the Text Functions on ArcGIS Arcade in the ESRI Developer exactly but do not know why... Maybe some of you can help me out...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PROBERT68_1-1748623157471.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/133518iCE4CF4FCC50646D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PROBERT68_1-1748623157471.png" alt="PROBERT68_1-1748623157471.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 16:42:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/why-do-i-get-a-bad-value-error-when-i-ran/m-p/1619650#M96214</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2025-05-30T16:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get a bad value error when I ran Calculate Field</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/why-do-i-get-a-bad-value-error-when-i-ran/m-p/1619654#M96216</link>
      <description>&lt;P&gt;You have $feature.SignSymbols wrapped in quotes, which makes it a string and not a reference to the feature.&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 16:57:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/why-do-i-get-a-bad-value-error-when-i-ran/m-p/1619654#M96216</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2025-05-30T16:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get a bad value error when I ran Calculate Field</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/why-do-i-get-a-bad-value-error-when-i-ran/m-p/1619656#M96218</link>
      <description>&lt;P&gt;So should I say or type it in as&amp;nbsp; &amp;nbsp;Replace($feature.SignSymbols, "I-", "22")&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 17:03:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/why-do-i-get-a-bad-value-error-when-i-ran/m-p/1619656#M96218</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2025-05-30T17:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get a bad value error when I ran Calculate Field</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/why-do-i-get-a-bad-value-error-when-i-ran/m-p/1619657#M96219</link>
      <description>&lt;P&gt;Won't the Replace function create a new value of "225225"? Is the goal to remove the "I-" and just have a value of "225"? Could you just select all the features with a sign symbol of "I-225" and do a simple calculation of "225" as the new value?&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 17:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/why-do-i-get-a-bad-value-error-when-i-ran/m-p/1619657#M96219</guid>
      <dc:creator>Joshua-Young</dc:creator>
      <dc:date>2025-05-30T17:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get a bad value error when I ran Calculate Field</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/why-do-i-get-a-bad-value-error-when-i-ran/m-p/1619669#M96220</link>
      <description>&lt;P&gt;Actually the workaround I did was to use the select by attributes and then open the attributes in the selection menu and in the Attribute dialog box .&amp;nbsp; Click at the layer name and then go down to the field and type that number....&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 17:34:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/why-do-i-get-a-bad-value-error-when-i-ran/m-p/1619669#M96220</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2025-05-30T17:34:34Z</dc:date>
    </item>
  </channel>
</rss>

