<?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: How to fill missing dates within column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-fill-missing-dates-within-column/m-p/553258#M76830</link>
    <description>&lt;P&gt;Interactively, you can right click on a filled date cell and select "fill", and then you can choose to fill to the end of the table, or fill to a specified row.&lt;/P&gt;
&lt;P&gt;Or you can run this little script and it will do the job for you&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Current Data Table();

For Each Row(
	If( Is Missing( :date ) == 0,
		currDate = :date
	);
	:date = currDate;
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 06 Oct 2022 05:18:59 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-10-06T05:18:59Z</dc:date>
    <item>
      <title>How to fill missing dates within column</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-fill-missing-dates-within-column/m-p/553237#M76829</link>
      <description>&lt;P&gt;Hi JMP users,&lt;/P&gt;&lt;P&gt;I have a table which contains two columns.&lt;/P&gt;&lt;P&gt;1. Time&lt;/P&gt;&lt;P&gt;2. Date.&lt;/P&gt;&lt;P&gt;Time column has continuous entries but Date column has only few entries and that entries denote samples loading time/date.&lt;/P&gt;&lt;P&gt;How to completly fill the date coulm for each day. Screnshoot attached below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chandankishor66_0-1665028604618.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46073i5DFAAD4D509A3250/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chandankishor66_0-1665028604618.png" alt="chandankishor66_0-1665028604618.png" /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chandankishor66_1-1665028643993.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46074iFAD670A77F5E1B4F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chandankishor66_1-1665028643993.png" alt="chandankishor66_1-1665028643993.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 15:59:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-fill-missing-dates-within-column/m-p/553237#M76829</guid>
      <dc:creator>chandankishor66</dc:creator>
      <dc:date>2023-06-09T15:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill missing dates within column</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-fill-missing-dates-within-column/m-p/553258#M76830</link>
      <description>&lt;P&gt;Interactively, you can right click on a filled date cell and select "fill", and then you can choose to fill to the end of the table, or fill to a specified row.&lt;/P&gt;
&lt;P&gt;Or you can run this little script and it will do the job for you&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Current Data Table();

For Each Row(
	If( Is Missing( :date ) == 0,
		currDate = :date
	);
	:date = currDate;
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Oct 2022 05:18:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-fill-missing-dates-within-column/m-p/553258#M76830</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-10-06T05:18:59Z</dc:date>
    </item>
  </channel>
</rss>

