<?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: Attribute Assistant: Generating Null Values in State &amp; Local Government Questions</title>
    <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280781#M1670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see, would not be hard to extend field trigger to set &amp;lt;Null&amp;gt; as null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 May 2017 13:41:36 GMT</pubDate>
    <dc:creator>MikeMillerGIS</dc:creator>
    <dc:date>2017-05-24T13:41:36Z</dc:date>
    <item>
      <title>Attribute Assistant: Generating Null Values</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280775#M1664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the Attribute Assistant tool to automatically generate values for certain fields using the Value Method FIELD_TRIGGER.&amp;nbsp; I'm running into trouble when I want to use FIELD_TRIGGER to change the value of a field to be&amp;nbsp;null. I have no problems writing a rule that generates a regular string or number value, but I can't figure out how to generate a null value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use the Value Info of "Field Value|Field to Change|&amp;lt;Null&amp;gt;", it will put "&amp;lt;Null&amp;gt;" into any string fields I write the rule for, but I don't think this is a true null value because it doesn't work on number or date fields.&amp;nbsp; I have tried countless variations on &amp;lt;Null&amp;gt; (&amp;lt;null&amp;gt;, "&amp;lt;Null&amp;gt;",&amp;nbsp;null, isNull, etc)&amp;nbsp;and none of them work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reading the documentation on Attribute Assistant, it looks like FIELD_TRIGGER&amp;nbsp;might only return a number or string value.&amp;nbsp; Has anyone figured out how to return true null values for fields using the attribute assistant?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see my specific rule in the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 20:05:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280775#M1664</guid>
      <dc:creator>PhilWatson</dc:creator>
      <dc:date>2017-05-23T20:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant: Generating Null Values</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280776#M1665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably need to use a None, not a NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/calculate-field-examples.htm#ESRI_SECTION1_DFE39ACAD4144118AF066C6F2856197F"&gt;http://pro.arcgis.com/en/pro-app/tool-reference/data-management/calculate-field-examples.htm#ESRI_SECTION1_DFE39ACAD4144118AF066C6F2856197F&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See last example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I know nothing about Attribute Assistant, but this seemed relevant)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: See also &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-8284"&gt;https://community.esri.com/docs/DOC-8284&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 21:51:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280776#M1665</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2017-05-23T21:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant: Generating Null Values</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280777#M1666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion, although it didn't work.&amp;nbsp; Attribute Assistant is a strange beast.&amp;nbsp; There are a few instances where it reacts to VB syntax, but in this case, the value info field&amp;nbsp;seems to be treating everything as straight text or numbers, not code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 12:09:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280777#M1666</guid>
      <dc:creator>PhilWatson</dc:creator>
      <dc:date>2017-05-24T12:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant: Generating Null Values</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280778#M1667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/25908"&gt;Michael Miller&lt;/A&gt;‌ is there any plans to&amp;nbsp;introduce the ability to add null values? I came across an old thread where you considered adding the ability to use FIELD_TRIGGER for dates &lt;A _jive_internal="true" href="https://community.esri.com/thread/62983"&gt;https://community.esri.com/thread/62983&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 12:20:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280778#M1667</guid>
      <dc:creator>PhilWatson</dc:creator>
      <dc:date>2017-05-24T12:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant: Generating Null Values</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280779#M1668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Expression to add null values. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 12:23:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280779#M1668</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2017-05-24T12:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant: Generating Null Values</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280780#M1669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the tip. I was able to accomplish getting a null value using this in the Value Info field:&amp;nbsp;&lt;STRONG&gt; IIF([STATUS]=2,"&amp;lt;Null&amp;gt;",[DIAMETER])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp;the rule set to run on attribute change, so it is a bit weird that as long as the expression rings true it will constantly overwrite any changes I attempt to make.&amp;nbsp; I was originally hoping to use FIELD_TRIGGER because it only runs at the moment the specific field is changed.&amp;nbsp; EXPRESSION will run anytime I change any field, as long as the expression is valid. &amp;nbsp;I guess I could move it to manual-only.&amp;nbsp; I will have to play with it and see what works best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 13:16:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280780#M1669</guid>
      <dc:creator>PhilWatson</dc:creator>
      <dc:date>2017-05-24T13:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant: Generating Null Values</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280781#M1670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see, would not be hard to extend field trigger to set &amp;lt;Null&amp;gt; as null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 13:41:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280781#M1670</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2017-05-24T13:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant: Generating Null Values</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280782#M1671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made the change in the source already, just need to test and I can push it to a preview build for you to try out.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/local-government-desktop-addins/issues/243" title="https://github.com/Esri/local-government-desktop-addins/issues/243"&gt;Enhancement - Field Trigger - Support setting null · Issue #243 · Esri/local-government-desktop-addins · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 13:44:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-generating-null-values/m-p/280782#M1671</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2017-05-24T13:44:38Z</dc:date>
    </item>
  </channel>
</rss>

