<?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: getting matched entries from 3 different columns in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/getting-matched-entries-from-3-different-columns/m-p/773094#M95391</link>
    <description>&lt;P&gt;I think you could use just&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:mri1dt_0 | :ct1dt_0 | :us1dt_0&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;but to be a bit more sure I would add Is Missing there. With that you can then do many different types of comparisons, below is one using ! (not) and &amp;amp; (and)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;!(Is Missing(:mri1dt_0) &amp;amp; Is Missing(:ct1dt_0) &amp;amp; Is Missing(:us1dt_0))&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1721061175756.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66169i0FCFC0B919FDEAA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1721061175756.png" alt="jthi_0-1721061175756.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you want to have Yes / No, you could use If statement OR value labels column property&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1721061315053.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66171iCF863E1EC657221B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1721061315053.png" alt="jthi_1-1721061315053.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1721061337496.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66172iF096D5CC57DAF7FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1721061337496.png" alt="jthi_2-1721061337496.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2024 16:36:05 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-07-15T16:36:05Z</dc:date>
    <item>
      <title>getting matched entries from 3 different columns</title>
      <link>https://community.jmp.com/t5/Discussions/getting-matched-entries-from-3-different-columns/m-p/773056#M95387</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 3 columns with dates of different types imaging tests done in a timeframe.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to see if an individual had done AT LEAST 1 of the 3 different methods in this timeframe.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example: I have entries for US, CT and MRI at baseline. An individual could have done US and MRI = yes at least 1 method.&amp;nbsp; If the person did not have done any imaging test, it would be = no for at least 1 method.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;But I'm not finding an easy way to understand how to compile this information in 1 single column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 15:41:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/getting-matched-entries-from-3-different-columns/m-p/773056#M95387</guid>
      <dc:creator>axm8717</dc:creator>
      <dc:date>2024-07-15T15:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: getting matched entries from 3 different columns</title>
      <link>https://community.jmp.com/t5/Discussions/getting-matched-entries-from-3-different-columns/m-p/773066#M95388</link>
      <description>&lt;P&gt;Can you provide a small example of how your data is formatted?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 15:52:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/getting-matched-entries-from-3-different-columns/m-p/773066#M95388</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-15T15:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: getting matched entries from 3 different columns</title>
      <link>https://community.jmp.com/t5/Discussions/getting-matched-entries-from-3-different-columns/m-p/773076#M95390</link>
      <description>&lt;P&gt;Here you go.&lt;/P&gt;&lt;P&gt;I want to create a column that represents the rows that has at least 1 entry in columns of mri, ct and us.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 16:26:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/getting-matched-entries-from-3-different-columns/m-p/773076#M95390</guid>
      <dc:creator>axm8717</dc:creator>
      <dc:date>2024-07-15T16:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: getting matched entries from 3 different columns</title>
      <link>https://community.jmp.com/t5/Discussions/getting-matched-entries-from-3-different-columns/m-p/773094#M95391</link>
      <description>&lt;P&gt;I think you could use just&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:mri1dt_0 | :ct1dt_0 | :us1dt_0&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;but to be a bit more sure I would add Is Missing there. With that you can then do many different types of comparisons, below is one using ! (not) and &amp;amp; (and)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;!(Is Missing(:mri1dt_0) &amp;amp; Is Missing(:ct1dt_0) &amp;amp; Is Missing(:us1dt_0))&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1721061175756.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66169i0FCFC0B919FDEAA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1721061175756.png" alt="jthi_0-1721061175756.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you want to have Yes / No, you could use If statement OR value labels column property&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1721061315053.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66171iCF863E1EC657221B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1721061315053.png" alt="jthi_1-1721061315053.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1721061337496.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66172iF096D5CC57DAF7FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1721061337496.png" alt="jthi_2-1721061337496.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 16:36:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/getting-matched-entries-from-3-different-columns/m-p/773094#M95391</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-15T16:36:05Z</dc:date>
    </item>
  </channel>
</rss>

