<?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 Difference despite same numbers... in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Difference-despite-same-numbers/m-p/684873#M87086</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today I have a non-understanding question.&lt;/P&gt;&lt;P&gt;I have 2 columns of products prices. I wanted to check that same numbers are the same in the 2 columns so I created a formula column with the formula&amp;nbsp;&lt;/P&gt;&lt;P&gt;If( :"Mean(Final Price)"n != :prixLot / 100,&lt;BR /&gt;"Yes",&lt;BR /&gt;"No"&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if same number was in the 2 columns (exactly the same including decimals) then the formula returned me a "Yes".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I did difference column:&amp;nbsp;:Prix Lot - :"Mean(Final Price)"n&lt;/P&gt;&lt;P&gt;and I have indeed difference. See image attach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How this could be possible? Does anyone can help me please?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mgerusdurand_0-1696845295003.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57296i6D8CE448B5537EB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mgerusdurand_0-1696845295003.png" alt="mgerusdurand_0-1696845295003.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What am I missing here????&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;/P&gt;</description>
    <pubDate>Mon, 09 Oct 2023 09:55:38 GMT</pubDate>
    <dc:creator>mgerusdurand</dc:creator>
    <dc:date>2023-10-09T09:55:38Z</dc:date>
    <item>
      <title>Difference despite same numbers...</title>
      <link>https://community.jmp.com/t5/Discussions/Difference-despite-same-numbers/m-p/684873#M87086</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today I have a non-understanding question.&lt;/P&gt;&lt;P&gt;I have 2 columns of products prices. I wanted to check that same numbers are the same in the 2 columns so I created a formula column with the formula&amp;nbsp;&lt;/P&gt;&lt;P&gt;If( :"Mean(Final Price)"n != :prixLot / 100,&lt;BR /&gt;"Yes",&lt;BR /&gt;"No"&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if same number was in the 2 columns (exactly the same including decimals) then the formula returned me a "Yes".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I did difference column:&amp;nbsp;:Prix Lot - :"Mean(Final Price)"n&lt;/P&gt;&lt;P&gt;and I have indeed difference. See image attach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How this could be possible? Does anyone can help me please?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mgerusdurand_0-1696845295003.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57296i6D8CE448B5537EB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mgerusdurand_0-1696845295003.png" alt="mgerusdurand_0-1696845295003.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What am I missing here????&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 09:55:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Difference-despite-same-numbers/m-p/684873#M87086</guid>
      <dc:creator>mgerusdurand</dc:creator>
      <dc:date>2023-10-09T09:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Difference despite same numbers...</title>
      <link>https://community.jmp.com/t5/Discussions/Difference-despite-same-numbers/m-p/684887#M87088</link>
      <description>&lt;P&gt;Floating point math most likely &lt;A href="https://0.30000000000000004.com/" target="_blank" rel="noopener"&gt;Floating Point Math (https://0.30000000000000004.com/)&lt;/A&gt;. One option is to round the values to same decimal before performing the comparison (add more decimals to your columns and you might be able to see what is going on, you might also have to increase the width of column from column properties).&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 10:35:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Difference-despite-same-numbers/m-p/684887#M87088</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-10-09T10:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Difference despite same numbers...</title>
      <link>https://community.jmp.com/t5/Discussions/Difference-despite-same-numbers/m-p/684918#M87090</link>
      <description>&lt;P&gt;Thanks Jarmo,&lt;BR /&gt;&lt;BR /&gt;It is actually that. I forget that I did a mean and didn't change the format so JMP is keeping the whole mean not truncated. It is now working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;An easy one but I couldn't figure out on monday morning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 12:10:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Difference-despite-same-numbers/m-p/684918#M87090</guid>
      <dc:creator>mgerusdurand</dc:creator>
      <dc:date>2023-10-09T12:10:22Z</dc:date>
    </item>
  </channel>
</rss>

