<?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: Setting Null Value based on other Cell [Hosted Feature Layer] in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/setting-null-value-based-on-other-cell-hosted/m-p/1497173#M59865</link>
    <description>&lt;P&gt;Found solution, within the Feature Layer data table.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Just needed to add a full stop/period "." to the blank cell. then delete the full stop, then cell reverted to &amp;lt;null&amp;gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2024 15:48:57 GMT</pubDate>
    <dc:creator>McMP268</dc:creator>
    <dc:date>2024-06-25T15:48:57Z</dc:date>
    <item>
      <title>Setting Null Value based on other Cell [Hosted Feature Layer]</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/setting-null-value-based-on-other-cell-hosted/m-p/1494317#M59755</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Summary:&lt;BR /&gt;Looking to reset a specific table cell to Null as it's currently showing as Blank (due to deleting previous data within that cell)&lt;/P&gt;&lt;P&gt;Context:&lt;BR /&gt;Working with a ArcGIS Online Hosted Feature Layer, which is being updated by Surveys.&lt;BR /&gt;I've made a dashboard to display the results, however when I ran a test on two of the surveys that update fields I filled out a response which skewed the pie charts based on Responses.&lt;BR /&gt;&lt;BR /&gt;Initially the data was showing as below (example):&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="90"&gt;&lt;P&gt;CompanyID&lt;/P&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;P&gt;RespondentA&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;ResponseA&lt;/P&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;P&gt;RespondentB&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;ResponseB&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="90"&gt;&lt;P&gt;ABC123&lt;/P&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;P&gt;TestUser&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;Accept&lt;/P&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;P&gt;TestUser&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;Accept&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="90"&gt;&lt;P&gt;ABC234&lt;/P&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;P&gt;TestUser&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;Reject&lt;/P&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;P&gt;TestUser&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;Reject&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="90"&gt;&lt;P&gt;ABC345&lt;/P&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;P&gt;User1&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;Accept&lt;/P&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;P&gt;User2&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;Accept&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="90"&gt;&lt;P&gt;ABC456&lt;/P&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;P&gt;User1&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;Reject&lt;/P&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;P&gt;User2&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;Reject&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="90"&gt;&lt;P&gt;ABC567&lt;/P&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="90"&gt;&lt;P&gt;ABC678&lt;/P&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;Where ABC123 and ABC234 were the test data. With the pie chart showing 2 Accept, 2 Reject and 2 Null values per Response (A or B)&lt;/P&gt;&lt;P&gt;However, having deleted the data from the fields for ABC123 and ABC234 the table now looks like:&lt;/P&gt;&lt;TABLE width="499px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="97.9688px"&gt;&lt;P&gt;CompanyID&lt;/P&gt;&lt;/TD&gt;&lt;TD width="110.219px"&gt;&lt;P&gt;RespondentA&lt;/P&gt;&lt;/TD&gt;&lt;TD width="92.7812px"&gt;&lt;P&gt;ResponseA&lt;/P&gt;&lt;/TD&gt;&lt;TD width="109.25px"&gt;&lt;P&gt;RespondentB&lt;/P&gt;&lt;/TD&gt;&lt;TD width="91.8125px"&gt;&lt;P&gt;ResponseB&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="97.9688px"&gt;&lt;P&gt;ABC123&lt;/P&gt;&lt;/TD&gt;&lt;TD width="110.219px"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="92.7812px"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="109.25px"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="91.8125px"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="97.9688px"&gt;&lt;P&gt;ABC234&lt;/P&gt;&lt;/TD&gt;&lt;TD width="110.219px"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="92.7812px"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="109.25px"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="91.8125px"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="97.9688px"&gt;&lt;P&gt;ABC345&lt;/P&gt;&lt;/TD&gt;&lt;TD width="110.219px"&gt;&lt;P&gt;User1&lt;/P&gt;&lt;/TD&gt;&lt;TD width="92.7812px"&gt;&lt;P&gt;Accept&lt;/P&gt;&lt;/TD&gt;&lt;TD width="109.25px"&gt;&lt;P&gt;User2&lt;/P&gt;&lt;/TD&gt;&lt;TD width="91.8125px"&gt;&lt;P&gt;Accept&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="97.9688px"&gt;&lt;P&gt;ABC456&lt;/P&gt;&lt;/TD&gt;&lt;TD width="110.219px"&gt;&lt;P&gt;User1&lt;/P&gt;&lt;/TD&gt;&lt;TD width="92.7812px"&gt;&lt;P&gt;Reject&lt;/P&gt;&lt;/TD&gt;&lt;TD width="109.25px"&gt;&lt;P&gt;User2&lt;/P&gt;&lt;/TD&gt;&lt;TD width="91.8125px"&gt;&lt;P&gt;Reject&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="97.9688px"&gt;&lt;P&gt;ABC567&lt;/P&gt;&lt;/TD&gt;&lt;TD width="110.219px"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="92.7812px"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="109.25px"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="91.8125px"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="97.9688px"&gt;&lt;P&gt;ABC678&lt;/P&gt;&lt;/TD&gt;&lt;TD width="110.219px"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="92.7812px"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="109.25px"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="91.8125px"&gt;&lt;P&gt;&amp;lt;null&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;This now displays as 2 Blank, 1 Accept, 1 Reject and 2 Null on the pie chart.&lt;/P&gt;&lt;P&gt;Is there a way to reset the specific Respondent A/B or Response A/B cells to &amp;lt;null&amp;gt; by CompanyID, specifically for ABC123 or ABC234 without resetting all cells in the Respondent A/B or Response A/B columns?&lt;/P&gt;&lt;P&gt;e.g. Where CompanyID is ABC123 set ResponseA is None (&amp;lt;null&amp;gt;)&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 12:40:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/setting-null-value-based-on-other-cell-hosted/m-p/1494317#M59755</guid>
      <dc:creator>McMP268</dc:creator>
      <dc:date>2024-06-18T12:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Null Value based on other Cell [Hosted Feature Layer]</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/setting-null-value-based-on-other-cell-hosted/m-p/1497173#M59865</link>
      <description>&lt;P&gt;Found solution, within the Feature Layer data table.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Just needed to add a full stop/period "." to the blank cell. then delete the full stop, then cell reverted to &amp;lt;null&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 15:48:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/setting-null-value-based-on-other-cell-hosted/m-p/1497173#M59865</guid>
      <dc:creator>McMP268</dc:creator>
      <dc:date>2024-06-25T15:48:57Z</dc:date>
    </item>
  </channel>
</rss>

