<?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 Calculate Unduplicated FTE for each EMPLID in a Calendar Quarter in SAS Visual Analytics in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-Calculate-Unduplicated-FTE-for-each-EMPLID-in-a-Calendar/m-p/742435#M14936</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you duplicate the date column and apply a Quarter format, you could visualize the data that way. You could also use this Quarter column in a time hierarchy like Year&amp;gt;Quarter&amp;gt;Date that the user could drill into.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use the &lt;A href="https://go.documentation.sas.com/doc/en/vacdc/v_008/vareportdata/p0dovqqp325peyn1dpijpxxmwj83.htm#n0ruvswauohzdon16xr6agekj45w" target="_self"&gt;Period() operator&lt;/A&gt; in a calculated item with an expression like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Period(_Sum_, 'Product Sale'n, _IgnoreAllTimeFrameFilters_,
'Transaction Date'n, _ByQuarter_)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This calculates the sum value for each quarter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 15:09:21 GMT</pubDate>
    <dc:creator>Sam_SAS</dc:creator>
    <dc:date>2021-05-19T15:09:21Z</dc:date>
    <item>
      <title>How to Calculate Unduplicated FTE for each EMPLID in a Calendar Quarter in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-Calculate-Unduplicated-FTE-for-each-EMPLID-in-a-Calendar/m-p/742402#M14935</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am developing a dashboard that require total paid and unpaid FTE in a fiscal year or calendar year quarter.&amp;nbsp; My dataset contains a row for each active employee in a month, meaning that an employee who is active in all three months of a quarter have three rows in the dataset.&amp;nbsp; My calculation only need one active row in a quarter not three.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a sample dataset of three employees (A, B, C) each with FTE of 1 in the first quarter of 2021&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jan - A = 1, B = 1, C = 1&lt;/P&gt;&lt;P&gt;Feb - A = 1, B = 1, C = 1&lt;/P&gt;&lt;P&gt;Mar - B = 1, C = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected total paid FTE for the three employees in first quarter is 3 and not 8.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there's a document that will assist me on this, please direct me to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 14:10:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-Calculate-Unduplicated-FTE-for-each-EMPLID-in-a-Calendar/m-p/742402#M14935</guid>
      <dc:creator>nonuoha</dc:creator>
      <dc:date>2021-05-19T14:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Calculate Unduplicated FTE for each EMPLID in a Calendar Quarter in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-Calculate-Unduplicated-FTE-for-each-EMPLID-in-a-Calendar/m-p/742435#M14936</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you duplicate the date column and apply a Quarter format, you could visualize the data that way. You could also use this Quarter column in a time hierarchy like Year&amp;gt;Quarter&amp;gt;Date that the user could drill into.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use the &lt;A href="https://go.documentation.sas.com/doc/en/vacdc/v_008/vareportdata/p0dovqqp325peyn1dpijpxxmwj83.htm#n0ruvswauohzdon16xr6agekj45w" target="_self"&gt;Period() operator&lt;/A&gt; in a calculated item with an expression like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Period(_Sum_, 'Product Sale'n, _IgnoreAllTimeFrameFilters_,
'Transaction Date'n, _ByQuarter_)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This calculates the sum value for each quarter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 15:09:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-Calculate-Unduplicated-FTE-for-each-EMPLID-in-a-Calendar/m-p/742435#M14936</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2021-05-19T15:09:21Z</dc:date>
    </item>
  </channel>
</rss>

