<?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: Multiple selection answers each seperated by column, how to isolate one answer? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813825#M99556</link>
    <description>&lt;P&gt;Are they numbers or strings? As in are you comparing numbers to strings which would make your comparisons to always fail&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2024 19:57:52 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-11-18T19:57:52Z</dc:date>
    <item>
      <title>Multiple selection answers each seperated by column, how to isolate one answer?</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813765#M99545</link>
      <description>&lt;P&gt;Hello! I have a dataset with columns Q2_1 to Q2_7, each representing different demographic categories. Each row corresponds to a participant's selection of answers. For example, Q2_1 might represent White/Caucasian, Q2_2 might represent Black or African American, and so on. I need to create a new column that indicates if a specific demographic (e.g., White) was selected but another demographic (e.g., Black) was not. How can I accomplish this in my data analysis?&lt;BR /&gt;&lt;BR /&gt;I have been trying this one, but it doesnt work:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-11-18 at 11.47.54 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70348iAAC1F5127854442E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-11-18 at 11.47.54 AM.png" alt="Screenshot 2024-11-18 at 11.47.54 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 16:48:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813765#M99545</guid>
      <dc:creator>SignAntelope698</dc:creator>
      <dc:date>2024-11-18T16:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection answers each seperated by column, how to isolate one answer?</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813775#M99546</link>
      <description>&lt;P&gt;What goes wrong with your implementation? Are your Q columns numeric or character? You are comparing to characters which would indicate that they are character columns. Can you provide small subset of your data?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 17:00:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813775#M99546</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-11-18T17:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection answers each seperated by column, how to isolate one answer?</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813814#M99555</link>
      <description>&lt;P&gt;What is depicted in the picture the recoded columns. They've been recoded as binary values:&lt;BR /&gt;0 means the participant did not select that demographic&lt;BR /&gt;1 means the participant did select that demographic.&lt;BR /&gt;I also have the original columns which contain the full demographic labels as text (e.g., 'White/Caucasian', 'Black or African American').&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 19:20:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813814#M99555</guid>
      <dc:creator>SignAntelope698</dc:creator>
      <dc:date>2024-11-18T19:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection answers each seperated by column, how to isolate one answer?</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813825#M99556</link>
      <description>&lt;P&gt;Are they numbers or strings? As in are you comparing numbers to strings which would make your comparisons to always fail&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 19:57:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813825#M99556</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-11-18T19:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection answers each seperated by column, how to isolate one answer?</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813832#M99558</link>
      <description>&lt;P&gt;To find it out, please open the column manager and check the data type:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1731960657744.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70355iB9E75B46DFAFEE64/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1731960657744.png" alt="hogi_2-1731960657744.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1731960643820.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70354i4741E29ECD52EDFE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1731960643820.png" alt="hogi_1-1731960643820.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;for numeric columns, you have to compare with numbers - without the "&amp;nbsp; "&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 20:11:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813832#M99558</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-11-18T20:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection answers each seperated by column, how to isolate one answer?</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813860#M99560</link>
      <description>&lt;P&gt;Thank you, I tried taking those out since they're numeric but it didn't work.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 21:33:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813860#M99560</guid>
      <dc:creator>SignAntelope698</dc:creator>
      <dc:date>2024-11-18T21:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection answers each seperated by column, how to isolate one answer?</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813865#M99564</link>
      <description>&lt;P&gt;Would you please attach a sample data table.&amp;nbsp; That will really help.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 23:16:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-selection-answers-each-seperated-by-column-how-to/m-p/813865#M99564</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-11-18T23:16:36Z</dc:date>
    </item>
  </channel>
</rss>

