<?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: extracting month in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/extracting-month/m-p/381485#M63204</link>
    <description>Is the column you reference as "My-Column" a JMP numeric Date/time column?  Attaching a sample of the data would really help.  Or even an image of the table</description>
    <pubDate>Fri, 30 Apr 2021 19:54:13 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2021-04-30T19:54:13Z</dc:date>
    <item>
      <title>extracting month</title>
      <link>https://community.jmp.com/t5/Discussions/extracting-month/m-p/381468#M63203</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column containing a timestamp in the following format:&lt;/P&gt;&lt;P&gt;Jan-01&lt;/P&gt;&lt;P&gt;Feb-01&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I use formula to parse the month so that it would return:&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Feb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried month(:Name("My-Column")) but it is giving me a red squiggly line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:29:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/extracting-month/m-p/381468#M63203</guid>
      <dc:creator>aprilmayjune</dc:creator>
      <dc:date>2023-06-10T23:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: extracting month</title>
      <link>https://community.jmp.com/t5/Discussions/extracting-month/m-p/381485#M63204</link>
      <description>Is the column you reference as "My-Column" a JMP numeric Date/time column?  Attaching a sample of the data would really help.  Or even an image of the table</description>
      <pubDate>Fri, 30 Apr 2021 19:54:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/extracting-month/m-p/381485#M63204</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-04-30T19:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: extracting month</title>
      <link>https://community.jmp.com/t5/Discussions/extracting-month/m-p/381494#M63205</link>
      <description>&lt;P&gt;Here is a screenshot of the data table. Thank you for looking into this!&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example.png" style="width: 342px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/32504i7FEDC6DB914FD856/image-size/large?v=v2&amp;amp;px=999" role="button" title="example.png" alt="example.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 19:59:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/extracting-month/m-p/381494#M63205</guid>
      <dc:creator>aprilmayjune</dc:creator>
      <dc:date>2021-04-30T19:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: extracting month</title>
      <link>https://community.jmp.com/t5/Discussions/extracting-month/m-p/381498#M63206</link>
      <description>&lt;P&gt;Your column is a character column, not a JMP numeric date column.&amp;nbsp; To create a column that has just the month part of the character string, use the formula&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;substr( :"Month-Year"n, 1, 3 );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The structure I used gives the same results as :Name("Month-Year), but the structure I used is the supported structure moving forward&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S.&amp;nbsp; In the future when you provide an image of a data table, please provide the left hand panels of the data table.&amp;nbsp; They provide more detail about the columns.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="table.PNG" style="width: 499px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/32505iE1C76011D1CFA011/image-size/large?v=v2&amp;amp;px=999" role="button" title="table.PNG" alt="table.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 20:11:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/extracting-month/m-p/381498#M63206</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-04-30T20:11:29Z</dc:date>
    </item>
  </channel>
</rss>

