<?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 do I create a new column that sum the delta between to dates which are in different column? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-new-column-that-sum-the-delta-between-to-dates/m-p/252325#M49531</link>
    <description>&lt;P&gt;How do I create a new column that sum the delta between to dates which are in different column?&lt;/P&gt;&lt;P&gt;This is my data table:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Start&lt;/TD&gt;&lt;TD&gt;End1&lt;/TD&gt;&lt;TD&gt;End2&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Delta between Start and End (minutes)&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;aaa&lt;/TD&gt;&lt;TD&gt;3/2/2020 21:51&lt;/TD&gt;&lt;TD&gt;3/2/2020 22:59&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;68&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;bbb&lt;/TD&gt;&lt;TD&gt;3/1/2020 18:12&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3/1/2020 19:00&lt;/TD&gt;&lt;TD&gt;48&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Sat, 14 Mar 2020 13:35:18 GMT</pubDate>
    <dc:creator>ileshem</dc:creator>
    <dc:date>2020-03-14T13:35:18Z</dc:date>
    <item>
      <title>How do I create a new column that sum the delta between to dates which are in different column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-new-column-that-sum-the-delta-between-to-dates/m-p/252325#M49531</link>
      <description>&lt;P&gt;How do I create a new column that sum the delta between to dates which are in different column?&lt;/P&gt;&lt;P&gt;This is my data table:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Start&lt;/TD&gt;&lt;TD&gt;End1&lt;/TD&gt;&lt;TD&gt;End2&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Delta between Start and End (minutes)&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;aaa&lt;/TD&gt;&lt;TD&gt;3/2/2020 21:51&lt;/TD&gt;&lt;TD&gt;3/2/2020 22:59&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;68&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;bbb&lt;/TD&gt;&lt;TD&gt;3/1/2020 18:12&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3/1/2020 19:00&lt;/TD&gt;&lt;TD&gt;48&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sat, 14 Mar 2020 13:35:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-new-column-that-sum-the-delta-between-to-dates/m-p/252325#M49531</guid>
      <dc:creator>ileshem</dc:creator>
      <dc:date>2020-03-14T13:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a new column that sum the delta between to dates which are in different column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-new-column-that-sum-the-delta-between-to-dates/m-p/252332#M49532</link>
      <description>&lt;P&gt;Assuming the Start and End1 columns are true JMP date/time columns, all that has to be done is to use the formula&lt;BR /&gt;:End1 - :Start&lt;BR /&gt;and then set the format for the new column to one of the Duration formats&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2020 15:47:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-new-column-that-sum-the-delta-between-to-dates/m-p/252332#M49532</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-03-14T15:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a new column that sum the delta between to dates which are in different column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-new-column-that-sum-the-delta-between-to-dates/m-p/252337#M49533</link>
      <description>&lt;P&gt;Thanks for your reply.&amp;nbsp;&lt;BR /&gt;I have several columns for "Start Date" and I want all the deltas to appear in one column.&lt;/P&gt;&lt;P&gt;once it will take the "&lt;SPAN&gt;:End1 - :Start" and once ":End2 - :Start".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can I do that?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2020 16:27:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-new-column-that-sum-the-delta-between-to-dates/m-p/252337#M49533</guid>
      <dc:creator>ileshem</dc:creator>
      <dc:date>2020-03-14T16:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a new column that sum the delta between to dates which are in different column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-new-column-that-sum-the-delta-between-to-dates/m-p/252351#M49535</link>
      <description>My suggestion is to first stack the columns and then create the delta column&lt;BR /&gt;    Tables=&amp;gt;Stack</description>
      <pubDate>Sat, 14 Mar 2020 19:54:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-new-column-that-sum-the-delta-between-to-dates/m-p/252351#M49535</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-03-14T19:54:48Z</dc:date>
    </item>
  </channel>
</rss>

