<?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: How to select and repalce duplicates with blanks from one column based on duplicates in another column? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-select-and-repalce-duplicates-with-blanks-from-one-column/m-p/683445#M86893</link>
    <description>&lt;P&gt;If your data is numeric how it goes from capital letters to non-capital ones? And is the repetition same in same data set or can it change between the values?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Oct 2023 15:36:16 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-10-03T15:36:16Z</dc:date>
    <item>
      <title>How to select and repalce duplicates with blanks from one column based on duplicates in another column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-and-repalce-duplicates-with-blanks-from-one-column/m-p/683427#M86891</link>
      <description>&lt;P&gt;Lets say I have two column data. First column with English alphabets appearing sequentially in Capital case (A--&amp;gt; Z), with each alphabet appearing say 7 times before the next. The second column has the same repetition but in small case (a--z). I want keep only one entry for the small case letter in the second column for each Capital letter in column 1. Rest of the entries in second column I want to set as blanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(In my actual data the repetition is not fixed to 7 times and is variable. Also, my data is numerical and not character)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to achieve this via JSL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Column 2 result" is what I want in "Column 2"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Neo_0-1696346824142.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57184iCFB880A4C88D523A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Neo_0-1696346824142.png" alt="Neo_0-1696346824142.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 15:30:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-and-repalce-duplicates-with-blanks-from-one-column/m-p/683427#M86891</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-10-03T15:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to select and repalce duplicates with blanks from one column based on duplicates in another column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-and-repalce-duplicates-with-blanks-from-one-column/m-p/683445#M86893</link>
      <description>&lt;P&gt;If your data is numeric how it goes from capital letters to non-capital ones? And is the repetition same in same data set or can it change between the values?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 15:36:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-and-repalce-duplicates-with-blanks-from-one-column/m-p/683445#M86893</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-10-03T15:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to select and repalce duplicates with blanks from one column based on duplicates in another column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-and-repalce-duplicates-with-blanks-from-one-column/m-p/683466#M86895</link>
      <description>&lt;P&gt;If I am understanding what you want, I believe the solution is&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=current data table();
dt &amp;lt;&amp;lt; new column("result",
	formula(
		if(row()==1 | :column 1 != lag(:column 1), :column 2)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Oct 2023 15:57:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-and-repalce-duplicates-with-blanks-from-one-column/m-p/683466#M86895</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-10-03T15:57:05Z</dc:date>
    </item>
  </channel>
</rss>

