<?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: JMP Alert: Column &amp;quot;Column Name&amp;quot; requires numeric values{4} in access or evaluation of in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82442#M37150</link>
    <description>&lt;P&gt;I'm trying to post the .jmp file but it keeps rejecting my post.&amp;nbsp; &lt;EM&gt;"The contents of the attachment doesn't match its file type."&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Nov 2018 19:05:06 GMT</pubDate>
    <dc:creator>BSwid</dc:creator>
    <dc:date>2018-11-02T19:05:06Z</dc:date>
    <item>
      <title>JMP Alert: Column "Column Name" requires numeric values{4} in access or evaluation of 'Bad Argument'</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82336#M37116</link>
      <description>&lt;P&gt;I am trying to do a an if statement and am getting the error&amp;nbsp;&lt;STRONG&gt;JMP Alert: Column "Column Name" requires numeric values{4} in access or evaluation of 'Bad Argument'&amp;nbsp;&lt;/STRONG&gt;where "Column Name" is the name of the column with the formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Careful, my input column name looks like a formula but it's a column name.&amp;nbsp; The input column is Numeric, continuous.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the formula&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If( Num( Abs( :Name( "(Avg Monthly Demand - SAP Corr Forecast)/SAP Corr Forecast" ) ) ) &amp;gt;= 0.25,
	"Red",
	"Green"
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Here's the input column properties &amp;amp; the error alert.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMP Question column requires numeric values.png" style="width: 652px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14193iC18341424FFCB600/image-size/large?v=v2&amp;amp;px=999" role="button" title="JMP Question column requires numeric values.png" alt="JMP Question column requires numeric values.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMP Question column requires numeric values 2.png" style="width: 362px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14194i69856B1C4236FD31/image-size/large?v=v2&amp;amp;px=999" role="button" title="JMP Question column requires numeric values 2.png" alt="JMP Question column requires numeric values 2.png" /&gt;&lt;/span&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 21:56:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82336#M37116</guid>
      <dc:creator>BSwid</dc:creator>
      <dc:date>2018-11-01T21:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Alert: Column "Column Name" requires numeric values{4} in access or evaluation of</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82343#M37121</link>
      <description>It is not much but you have the NUM statement after the ABS statement, should it be the other way around?</description>
      <pubDate>Fri, 02 Nov 2018 00:37:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82343#M37121</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2018-11-02T00:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Alert: Column "Column Name" requires numeric values{4} in access or evaluation of</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82364#M37131</link>
      <description>&lt;P&gt;I'm not sure we have enough information to help you here. It would help to see a sample of the data table that you're working with, ideally attached as a JMP data table that we could work with. We really only need the columns in question and only enough data to reproduce the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error message references "Column 70". Is that the column that contains the formula with the If() conditional? If so, is it a Numeric column or a Character column? Your formula is returning character values, "Red" and "Green", so it should be a Character column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you don't need the Num() at all in your formula. Because your "(Avg Monthly...)/SAP Corr Forecast" column is numeric the Abs() function should work just fine and returns a numeric value. The Num() function isn't doing anything. I don't think it's hurting anything but it's not necessary.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 13:19:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82364#M37131</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2018-11-02T13:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Alert: Column "Column Name" requires numeric values{4} in access or evaluation of</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82424#M37140</link>
      <description>That is exactly what I was coming to say - I know I occasionally forget to convert a value in a script and get that error.</description>
      <pubDate>Fri, 02 Nov 2018 17:18:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82424#M37140</guid>
      <dc:creator>andersonmj2</dc:creator>
      <dc:date>2018-11-02T17:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Alert: Column "Column Name" requires numeric values{4} in access or evaluation of</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82441#M37149</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;In building the test file it seems that the error might be on an input column.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMP Question column requires numeric values.png" style="width: 746px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14213iB9358D777B0CEEAC/image-size/large?v=v2&amp;amp;px=999" role="button" title="JMP Question column requires numeric values.png" alt="JMP Question column requires numeric values.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 18:58:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82441#M37149</guid>
      <dc:creator>BSwid</dc:creator>
      <dc:date>2018-11-02T18:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Alert: Column "Column Name" requires numeric values{4} in access or evaluation of</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82442#M37150</link>
      <description>&lt;P&gt;I'm trying to post the .jmp file but it keeps rejecting my post.&amp;nbsp; &lt;EM&gt;"The contents of the attachment doesn't match its file type."&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 19:05:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82442#M37150</guid>
      <dc:creator>BSwid</dc:creator>
      <dc:date>2018-11-02T19:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Alert: Column "Column Name" requires numeric values{4} in access or evaluation of</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82445#M37152</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12865"&gt;@BSwid&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Sorry about not being able to upload an attachment with the .JMP file extension.&lt;/P&gt;
&lt;P&gt;We are aware of the issue and working quickly to resolve.&lt;/P&gt;
&lt;P&gt;Until it has been fully resolved you should be&amp;nbsp;able to attach as a csv&amp;nbsp;file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Stan&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 19:15:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Alert-Column-quot-Column-Name-quot-requires-numeric-values-4/m-p/82445#M37152</guid>
      <dc:creator>stan_koprowski</dc:creator>
      <dc:date>2018-11-02T19:15:21Z</dc:date>
    </item>
  </channel>
</rss>

