<?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: Distinct Calculation in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/Distinct-Calculation/m-p/961402#M2779</link>
    <description>Thank you for your response, but i already figured it out.</description>
    <pubDate>Mon, 10 Mar 2025 10:42:47 GMT</pubDate>
    <dc:creator>MJM11111</dc:creator>
    <dc:date>2025-03-10T10:42:47Z</dc:date>
    <item>
      <title>Distinct Calculation</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Distinct-Calculation/m-p/961388#M2777</link>
      <description>&lt;P&gt;Good day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a formula in SAS Visual Analytics, based on the entries as shown below, I want to only sum the 1st entry per Ref number. for example, in the below table we are only looking at Fraud type&amp;nbsp;4. Suspicious, currently the total rand value is&amp;nbsp;3 636 910.90 but it should be&amp;nbsp;1 818 455.45 if I should only calculate based on the 1st line entry.&lt;/P&gt;&lt;P&gt;Fraud Type Fraud Documents Suspicious Avg Principle Debt&lt;BR /&gt;4. Suspicious 4.1.1 Suspicious 290 727.49&lt;BR /&gt;4. Suspicious 4.1.2 False Employer 290 727.49&lt;BR /&gt;4. Suspicious 4.1.2 False Employer 541 537.48&lt;BR /&gt;4. Suspicious 4.1.1 Suspicious 541 537.48&lt;BR /&gt;4. Suspicious 4.1.1 Suspicious 501 207.50&lt;BR /&gt;4. Suspicious 4.1.2 False Employer 501 207.50&lt;BR /&gt;4. Suspicious 4.1.2 False Employer 193 649.49&lt;BR /&gt;4. Suspicious 4.1.1 Suspicious 193 649.49&lt;BR /&gt;4. Suspicious 4.1.1 Suspicious 291 333.49&lt;BR /&gt;4. Suspicious 4.1.2 False Employer 291 333.49&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 07:41:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Distinct-Calculation/m-p/961388#M2777</guid>
      <dc:creator>MJM11111</dc:creator>
      <dc:date>2025-03-10T07:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Calculation</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Distinct-Calculation/m-p/961400#M2778</link>
      <description>&lt;P&gt;What is a "ref number"? I don't see anything in what looks like example data that is called "ref number". So as a very minimum you need to describe how we are to recognize a "ref number" and then describe how we are to tell what the "first entry per Ref number" might be.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Very likely this will involve two steps. First adding a calculated value that indicates it is the "first entry per Ref number". Then use that calculated variable to be part of a grouping.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 10:06:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Distinct-Calculation/m-p/961400#M2778</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2025-03-10T10:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Calculation</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Distinct-Calculation/m-p/961402#M2779</link>
      <description>Thank you for your response, but i already figured it out.</description>
      <pubDate>Mon, 10 Mar 2025 10:42:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Distinct-Calculation/m-p/961402#M2779</guid>
      <dc:creator>MJM11111</dc:creator>
      <dc:date>2025-03-10T10:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Calculation</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Distinct-Calculation/m-p/961403#M2780</link>
      <description>Thank you for the response. I have already found the solution .</description>
      <pubDate>Mon, 10 Mar 2025 10:43:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Distinct-Calculation/m-p/961403#M2780</guid>
      <dc:creator>MJM11111</dc:creator>
      <dc:date>2025-03-10T10:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Calculation</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Distinct-Calculation/m-p/963531#M2818</link>
      <description>&lt;P&gt;I faced a similar issue while working with data for my Stardew Valley APK site—making sure only unique user sessions were counted. Hope this helps!&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2025 14:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Distinct-Calculation/m-p/963531#M2818</guid>
      <dc:creator>DataCruncherX</dc:creator>
      <dc:date>2025-04-05T14:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Calculation</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Distinct-Calculation/m-p/963532#M2819</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/445685"&gt;@MJM11111&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thank you for the response. I have already found the solution .&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/445685"&gt;@MJM11111&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;please share the solution with us. We would like to know. And it might help others in the same or similar situation.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2025 15:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Distinct-Calculation/m-p/963532#M2819</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2025-04-05T15:21:43Z</dc:date>
    </item>
  </channel>
</rss>

