<?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: can you help me to remove date and keep &amp;quot;hh:mm&amp;quot; for distribution analysis in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/can-you-help-me-to-remove-date-and-keep-quot-hh-mm-quot-for/m-p/5226#M5225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your nice solution,Michael. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2012 00:07:27 GMT</pubDate>
    <dc:creator>GoodMan</dc:creator>
    <dc:date>2012-07-09T00:07:27Z</dc:date>
    <item>
      <title>can you help me to remove date and keep "hh:mm" for distribution analysis</title>
      <link>https://community.jmp.com/t5/Discussions/can-you-help-me-to-remove-date-and-keep-quot-hh-mm-quot-for/m-p/5222#M5221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;Here i hope you can help me to find a JSL way to&amp;nbsp; remove "YYYY-MM-DD" from my time recording column and just keep"hh:mm"&amp;nbsp; for time distribution analysis.&lt;/P&gt;&lt;P&gt;As you can find in the first attached jmp file titled with original numeric time, i have a table where" Filling Starting Time' column recorded all batch start time in " YYYY-MM-DD hh:mm". I get it from a access file with the following JSL.&lt;/P&gt;&lt;P&gt;Open Database("DSN=MS Access Database;DBQ=F:\freeze drying.accdb;DefaultDir=F:\;DriverId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;UID=admin;", "SELECT batch, `filling starting Time` FROM `filling line`");&lt;/P&gt;&lt;P&gt;Now i hope i can produce a distibution graph to show that all batch starting time in hh:mm. &lt;/P&gt;&lt;P&gt;However when i use the following JSL, &lt;/P&gt;&lt;P&gt;Open Database("DSN=MS Access Database;DBQ=F:\freeze drying.accdb;DefaultDir=F:\;DriverId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;UID=admin;", "SELECT batch, format(`filling starting Time`,'hh:mm' )FROM `filling line`");&lt;/P&gt;&lt;P&gt;i can get a table as shown another attached jmp file titled with charector hhmm. Now i get the time in "hh:mm". However it is charactor. I CAN NOT use it for distribution analysis for time in "hh:mm". &lt;/P&gt;&lt;P&gt;I will be grateful if you can let me me khow to sovle this problem with JSL way.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Kun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2012 02:36:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/can-you-help-me-to-remove-date-and-keep-quot-hh-mm-quot-for/m-p/5222#M5221</guid>
      <dc:creator>GoodMan</dc:creator>
      <dc:date>2012-07-08T02:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: can you help me to remove date and keep "hh:mm" for distribution analysis</title>
      <link>https://community.jmp.com/t5/Discussions/can-you-help-me-to-remove-date-and-keep-quot-hh-mm-quot-for/m-p/5223#M5222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The TIMEPART() function returns the TIME part of a DATETIME value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2012 13:34:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/can-you-help-me-to-remove-date-and-keep-quot-hh-mm-quot-for/m-p/5223#M5222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-08T13:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: can you help me to remove date and keep "hh:mm" for distribution analysis</title>
      <link>https://community.jmp.com/t5/Discussions/can-you-help-me-to-remove-date-and-keep-quot-hh-mm-quot-for/m-p/5224#M5223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom. Thanks for your reply. I wonder if i should use TIMEPART in SQL or JSL? Can you give me more detailed code for this case? Kun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2012 14:56:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/can-you-help-me-to-remove-date-and-keep-quot-hh-mm-quot-for/m-p/5224#M5223</guid>
      <dc:creator>GoodMan</dc:creator>
      <dc:date>2012-07-08T14:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: can you help me to remove date and keep "hh:mm" for distribution analysis</title>
      <link>https://community.jmp.com/t5/Discussions/can-you-help-me-to-remove-date-and-keep-quot-hh-mm-quot-for/m-p/5225#M5224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using your "original numeric time" file, in JMP make a new column which is numeric and formatted "h:m". Make a formula for that new column defined as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;time of day(:filling starting Time).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2012 15:21:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/can-you-help-me-to-remove-date-and-keep-quot-hh-mm-quot-for/m-p/5225#M5224</guid>
      <dc:creator>mpb</dc:creator>
      <dc:date>2012-07-08T15:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: can you help me to remove date and keep "hh:mm" for distribution analysis</title>
      <link>https://community.jmp.com/t5/Discussions/can-you-help-me-to-remove-date-and-keep-quot-hh-mm-quot-for/m-p/5226#M5225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your nice solution,Michael. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 00:07:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/can-you-help-me-to-remove-date-and-keep-quot-hh-mm-quot-for/m-p/5226#M5225</guid>
      <dc:creator>GoodMan</dc:creator>
      <dc:date>2012-07-09T00:07:27Z</dc:date>
    </item>
  </channel>
</rss>

