<?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 Virtual Join in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Virtual-Join/m-p/394828#M64540</link>
    <description>&lt;P&gt;I am trying to connect multiple tables via Virtual Join for which Timestamp is the Reference key.&lt;/P&gt;&lt;P&gt;The main table has 2021-01-03 09:30:01 time stamp format where the column is nominal.&lt;/P&gt;&lt;P&gt;2 other tables which had the same "time stamp" format has been joined. I&amp;nbsp;need to&amp;nbsp;join the 4th and 5th Table with Time stamp in Numeric format as shown here 3/10/2021 16:45&lt;/P&gt;&lt;P&gt;Note- I do not have "second (from Timestamp)&amp;nbsp;:01 or :02" in the 4th and 5th table.&amp;nbsp; I am not concerned about the" second (from Timestamp)" - if that helps. I tried parsing timestamp and use concatenate-- But that did not work.How to get this accomplished? Any help.&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:32:10 GMT</pubDate>
    <dc:creator>SymS</dc:creator>
    <dc:date>2023-06-10T23:32:10Z</dc:date>
    <item>
      <title>Virtual Join</title>
      <link>https://community.jmp.com/t5/Discussions/Virtual-Join/m-p/394828#M64540</link>
      <description>&lt;P&gt;I am trying to connect multiple tables via Virtual Join for which Timestamp is the Reference key.&lt;/P&gt;&lt;P&gt;The main table has 2021-01-03 09:30:01 time stamp format where the column is nominal.&lt;/P&gt;&lt;P&gt;2 other tables which had the same "time stamp" format has been joined. I&amp;nbsp;need to&amp;nbsp;join the 4th and 5th Table with Time stamp in Numeric format as shown here 3/10/2021 16:45&lt;/P&gt;&lt;P&gt;Note- I do not have "second (from Timestamp)&amp;nbsp;:01 or :02" in the 4th and 5th table.&amp;nbsp; I am not concerned about the" second (from Timestamp)" - if that helps. I tried parsing timestamp and use concatenate-- But that did not work.How to get this accomplished? Any help.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:32:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Virtual-Join/m-p/394828#M64540</guid>
      <dc:creator>SymS</dc:creator>
      <dc:date>2023-06-10T23:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual Join</title>
      <link>https://community.jmp.com/t5/Discussions/Virtual-Join/m-p/394897#M64544</link>
      <description>&lt;P&gt;Have you tried removing second part of all timestamps? I think the timestamps will have to be exactly same. Easiest way to check if all have same values is to change the columns format to best / fixed dec to see date-time value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can remove seconds for example by deducting Second(date) from the date you have. Example:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
curDate = Today();
show(curDate, as date(curDate));
curDateNoSeconds = curDate-Second(curDate);
Show(curDateNoSeconds, as date(curDateNoSeconds));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 05:10:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Virtual-Join/m-p/394897#M64544</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-06-22T05:10:33Z</dc:date>
    </item>
  </channel>
</rss>

