<?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: Replace nulls with 0 in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replace-nulls-with-0/m-p/305789#M54343</link>
    <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/41133"&gt;@AustinBauer&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your incoming data likely has NULL row data (e.g. from Excel).&amp;nbsp; Please try to FILTER the data where !IsEmpty([Field1]) might do the trick (field1 would be a field that ALWAYS has good data in it).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that you can use the data cleansing tool or a MULTI-FIELD FORMULA to replace Null values with 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
    <pubDate>Tue, 25 Sep 2018 17:29:59 GMT</pubDate>
    <dc:creator>MarqueeCrew</dc:creator>
    <dc:date>2018-09-25T17:29:59Z</dc:date>
    <item>
      <title>Replace nulls with 0</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replace-nulls-with-0/m-p/305782#M54342</link>
      <description>&lt;P&gt;I'm trying to replace nulls in certain columns with 0 using the data cleansing tool. However, it is creating extra rows at the bottom of my data set with 0's. Is there a way to make this not happen. See picture.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 17:10:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replace-nulls-with-0/m-p/305782#M54342</guid>
      <dc:creator>AustinBauer</dc:creator>
      <dc:date>2018-09-25T17:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Replace nulls with 0</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replace-nulls-with-0/m-p/305789#M54343</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/41133"&gt;@AustinBauer&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your incoming data likely has NULL row data (e.g. from Excel).&amp;nbsp; Please try to FILTER the data where !IsEmpty([Field1]) might do the trick (field1 would be a field that ALWAYS has good data in it).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that you can use the data cleansing tool or a MULTI-FIELD FORMULA to replace Null values with 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 17:29:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replace-nulls-with-0/m-p/305789#M54343</guid>
      <dc:creator>MarqueeCrew</dc:creator>
      <dc:date>2018-09-25T17:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Replace nulls with 0</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replace-nulls-with-0/m-p/305792#M54344</link>
      <description>I can't say I've ever seen this issue before, could you share a workflow with non sensitive data where this issue is replicated.&lt;BR /&gt;&lt;BR /&gt;As an alternative you can use the multifield formula tool to do this.&lt;BR /&gt;&lt;BR /&gt;Here you would select the fields you wish to convert, unselect the option to create a copy and rename as. And then give the statement...&lt;BR /&gt;&lt;BR /&gt;If isnull([_currentfield_]) Then 0 else [_currentfield_] endif&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Tue, 25 Sep 2018 17:33:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replace-nulls-with-0/m-p/305792#M54344</guid>
      <dc:creator>BenMoss</dc:creator>
      <dc:date>2018-09-25T17:33:40Z</dc:date>
    </item>
  </channel>
</rss>

