<?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: Unlock column created with a formula and modify its content in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Unlock-column-created-with-a-formula-and-modify-its-content/m-p/343896#M59339</link>
    <description>&lt;P&gt;Thanks a lot, that is helpful.&lt;/P&gt;&lt;P&gt;So the formula converts the columns content into a number in seconds, and the column format (H:M:S) displays it as a time. is that right?&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2020 18:59:24 GMT</pubDate>
    <dc:creator>AFaiz</dc:creator>
    <dc:date>2020-12-22T18:59:24Z</dc:date>
    <item>
      <title>Unlock column created with a formula and modify its content</title>
      <link>https://community.jmp.com/t5/Discussions/Unlock-column-created-with-a-formula-and-modify-its-content/m-p/343583#M59303</link>
      <description>&lt;P&gt;Hello JMP team,&lt;/P&gt;&lt;P&gt;i have a set of data that I obtained from a temp sensor. Column 8 below has the time in the following format: hh:mm:ss:ms, the ms has three digits. I tired converting the column format to a time (only available&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;option is h:m:s) but it is not working for some reason.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;I have also used the Munger in the formula and deleted the ms portion in column 8, obtained data is in the 1st column (Time Absolute). i then tried to change the new column format to a time but it is locked and I am not able to modify it, I even tried making a copy (assuming that it is a column obtained with a formula) of the column but did not work either.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="inherit"&gt;my Goal is to get the time column with the correct format in order to plot it against other &lt;/FONT&gt;parameters&lt;FONT face="inherit"&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Any recommendations/suggestions is highly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AFaiz_0-1608611558856.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/29061i0370E1F6328F9479/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AFaiz_0-1608611558856.png" alt="AFaiz_0-1608611558856.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:24:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unlock-column-created-with-a-formula-and-modify-its-content/m-p/343583#M59303</guid>
      <dc:creator>AFaiz</dc:creator>
      <dc:date>2023-06-10T23:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unlock column created with a formula and modify its content</title>
      <link>https://community.jmp.com/t5/Discussions/Unlock-column-created-with-a-formula-and-modify-its-content/m-p/343604#M59304</link>
      <description>&lt;P&gt;I created a new column called JMP Time with ms and gave it the following attributes and format&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmptime.PNG" style="width: 521px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/29062i57BF338CB7F7D266/image-size/large?v=v2&amp;amp;px=999" role="button" title="jmptime.PNG" alt="jmptime.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I applied the following formula to the column&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;In Hours( Num( Word( 1, :Column 8, ":" ) ) ) 
+ In Minutes( Num( Word( 2, :Column 8, ":" ) ) ) 
+ Num( Word( 3, :Column 8, ":" ) )
+ Num( Word( 4, :Column 8, ":" ) ) / 1000&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and it gave me the following results&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmptime2.PNG" style="width: 435px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/29063i11F5B7E7C66617E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="jmptime2.PNG" alt="jmptime2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I believe this is what you want.&lt;/P&gt;
&lt;P&gt;Attached is the above data table&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 06:12:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unlock-column-created-with-a-formula-and-modify-its-content/m-p/343604#M59304</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-12-22T06:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unlock column created with a formula and modify its content</title>
      <link>https://community.jmp.com/t5/Discussions/Unlock-column-created-with-a-formula-and-modify-its-content/m-p/343896#M59339</link>
      <description>&lt;P&gt;Thanks a lot, that is helpful.&lt;/P&gt;&lt;P&gt;So the formula converts the columns content into a number in seconds, and the column format (H:M:S) displays it as a time. is that right?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 18:59:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unlock-column-created-with-a-formula-and-modify-its-content/m-p/343896#M59339</guid>
      <dc:creator>AFaiz</dc:creator>
      <dc:date>2020-12-22T18:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unlock column created with a formula and modify its content</title>
      <link>https://community.jmp.com/t5/Discussions/Unlock-column-created-with-a-formula-and-modify-its-content/m-p/343997#M59351</link>
      <description>Correct</description>
      <pubDate>Wed, 23 Dec 2020 00:47:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unlock-column-created-with-a-formula-and-modify-its-content/m-p/343997#M59351</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-12-23T00:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unlock column created with a formula and modify its content</title>
      <link>https://community.jmp.com/t5/Discussions/Unlock-column-created-with-a-formula-and-modify-its-content/m-p/343998#M59352</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 01:08:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unlock-column-created-with-a-formula-and-modify-its-content/m-p/343998#M59352</guid>
      <dc:creator>AFaiz</dc:creator>
      <dc:date>2020-12-23T01:08:01Z</dc:date>
    </item>
  </channel>
</rss>

