<?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 Substituting null value OR no value OR blank value in Insights table, possible? in ArcGIS Insights Questions</title>
    <link>https://community.esri.com/t5/arcgis-insights-questions/substituting-null-value-or-no-value-or-blank-value/m-p/1327294#M1438</link>
    <description>&lt;P&gt;I created a table from the "Create Relationships" functionality using the "Full" relationship type.&amp;nbsp; I am trying to generate a New Field that replaces any Null/No Value/Blank rows with a zero, &lt;U&gt;&lt;EM&gt;while&lt;/EM&gt;&lt;/U&gt; preserving the other non-null or non-no-values from a particular column.&lt;/P&gt;&lt;P&gt;I know we can test for these values using the fxISNULL or fxISNOTNULL, but I am having difficulty leveraging this to populate/replace no values/nulls/blank.&lt;/P&gt;&lt;P&gt;Any advice or solutions for this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndrewKinlock_2-1694442380469.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80312i30BB0D67573ED8E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndrewKinlock_2-1694442380469.png" alt="AndrewKinlock_2-1694442380469.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Sep 2023 14:30:17 GMT</pubDate>
    <dc:creator>AndrewKinlock</dc:creator>
    <dc:date>2023-09-11T14:30:17Z</dc:date>
    <item>
      <title>Substituting null value OR no value OR blank value in Insights table, possible?</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/substituting-null-value-or-no-value-or-blank-value/m-p/1327294#M1438</link>
      <description>&lt;P&gt;I created a table from the "Create Relationships" functionality using the "Full" relationship type.&amp;nbsp; I am trying to generate a New Field that replaces any Null/No Value/Blank rows with a zero, &lt;U&gt;&lt;EM&gt;while&lt;/EM&gt;&lt;/U&gt; preserving the other non-null or non-no-values from a particular column.&lt;/P&gt;&lt;P&gt;I know we can test for these values using the fxISNULL or fxISNOTNULL, but I am having difficulty leveraging this to populate/replace no values/nulls/blank.&lt;/P&gt;&lt;P&gt;Any advice or solutions for this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndrewKinlock_2-1694442380469.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80312i30BB0D67573ED8E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndrewKinlock_2-1694442380469.png" alt="AndrewKinlock_2-1694442380469.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 14:30:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/substituting-null-value-or-no-value-or-blank-value/m-p/1327294#M1438</guid>
      <dc:creator>AndrewKinlock</dc:creator>
      <dc:date>2023-09-11T14:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Substituting null value OR no value OR blank value in Insights table, possible?</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/substituting-null-value-or-no-value-or-blank-value/m-p/1327305#M1439</link>
      <description>Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/265895"&gt;@AndrewKinlock&lt;/a&gt; ,&lt;BR /&gt;&lt;BR /&gt;Great question. I’m sorry for your issue. Quick question: have you tried using Data Engineering tool in Insights Desktop? This may be the easiest way to try and fix the problem. You may be able to replace the values right in the existing column, actually. You can simply use the drop-down “Find and Replace” tool in Data Engineering to find “” or Null and replace it with a “0.” You may have to convert the field to string first, which you can do with the drop down in Data Engineering, and then convert it back to number when you’re done. But it should work.&lt;BR /&gt;&lt;BR /&gt;But off the cuff, and sorry if this is leading you astray, I think may try something like this in Online or Enterprise as well:&lt;BR /&gt;&lt;BR /&gt;Glossary of terms you should change to be your field names and values below:&lt;BR /&gt;&lt;BR /&gt;yourField = the field in your dataset with Nulls/No Values/Blank rows that you want to change.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Sep 2023 14:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/substituting-null-value-or-no-value-or-blank-value/m-p/1327305#M1439</guid>
      <dc:creator>Ian_Muehlenhaus</dc:creator>
      <dc:date>2023-09-11T14:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Substituting null value OR no value OR blank value in Insights table, possible?</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/substituting-null-value-or-no-value-or-blank-value/m-p/1327703#M1443</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/555316"&gt;@Ian_Muehlenhaus&lt;/a&gt;&amp;nbsp;for the quick response.&amp;nbsp; I waited for our IT to install Insights Desktop and from the documentation it seems it is used to prepare the data prior to running analysis, but this particular issue occurs from previous "Create Relationship" analyses in the workflow.&lt;/P&gt;&lt;P&gt;I should add that I have a scheduled report update for these results, but I do not see an option in the Data Engineering tab of the application to Publish, which I could then schedule an update.&amp;nbsp; The shared AGOL Insights report is updating weekly to get new data from two feature services (in AGOL) that are changed almost daily.&amp;nbsp; How would Data Engineering work in a situation like this?&lt;/P&gt;&lt;P&gt;I was though able to switch myField from a Number to a String and used this function in Insights Online: &lt;STRONG&gt;SUBSTITUTE(myField,"","0")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The output from that function substitutes the blank row as:&lt;STRONG&gt; &amp;lt;Empty-"&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndrewKinlock_0-1694526281055.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80431i4CA88BC4C7E66A01/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndrewKinlock_0-1694526281055.png" alt="AndrewKinlock_0-1694526281055.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Was the correct Insights function used properly?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 13:46:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/substituting-null-value-or-no-value-or-blank-value/m-p/1327703#M1443</guid>
      <dc:creator>AndrewKinlock</dc:creator>
      <dc:date>2023-09-12T13:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Substituting null value OR no value OR blank value in Insights table, possible?</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/substituting-null-value-or-no-value-or-blank-value/m-p/1327744#M1446</link>
      <description>&lt;P&gt;Awesome! And apologies you waited for IT only to figure it out on your own anyway. My bad! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I believe it is the correct function! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This should work, in my opinion, if &amp;lt;Empty&amp;gt; is an okay result for your situation. However, I must admit, there will be people far more expert at this on here than myself, so they may have additional solutions. (I'm a bona fide hack when it comes to writing efficient functions.)&lt;/P&gt;&lt;P&gt;Thanks so much for asking your question in the Esri Community and for using ArcGIS Insights!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 14:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/substituting-null-value-or-no-value-or-blank-value/m-p/1327744#M1446</guid>
      <dc:creator>Ian_Muehlenhaus</dc:creator>
      <dc:date>2023-09-12T14:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Substituting null value OR no value OR blank value in Insights table, possible?</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/substituting-null-value-or-no-value-or-blank-value/m-p/1327874#M1450</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/265895"&gt;@AndrewKinlock&lt;/a&gt;&amp;nbsp;If you would like to use ISNULL or ISNOTNULL you can choose to do something like&amp;nbsp;IF(ISNULL(&amp;lt;Field&amp;gt;), "Text",&amp;lt;Field&amp;gt;). ISNULL(FIELD) will return "True" Or "False" for the sake of the IF function or 0/1 without it.&lt;/P&gt;&lt;P&gt;It makes sense to create a new Calc field in the analysis if you would like to support scheduled refresh. The Data Engineering is not yet at a stage where it can be scheduled to refresh. Though will be under consideration if/when DE makes it to ArcGIS Enterprise.&lt;/P&gt;&lt;P&gt;Hope that Helps&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 18:26:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/substituting-null-value-or-no-value-or-blank-value/m-p/1327874#M1450</guid>
      <dc:creator>AkshayHarshe</dc:creator>
      <dc:date>2023-09-12T18:26:29Z</dc:date>
    </item>
  </channel>
</rss>

