<?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 Percentage Rates. in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Percentage-Rates/m-p/566843#M12625</link>
    <description>&lt;P&gt;I have a dataset in SAS VA. One of the fields is "Application Sanctioned" with a Yes or No option. I want to find the sanction rate in one of my crosstabs on SAS VA i.e Total Rows with Application Sanction = YES divided by Total Rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the best way to do this in SAS VA?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be really appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2019 12:42:26 GMT</pubDate>
    <dc:creator>killiangavin</dc:creator>
    <dc:date>2019-06-18T12:42:26Z</dc:date>
    <item>
      <title>Percentage Rates.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Percentage-Rates/m-p/566843#M12625</link>
      <description>&lt;P&gt;I have a dataset in SAS VA. One of the fields is "Application Sanctioned" with a Yes or No option. I want to find the sanction rate in one of my crosstabs on SAS VA i.e Total Rows with Application Sanction = YES divided by Total Rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the best way to do this in SAS VA?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be really appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 12:42:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Percentage-Rates/m-p/566843#M12625</guid>
      <dc:creator>killiangavin</dc:creator>
      <dc:date>2019-06-18T12:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Rates.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Percentage-Rates/m-p/567167#M12629</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;Could this work for you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a calculated item (lets call it "ApSa":&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF '&lt;SPAN&gt;Application Sanctioned'n = 'YES' then return 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ELSE 0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then create a new aggregated measure:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sum [_ByGroup_] ('ApSa'n) / Sum [_ForAll_] ('Frequency'n)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Set format to percent and test it in your cross table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;//Fredrik&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 08:43:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Percentage-Rates/m-p/567167#M12629</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2019-06-19T08:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Rates.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Percentage-Rates/m-p/567168#M12630</link>
      <description>Hi That really looks like it will work,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you some much !!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jun 2019 08:46:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Percentage-Rates/m-p/567168#M12630</guid>
      <dc:creator>killiangavin</dc:creator>
      <dc:date>2019-06-19T08:46:17Z</dc:date>
    </item>
  </channel>
</rss>

