<?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 How to fix missing value in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-fix-missing-value/m-p/386981#M70902</link>
    <description>&lt;P&gt;how can i fulfill the missing value by using max (or min) value of each month in each year&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 15:53:16 GMT</pubDate>
    <dc:creator>BlakeGriffin2093</dc:creator>
    <dc:date>2019-03-12T15:53:16Z</dc:date>
    <item>
      <title>How to fix missing value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-fix-missing-value/m-p/386981#M70902</link>
      <description>&lt;P&gt;how can i fulfill the missing value by using max (or min) value of each month in each year&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 15:53:16 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-fix-missing-value/m-p/386981#M70902</guid>
      <dc:creator>BlakeGriffin2093</dc:creator>
      <dc:date>2019-03-12T15:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix missing value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-fix-missing-value/m-p/386988#M70904</link>
      <description>&lt;P&gt;Try the Summarize tool&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you post sample input and desired output?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 15:57:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-fix-missing-value/m-p/386988#M70904</guid>
      <dc:creator>ChrisTX</dc:creator>
      <dc:date>2019-03-12T15:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix missing value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-fix-missing-value/m-p/387146#M70931</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/77416"&gt;@BlakeGriffin2093&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can use a summarize tool, grouping on both year and month, and then choosing the Max or Min on the summary field.&lt;BR /&gt;&lt;BR /&gt;Then join those values back into the original data set. A formula tool replaces the nulls with their values.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/58083i99A6D2E304B9CF40/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;Esther&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 17:45:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-fix-missing-value/m-p/387146#M70931</guid>
      <dc:creator>estherb47</dc:creator>
      <dc:date>2019-03-12T17:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix missing value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-fix-missing-value/m-p/387180#M70938</link>
      <description>&lt;P&gt;but if days are missing value and i want fulfill all of these days with max value days of each month in each year. I try your solution but it seems doesn't work&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;Price/ Ton&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;01/01/2011&lt;/TD&gt;&lt;TD&gt;243&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;02/01/2011&lt;/TD&gt;&lt;TD&gt;246.53&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;03/01/2011&lt;/TD&gt;&lt;TD&gt;250.04&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;04/01/2011&lt;/TD&gt;&lt;TD&gt;257.72&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;05/01/2011&lt;/TD&gt;&lt;TD&gt;243.05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;06/01/2011&lt;/TD&gt;&lt;TD&gt;245.41&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/01/2011&lt;/TD&gt;&lt;TD&gt;251.56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11/01/2011&lt;/TD&gt;&lt;TD&gt;249.42&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12/01/2011&lt;/TD&gt;&lt;TD&gt;251.70&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;13/01/2011&lt;/TD&gt;&lt;TD&gt;246.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;14/01/2011&lt;/TD&gt;&lt;TD&gt;248.42&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;15/01/2011&lt;/TD&gt;&lt;TD&gt;249.44&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;16/01/2011&lt;/TD&gt;&lt;TD&gt;255.99&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17/01/2011&lt;/TD&gt;&lt;TD&gt;249.28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;18/01/2011&lt;/TD&gt;&lt;TD&gt;258.76&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;19/01/2011&lt;/TD&gt;&lt;TD&gt;246.41&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20/01/2011&lt;/TD&gt;&lt;TD&gt;256.28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;21/01/2011&lt;/TD&gt;&lt;TD&gt;253.69&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 12 Mar 2019 18:26:08 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-fix-missing-value/m-p/387180#M70938</guid>
      <dc:creator>BlakeGriffin2093</dc:creator>
      <dc:date>2019-03-12T18:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix missing value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-fix-missing-value/m-p/387829#M71066</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/77416"&gt;@BlakeGriffin2093&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;First, go ahead and make sure your Date column is being treated as a date, and not as string (based on the format in your example, it looks like string). That can be accomplished using the DateTimeParse tool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your data would just need a touch more prep before summarizing, where we pull out the month and year from the date column using another DateTime parse, summarize, and impute back with a join on that month and year field.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sorry I'm unable to attach pictures today. My computer is wonky at the moment.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;/P&gt;&lt;P&gt;Esther&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 16:00:33 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-fix-missing-value/m-p/387829#M71066</guid>
      <dc:creator>estherb47</dc:creator>
      <dc:date>2019-03-13T16:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix missing value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-fix-missing-value/m-p/389952#M71425</link>
      <description>&lt;P&gt;Thank for your helping. Have a nice day&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2019 14:21:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-fix-missing-value/m-p/389952#M71425</guid>
      <dc:creator>BlakeGriffin2093</dc:creator>
      <dc:date>2019-03-17T14:21:56Z</dc:date>
    </item>
  </channel>
</rss>

