<?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: Replacing Values with Empty Value in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Replacing-Values-with-Empty-Value/m-p/41648#M24289</link>
    <description>&lt;P&gt;And the column it's importing to is&lt;/P&gt;&lt;P&gt;Data Type: Numeric&lt;/P&gt;&lt;P&gt;Modeling Type: Continuous&lt;/P&gt;&lt;P&gt;Format: ddMonyyy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dates from the Excel sheet are entered as: dd-Mon-yyyy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2017 15:02:45 GMT</pubDate>
    <dc:creator>rfeick</dc:creator>
    <dc:date>2017-07-07T15:02:45Z</dc:date>
    <item>
      <title>Replacing Values with Empty Value</title>
      <link>https://community.jmp.com/t5/Discussions/Replacing-Values-with-Empty-Value/m-p/41642#M24284</link>
      <description>&lt;P&gt;I have a script that is based on an imported excel table. I do not have the ability to change anything in the Excel table and have to do all data manipulation and analysis through JMP. The point of the script is to calculate days between dates entered to track project phases. Some of the dates are importing incorrectly as 31Dec1899 based on the way the formula is set up in the Excel sheet and there are also times when a dash is used to denote an not applicable value. I would like to modify these values to be empty/blank with the "." as if nothing had been entered. Is there&amp;nbsp; a way to do this? I have tried using match, substitute, and an if statement, but nothing seems to work. Is there a way to do this?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 14:28:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Replacing-Values-with-Empty-Value/m-p/41642#M24284</guid>
      <dc:creator>rfeick</dc:creator>
      <dc:date>2017-07-07T14:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Values with Empty Value</title>
      <link>https://community.jmp.com/t5/Discussions/Replacing-Values-with-Empty-Value/m-p/41644#M24285</link>
      <description>&lt;P&gt;How does this variable come in to a data table? What does the column look like where you have valid dates and this invalid date?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 14:42:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Replacing-Values-with-Empty-Value/m-p/41644#M24285</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-07-07T14:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Values with Empty Value</title>
      <link>https://community.jmp.com/t5/Discussions/Replacing-Values-with-Empty-Value/m-p/41645#M24286</link>
      <description>&lt;P&gt;When the date is populating as 31Dec1899 it is coming from blank cells in the corresponding column in the Excel sheet. The ones with the dashes are entered as dashes in the Excel sheet.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 14:52:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Replacing-Values-with-Empty-Value/m-p/41645#M24286</guid>
      <dc:creator>rfeick</dc:creator>
      <dc:date>2017-07-07T14:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Values with Empty Value</title>
      <link>https://community.jmp.com/t5/Discussions/Replacing-Values-with-Empty-Value/m-p/41646#M24287</link>
      <description>&lt;P&gt;Here's the script section I'm using to import the file.&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;NS = &lt;/FONT&gt;&lt;FONT color="#0000dd" face="Consolas" size="2"&gt;Open&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;(&lt;/FONT&gt;&lt;FONT color="#800080" face="Consolas" size="2"&gt;"File Path Here"&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Worksheets( &lt;/FONT&gt;&lt;FONT color="#800080" face="Consolas" size="2"&gt;"PEN Status Log"&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Use for all sheets( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Concatenate Worksheets( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;0&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Create Concatenation Column( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;0&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Worksheet Settings&lt;/FONT&gt;(&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Has Column Headers( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Number of Rows in Headers( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Headers Start on Row( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;3&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Data Starts on Row( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;4&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Data Starts on Column( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Data Ends on Row( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;0&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Data Ends on Column( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;0&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Replicated Spanned Rows( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Replicated Spanned Headers( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;0&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Suppress Hidden Rows( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;0&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Suppress Hidden Columns( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;0&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Suppress Empty Columns( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Treat as Hierarchy( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;0&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Multiple Series Stack( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;0&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Import Cell Colors( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Limit Column Detect( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;0&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Column Separator String( &lt;/FONT&gt;&lt;FONT color="#800080" face="Consolas" size="2"&gt;"-"&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; )&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 14:53:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Replacing-Values-with-Empty-Value/m-p/41646#M24287</guid>
      <dc:creator>rfeick</dc:creator>
      <dc:date>2017-07-07T14:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Values with Empty Value</title>
      <link>https://community.jmp.com/t5/Discussions/Replacing-Values-with-Empty-Value/m-p/41648#M24289</link>
      <description>&lt;P&gt;And the column it's importing to is&lt;/P&gt;&lt;P&gt;Data Type: Numeric&lt;/P&gt;&lt;P&gt;Modeling Type: Continuous&lt;/P&gt;&lt;P&gt;Format: ddMonyyy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dates from the Excel sheet are entered as: dd-Mon-yyyy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 15:02:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Replacing-Values-with-Empty-Value/m-p/41648#M24289</guid>
      <dc:creator>rfeick</dc:creator>
      <dc:date>2017-07-07T15:02:45Z</dc:date>
    </item>
  </channel>
</rss>

