<?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 Converting mg/dL to mg/L in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Converting-mg-dL-to-mg-L/m-p/216358#M43231</link>
    <description>&lt;P&gt;HI!!!&lt;/P&gt;&lt;P&gt;I have a column and I have some of the measures are in mg/dL&amp;nbsp;the other half in&amp;nbsp;mg/L . How is the best way to convert them?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2019 17:36:36 GMT</pubDate>
    <dc:creator>Batista</dc:creator>
    <dc:date>2019-07-05T17:36:36Z</dc:date>
    <item>
      <title>Converting mg/dL to mg/L</title>
      <link>https://community.jmp.com/t5/Discussions/Converting-mg-dL-to-mg-L/m-p/216358#M43231</link>
      <description>&lt;P&gt;HI!!!&lt;/P&gt;&lt;P&gt;I have a column and I have some of the measures are in mg/dL&amp;nbsp;the other half in&amp;nbsp;mg/L . How is the best way to convert them?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 17:36:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Converting-mg-dL-to-mg-L/m-p/216358#M43231</guid>
      <dc:creator>Batista</dc:creator>
      <dc:date>2019-07-05T17:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Converting mg/dL to mg/L</title>
      <link>https://community.jmp.com/t5/Discussions/Converting-mg-dL-to-mg-L/m-p/216390#M43235</link>
      <description>If you know the exact number of rows with data in mg/dL vs. mg/L, you can create a new column with an "If" statement checking for the "Row()" to be smaller or equal to the threshold row.&lt;BR /&gt;If( Row() &amp;lt;= 50,&lt;BR /&gt;:DATA * 10,&lt;BR /&gt;:DATA&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;If you have a reference column with the Units, the same simple "If" statement can be used as follows&lt;BR /&gt;&lt;BR /&gt;If( UNIT &amp;lt;= "mg/dL",&lt;BR /&gt;:DATA * 10,&lt;BR /&gt;:DATA&lt;BR /&gt;)</description>
      <pubDate>Fri, 05 Jul 2019 18:34:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Converting-mg-dL-to-mg-L/m-p/216390#M43235</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2019-07-05T18:34:49Z</dc:date>
    </item>
  </channel>
</rss>

