<?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: Hexadecimal to decimal in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Hexadecimal-to-decimal/m-p/20152#M18379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In JMP 12.2 for Mac I can just type for example &lt;EM&gt;0x1e4&lt;/EM&gt; in a numeric column and it will automatically transform into a decimal number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tried doing the same in JMP 12.01 for Windows but it did not work, which may explain why my first two suggestions did not work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably a unix only thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2016 12:07:00 GMT</pubDate>
    <dc:creator>ms</dc:creator>
    <dc:date>2016-08-29T12:07:00Z</dc:date>
    <item>
      <title>Hexadecimal to decimal</title>
      <link>https://community.jmp.com/t5/Discussions/Hexadecimal-to-decimal/m-p/20149#M18376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a column that has number in the format of 0x1, 0x5, 0xe - how do I convert these hexadecimal to decimal?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 07:01:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hexadecimal-to-decimal/m-p/20149#M18376</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2016-08-29T07:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hexadecimal to decimal</title>
      <link>https://community.jmp.com/t5/Discussions/Hexadecimal-to-decimal/m-p/20150#M18377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just change the column data type to numeric (works in JMP 12, maybe earlier versions too).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to keep the hex column as strings for reference you could create a numerical column with the simple formula&lt;SPAN style="font-family: Courier; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier; font-size: 10pt; color: #032ce4;"&gt;Num&lt;/SPAN&gt;&lt;STRONG style="font-family: Courier; font-size: 10pt;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier; font-size: 10pt; color: #011993;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier; font-size: 10pt;"&gt;hexcol&lt;/SPAN&gt;&lt;STRONG style="font-family: Courier; font-size: 10pt;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it does not work try this formula (change "hexcol" to the name of you column):&lt;/P&gt;&lt;P style="margin: 0px; line-height: normal; font-family: Courier; color: #032ce4;"&gt;Hex To Number&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;Substr&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;hexcol&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 07:46:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hexadecimal-to-decimal/m-p/20150#M18377</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2016-08-29T07:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hexadecimal to decimal</title>
      <link>https://community.jmp.com/t5/Discussions/Hexadecimal-to-decimal/m-p/20151#M18378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first two do not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last formula works.&lt;/P&gt;&lt;P&gt;That was the first thing I tried to do , but it did not like tha input arguments.&lt;/P&gt;&lt;P&gt;I tried using Munger, but looks like Substr is the right way to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 08:00:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hexadecimal-to-decimal/m-p/20151#M18378</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2016-08-29T08:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hexadecimal to decimal</title>
      <link>https://community.jmp.com/t5/Discussions/Hexadecimal-to-decimal/m-p/20152#M18379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In JMP 12.2 for Mac I can just type for example &lt;EM&gt;0x1e4&lt;/EM&gt; in a numeric column and it will automatically transform into a decimal number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tried doing the same in JMP 12.01 for Windows but it did not work, which may explain why my first two suggestions did not work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably a unix only thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 12:07:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hexadecimal-to-decimal/m-p/20152#M18379</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2016-08-29T12:07:00Z</dc:date>
    </item>
  </channel>
</rss>

