<?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: count unique in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/362499#M61235</link>
    <description>&lt;P&gt;I am unsure of how to use Tabulate to do this, but if you're open to using another platform, this is really easy to do using the JMP Query Builder:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Select Tables &amp;gt; JMP Query Builder from the main menu.&lt;/P&gt;
&lt;P&gt;2) In the ensuing window, click the "Build Query" button, located in the window's lower right corner.&lt;/P&gt;
&lt;P&gt;3) In the ensuing window:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Double-click on the product column, casting it into the "included columns" pane.&lt;/LI&gt;
&lt;LI&gt;Double-click on the individual ID column, casting it into the "included columns" pane.&lt;/LI&gt;
&lt;LI&gt;Right-click on the t1.product column, now in the "included columns" pane, and select "Order By".&lt;/LI&gt;
&lt;LI&gt;From the drop-down menu in the t1.individualID column's Aggregation field in the "included columns" pane, select Count DISTINCT.&lt;/LI&gt;
&lt;LI&gt;At the bottom of the window, click "Run Query", producing a table with what I believe you are after. (?)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Brady&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2021 04:11:29 GMT</pubDate>
    <dc:creator>brady_brady</dc:creator>
    <dc:date>2021-02-25T04:11:29Z</dc:date>
    <item>
      <title>count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/362458#M61231</link>
      <description>&lt;P&gt;Hi, I have a table with transaction data like the below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;transactionID, individualID, product&lt;/P&gt;&lt;P&gt;1, a, apple&lt;/P&gt;&lt;P&gt;2, a, orange&lt;/P&gt;&lt;P&gt;3, b, apple&lt;/P&gt;&lt;P&gt;4, b, banana&lt;/P&gt;&lt;P&gt;5, c, orange&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do in tabulate, not using script, to count how many unique individualID by product.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how to do this?&lt;/P&gt;&lt;P&gt;I can do summary table using individualID and product first, and then do a tabulate on it to get the uniqueID count by product, but this is 2 steps. Wondering is there a way we can do it in tabulate just one step cause i constantly need to do this for many different groups?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:26:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/362458#M61231</guid>
      <dc:creator>joann</dc:creator>
      <dc:date>2023-06-10T23:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/362499#M61235</link>
      <description>&lt;P&gt;I am unsure of how to use Tabulate to do this, but if you're open to using another platform, this is really easy to do using the JMP Query Builder:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Select Tables &amp;gt; JMP Query Builder from the main menu.&lt;/P&gt;
&lt;P&gt;2) In the ensuing window, click the "Build Query" button, located in the window's lower right corner.&lt;/P&gt;
&lt;P&gt;3) In the ensuing window:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Double-click on the product column, casting it into the "included columns" pane.&lt;/LI&gt;
&lt;LI&gt;Double-click on the individual ID column, casting it into the "included columns" pane.&lt;/LI&gt;
&lt;LI&gt;Right-click on the t1.product column, now in the "included columns" pane, and select "Order By".&lt;/LI&gt;
&lt;LI&gt;From the drop-down menu in the t1.individualID column's Aggregation field in the "included columns" pane, select Count DISTINCT.&lt;/LI&gt;
&lt;LI&gt;At the bottom of the window, click "Run Query", producing a table with what I believe you are after. (?)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Brady&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 04:11:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/362499#M61235</guid>
      <dc:creator>brady_brady</dc:creator>
      <dc:date>2021-02-25T04:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/362545#M61238</link>
      <description>&lt;P&gt;It seems like Tabulate platform doesn't behave nicely with Character datatype for analysis. You could change individualID to numeric (recode or create formula to new column) and then use tabulate:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1614236317094.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30693i293107847BFC2C17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1614236317094.png" alt="jthi_0-1614236317094.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 06:59:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/362545#M61238</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-02-25T06:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/362636#M61243</link>
      <description>&lt;P&gt;One more option is to calculate that in your original data table using a column with the col sum() function with a 'by' variable, but referencing the number 1 instead of a column, which turns it into a 'count' function.&amp;nbsp; If you need it in the tabulate or table format, you could then tabulate using an average or median:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_0-1614260131880.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30695iCC7F1AF8879D629E/image-size/large?v=v2&amp;amp;px=999" role="button" title="ih_0-1614260131880.png" alt="ih_0-1614260131880.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 13:37:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/362636#M61243</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2021-02-25T13:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/362828#M61254</link>
      <description>&lt;P&gt;Thank you so much Brady!&lt;/P&gt;&lt;P&gt;Never used this query builder and it's super powerful!&lt;/P&gt;&lt;P&gt;I just tried taking 2 source tables and did query, and it's so smart that it matched the individual ID on its own and returned the correct unique counts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 questions to the query builder:&lt;/P&gt;&lt;P&gt;1. I could see 3 green triangles as attached after I ran the above query. To re-run the same query with updated data, which triangles should I use?&lt;/P&gt;&lt;P class="p1"&gt;2. If I have many different queries, how do I store them in one place, and then later when I got the latest data, to apply the queries on it again?&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 20:21:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/362828#M61254</guid>
      <dc:creator>joann</dc:creator>
      <dc:date>2021-02-25T20:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/362831#M61255</link>
      <description>Thank you! This is good and quick way as well!</description>
      <pubDate>Thu, 25 Feb 2021 20:25:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/362831#M61255</guid>
      <dc:creator>joann</dc:creator>
      <dc:date>2021-02-25T20:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/362833#M61256</link>
      <description>Thank you! I just tried and it works! never thought I can use col sum to achieve this. Smart!</description>
      <pubDate>Thu, 25 Feb 2021 20:27:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/362833#M61256</guid>
      <dc:creator>joann</dc:creator>
      <dc:date>2021-02-25T20:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/362840#M61259</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I could see 3 green triangles as attached after I ran the above query. To re-run the same query with updated data, which triangles should I use?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It depends... The "Source" script produces a new table when run, while the "Update From Database" script refreshes the present table (i.e., without creating a new table.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: A handy feature of JMP data tables is that if you name a script "On Open", it will run whenever the JMP data table containing it is opened. So, you can rename the "Update from Database" script to "On Open" to assure that you're always starting off with updated results. Of course, this script can still be run whenever you wish, by clicking the green arrow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If I have many different queries, how do I store them in one place, and then later when I got the latest data, to apply the queries on it again?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are several ways to address this, I'll offer a couple of the easiest.&lt;/P&gt;
&lt;P&gt;- You could use the "On Open" trick mentioned above if you have simple queries with no derivative dependencies. (i.e., no single query needs to be run prior to any other, to obtain correct results for its table)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- You could create a "master" script, by copying + pasting each of the scripts into it. The order may or may not matter, depending on your situation, and you may need to insert controls into the script to make sure results from prior queries are finished before proceeding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've not had to do much of this in practice, so it might be worthwhile to ask the community this question in a new discussion, to see what are actually the most popular approaches "in the field", and why.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Brady&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 21:29:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/362840#M61259</guid>
      <dc:creator>brady_brady</dc:creator>
      <dc:date>2021-02-25T21:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/364173#M61379</link>
      <description>Thank you so much Brady! These are really great knowledge and I'll practice each of them! Really appreciate the help!</description>
      <pubDate>Mon, 01 Mar 2021 23:05:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/364173#M61379</guid>
      <dc:creator>joann</dc:creator>
      <dc:date>2021-03-01T23:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/364182#M61381</link>
      <description>&lt;P&gt;Yet another option: you could also make a summary column right in the tabulate function:&lt;/P&gt;
&lt;DIV id="tinyMceEditorih_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_2-1614640359705.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30862i1B4149E7040373E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_2-1614640359705.png" alt="ih_2-1614640359705.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_3-1614640401921.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30863i0A41A3FF38BE8A32/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_3-1614640401921.png" alt="ih_3-1614640401921.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_4-1614640437163.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30864iBDC84A746FB665EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_4-1614640437163.png" alt="ih_4-1614640437163.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_5-1614640623600.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30865i9736ABEFD03DECA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_5-1614640623600.png" alt="ih_5-1614640623600.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here(1);

dt = Open("$Sample_data/big class.jmp");

dt &amp;lt;&amp;lt; Tabulate(
	Show Control Panel( 0 ),
	Add Table(
		Column Table(
			Analysis Columns(
				Transform Column( "Age Count", Formula( Col Sum( 1, :age ) ) )
			),
			Statistics( Mean )
		),
		Row Table( Grouping Columns( :age ) )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditorih_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 23:18:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/364182#M61381</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2021-03-01T23:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/522296#M74716</link>
      <description>&lt;P&gt;Thank you very much. This is the most efficient way to generate table results for counting unique values and proportions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 06:33:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/522296#M74716</guid>
      <dc:creator>WJ</dc:creator>
      <dc:date>2022-07-17T06:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/592337#M79638</link>
      <description>&lt;P&gt;Is there a shortcut for&amp;nbsp;&lt;STRONG&gt;N categories&lt;/STRONG&gt; or &lt;STRONG&gt;count unique&lt;/STRONG&gt; in the right click New Formula Column menu?&lt;BR /&gt;I guess there is one (as it is needed so often), but I couldn't find it - what's the name?&lt;BR /&gt;&lt;BR /&gt;NB: not all of the replies here referred to&amp;nbsp;&lt;STRONG&gt;N categories&lt;/STRONG&gt; or &lt;STRONG&gt;count unique&amp;nbsp; &lt;/STRONG&gt;- some are more like &lt;STRONG&gt;N rows per unique entry&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 22:21:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/592337#M79638</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-01-23T22:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/592347#M79642</link>
      <description>&lt;P&gt;&lt;STRIKE&gt;There is not a right click solution to this issue, as far as I know.&lt;/STRIKE&gt;&amp;nbsp; The old school way that I approach this is:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Summarize( bygroup = by( :age ) );
UniqueCount = N Items( bygroup );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 01:11:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/592347#M79642</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-01-24T01:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/592349#M79643</link>
      <description>&lt;P&gt;Thanks Jim :)&lt;/img&gt;&lt;BR /&gt;&lt;BR /&gt;For my application I need a function which uses the &lt;STRONG&gt;Group By&lt;/STRONG&gt; option of the right click &lt;STRONG&gt;New formula Column&lt;/STRONG&gt; menu to calculate and distribute the respective values - similar to &lt;STRONG&gt;Col Number (Count)&lt;/STRONG&gt;, but just counting unique/distinct entries.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1674516800800.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49362iA263A4212C7CC743/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1674516800800.png" alt="hogi_0-1674516800800.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There is nothing like&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;N categories(column, bygroups)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;- or a an option &lt;STRONG&gt;just count unique values&lt;/STRONG&gt; for the &lt;STRONG&gt;Col Number&lt;/STRONG&gt; function?&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Big-Class&lt;/STRONG&gt; application case:&lt;BR /&gt;A user want to calculate the percentage of age groups, with mean height &amp;gt; 60, separately for male and female. Then&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;N categories&lt;/STRONG&gt; could be a nice way to do this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;PercentTallAgeGroups = N Categories(if(Col Mean(:height,:age, :sex) &amp;gt; 60,:age, .), :sex) / N Categories(:age, :sex)*100&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;More reasonable application cases:&lt;BR /&gt;- ratio of defects per measured wafer for several lots (for a data set with chip-fine data)&lt;/P&gt;&lt;P&gt;- ratio of cities with &amp;gt;0.1% Covid mortality for several countries&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Workaround:&lt;/P&gt;&lt;P&gt;Generate a Summary Table with the needed&amp;nbsp;&lt;STRONG&gt;by groups&lt;/STRONG&gt; and merge it back into the main table.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 17:49:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/592349#M79643</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-01-24T17:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/638419#M83623</link>
      <description>&lt;P&gt;&lt;SPAN&gt;If other users are interested as well to have N Categories not just in the Tables/Summary Platform, but also via JSL ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; - here is the wish:&lt;BR /&gt;&lt;LI-MESSAGE title="new JSL function: Col N Categories" uid="592610" url="https://community.jmp.com/t5/JMP-Wish-List/new-JSL-function-Col-N-Categories/m-p/592610#U592610" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 13:09:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/638419#M83623</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-27T13:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: count unique</title>
      <link>https://community.jmp.com/t5/Discussions/count-unique/m-p/691858#M87761</link>
      <description>&lt;P&gt;similar discussion: &lt;FONT face="courier new,courier"&gt;count unique&lt;/FONT&gt; with groupBy:&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/Discussions/Add-Counter-for-Unique-Cases-in-Groups/m-p/691831/highlight/true#M87756" target="_blank"&gt;https://community.jmp.com/t5/Discussions/Add-Counter-for-Unique-Cases-in-Groups/m-p/691831/highlight/true#M87756&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2023 22:32:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/count-unique/m-p/691858#M87761</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-10-29T22:32:37Z</dc:date>
    </item>
  </channel>
</rss>

