<?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: Formula: check for the presence of a value in a row in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Formula-check-for-the-presence-of-a-value-in-a-row/m-p/927193#M108495</link>
    <description>&lt;P&gt;Instead of using Character strings "True" / "False", would you consider encoding your data as Numeric, 1 / 0? Then the formula you need is simply the product of the columns.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could use Column Properties -&amp;gt; Value Labels to display the numeric 1/0 data entries as True/False.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jan 2026 14:19:25 GMT</pubDate>
    <dc:creator>christian-z</dc:creator>
    <dc:date>2026-01-29T14:19:25Z</dc:date>
    <item>
      <title>Formula: check for the presence of a value in a row</title>
      <link>https://community.jmp.com/t5/Discussions/Formula-check-for-the-presence-of-a-value-in-a-row/m-p/927163#M108493</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a set of columns that can only take the values True of False. I am trying to make a new formula column that would take the value false if any of the column in this row has the value false. Else it would return the value True.&lt;/P&gt;
&lt;P&gt;Could anyone help me with this please? I don't understand how to get an if condition on several values of a row.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 12:52:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Formula-check-for-the-presence-of-a-value-in-a-row/m-p/927163#M108493</guid>
      <dc:creator>RatioWalkCamel3</dc:creator>
      <dc:date>2026-01-29T12:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Formula: check for the presence of a value in a row</title>
      <link>https://community.jmp.com/t5/Discussions/Formula-check-for-the-presence-of-a-value-in-a-row/m-p/927176#M108494</link>
      <description>&lt;P&gt;This column formula will return "False" if any value in the list of columns is "False" and "True" otherwise.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Choose( !Contains( Eval List( {:Column 1, :Column 2, :Column 3, :Column 4} ), "False" ),
	"True",
	"False"
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Jan 2026 13:24:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Formula-check-for-the-presence-of-a-value-in-a-row/m-p/927176#M108494</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2026-01-29T13:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Formula: check for the presence of a value in a row</title>
      <link>https://community.jmp.com/t5/Discussions/Formula-check-for-the-presence-of-a-value-in-a-row/m-p/927193#M108495</link>
      <description>&lt;P&gt;Instead of using Character strings "True" / "False", would you consider encoding your data as Numeric, 1 / 0? Then the formula you need is simply the product of the columns.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could use Column Properties -&amp;gt; Value Labels to display the numeric 1/0 data entries as True/False.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 14:19:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Formula-check-for-the-presence-of-a-value-in-a-row/m-p/927193#M108495</guid>
      <dc:creator>christian-z</dc:creator>
      <dc:date>2026-01-29T14:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Formula: check for the presence of a value in a row</title>
      <link>https://community.jmp.com/t5/Discussions/Formula-check-for-the-presence-of-a-value-in-a-row/m-p/927206#M108496</link>
      <description>&lt;P&gt;Thanks, both work great!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 16:33:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Formula-check-for-the-presence-of-a-value-in-a-row/m-p/927206#M108496</guid>
      <dc:creator>RatioWalkCamel3</dc:creator>
      <dc:date>2026-01-29T16:33:28Z</dc:date>
    </item>
  </channel>
</rss>

