<?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 get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure? in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146367#M347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Skillman, thanks for your reply, but no it doesn't. In the first chart you are only reflecting 1 year's data in the same year column, so you obviously get 100%. In your drill down, the quarterly columns each should add to 100% to be able to compare quarterly rates, but they don't, instead they show the percent each quarter makes up of the total year. This is fine for the totals, but pretty useless for the rows. This gets even worse when you filter for several years..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jan 2015 21:58:21 GMT</pubDate>
    <dc:creator>howardn</dc:creator>
    <dc:date>2015-01-30T21:58:21Z</dc:date>
    <item>
      <title>How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146359#M339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to produce % calculations within a crosstab report element in which each column (in a multiple column report) totals 100%. For instance, if the x-axis is 12-months in 2014 and y-axis is 5 sales groups, I want each month to total 100% for those 5 groups (e.g., in Jan14 G1=10%,G2=20%,G3=30%,G4=35%,G5=5%, Feb14 ... Etc.). All the frequency counts are correct, but the paired % columns for each month represent the percentage of that monthly count divided by the entire year total, and not just for that month (which is what I want). This is something even our SAS Architect couldn't figure out, though it is the simplest thing to do in Excel. Others in this group must have encountered this same problem and I would hope there is a simple solution that does not involve lines of code in the background or a lot of ETL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Howard&lt;/P&gt;&lt;P&gt;SAS VA 7.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 16:42:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146359#M339</guid>
      <dc:creator>howardn</dc:creator>
      <dc:date>2015-01-30T16:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146360#M340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example of what I'm asking about. I want the quarterly Frequency Percent columns to total 100% and each cell within the quarter to be a percentage of that quarter's results and add up to 100%:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="8926" alt="SAS VA Column % issue.png" class="jive-image-thumbnail jive-image" height="262" src="https://communities.sas.com/legacyfs/online/8926_SAS VA Column % issue.png" width="577" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 17:22:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146360#M340</guid>
      <dc:creator>howardn</dc:creator>
      <dc:date>2015-01-30T17:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146361#M341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Howard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you have discovered, column percentages (or row percentage) is not available in the crosstab visualization. I raised this as a feature request in an early VA version. A possible alternative would be coding; to use a stored process with proc tabulate which can produce this report design. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 18:51:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146361#M341</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2015-01-30T18:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146362#M342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michelle,&lt;/P&gt;&lt;P&gt;This is not a problem, it is a product defect.(Apparently not, as there is an excellent solution - hn).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Howard Newstadt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 19:18:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146362#M342</guid>
      <dc:creator>howardn</dc:creator>
      <dc:date>2015-01-30T19:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146363#M343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seriously. This is one of the most basic of measurements that is expected to be made in almost any business environment. For all the very good functionality in VA, the product FAILS on this feature is absent. SAS VA development needs to get it together in a big hurry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Which they apparently have. thanks. hn&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Howard Newstadt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 19:25:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146363#M343</guid>
      <dc:creator>howardn</dc:creator>
      <dc:date>2015-01-30T19:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146364#M344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michelle, thought you were from SAS. Appreciate your reply and the fact that you previous raised this feature request. I am just flabergasted that it has not been addressed by the development team.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 19:33:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146364#M344</guid>
      <dc:creator>howardn</dc:creator>
      <dc:date>2015-01-30T19:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146365#M345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Howard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No problem. I understand your frustration and hopefully this feature becomes a higher priority for the next release. It's wonderful to be able to share our experiences and I hope the feedback from this active community continues to steer future product features. If there are other members that would like this feature or would like to share their work arounds please comment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;MIchelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 20:01:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146365#M345</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2015-01-30T20:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146366#M346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Howard,&lt;/P&gt;&lt;P&gt;If you add Row Totals, in addition to Column Totals would this give you what you are seeking?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample of data with a year, quarter, and month column hierarchy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screenshot1.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8928_screenshot1.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same report with column hierarchy expanded. The total column maintains the % you are looking to see in VA.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screenshot2.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8929_screenshot2.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 20:26:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146366#M346</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-01-30T20:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146367#M347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Skillman, thanks for your reply, but no it doesn't. In the first chart you are only reflecting 1 year's data in the same year column, so you obviously get 100%. In your drill down, the quarterly columns each should add to 100% to be able to compare quarterly rates, but they don't, instead they show the percent each quarter makes up of the total year. This is fine for the totals, but pretty useless for the rows. This gets even worse when you filter for several years..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 21:58:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146367#M347</guid>
      <dc:creator>howardn</dc:creator>
      <dc:date>2015-01-30T21:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146368#M348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Howard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is another alternative to Shawn's that gives you percentages that add up to 100% for each column.&amp;nbsp; If Event Count is a column in your source table, you should be able to do the following steps to get the desired result.&amp;nbsp; If Event Count is an aggregated measure data item that you created in the left data panel, we might need to try another approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you right click on the Event Count column header, you will see &lt;STRONG&gt;Create and Add&lt;/STRONG&gt; in the context menu that pops up.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="VA 7.1 - Percent of Column Total Menu.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8931_VA 7.1 - Percent of Column Total Menu.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;When you choose &lt;STRONG&gt;Percent of Subtotals...,&lt;/STRONG&gt; a window pops up asking you if you want column subtotals and column totals.&amp;nbsp; A column total is essentially a subtotal of the grand total.&amp;nbsp; I didn't have a second category data item on the rows to the right of Facility State, so column subtotals are grayed out in this example.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="VA 7.1 - Percent of Column Total Pop-up.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8932_VA 7.1 - Percent of Column Total Pop-up.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;The result will insert a new column to the right of Event Count that represents the percentage of the column total and the percentages for each column will add up to 100%.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="VA 7.1 - Percent of Column Total Result.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8933_VA 7.1 - Percent of Column Total Result.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;You could shorten the label for that new column heading if that's too long.&amp;nbsp; Just scroll down in the left data panel and find the new derived aggregated measure with this longer name at the bottom.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="VA 7.1 - Rename Percent of Column Total.PNG" class="jive-image" src="https://communities.sas.com/legacyfs/online/8935_VA 7.1 - Rename Percent of Column Total.PNG" /&gt;&lt;/P&gt;&lt;P&gt;Howard, I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick Styll&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 22:32:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146368#M348</guid>
      <dc:creator>RickStyll_SAS</dc:creator>
      <dc:date>2015-01-30T22:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146369#M349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick, Thank you. that worked!!! I take back everything I said about the developers. Not I'll have to teach the engineer how to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 22:43:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146369#M349</guid>
      <dc:creator>howardn</dc:creator>
      <dc:date>2015-01-30T22:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146370#M350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the walk through response &lt;A __default_attr="815215" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;. I wasn't aware of the Percent of Subtotals aggregation. Great to see!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 23:41:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146370#M350</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2015-01-30T23:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146371#M351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick, We do have some reports with only aggregrated % measure columns. So, if you can get me that other approach you mentioned for totalling an aggregated %measure sub-column, it will save redesigning the layout on some reports. This is a great feature though, in what version was it first introduced?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On second thought, I went back and added the second column with the aggregate and did away with all the % only elements. They are another managers reports, so I'll have to see how he likes them, otherwise I'll be looking for the aggregate column only solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great suggestion on the name change as it saves a lot of column space. Also, once I make the name change to the new aggregate in the left hand data set, I just pull it over if I have an empty column or substitute it, if I have to create the new aggregate (then delete that one from the data column). We're cooking with gas now.&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Howard&lt;/P&gt;&lt;P&gt;PA Patient Safety Authority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Howard Newstadt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 23:41:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146371#M351</guid>
      <dc:creator>howardn</dc:creator>
      <dc:date>2015-01-30T23:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entire (year) measure?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146372#M352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Howard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was curious to see when this feature was added too. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; I discovered it came in SAS Visual Analytics 6.2. It's mentioned in the &lt;A href="http://support.sas.com/documentation/cdl/en/vaug/66223/HTML/default/viewer.htm#vaugwhatsnew62.htm" title="http://support.sas.com/documentation/cdl/en/vaug/66223/HTML/default/viewer.htm#vaugwhatsnew62.htm"&gt;SAS(R) Visual Analytics 6.2: User's Guide - What's new section&lt;/A&gt; under &lt;STRONG&gt;Report Enhanced Objects&lt;/STRONG&gt; for the crosstab object.&amp;nbsp; There is further documentation on Percent of Subtotals at bottom of the page &lt;A href="http://support.sas.com/documentation/cdl/en/vaug/66223/HTML/default/viewer.htm#n1615gve82xa0gn12zw1w609e4uh.htm" title="http://support.sas.com/documentation/cdl/en/vaug/66223/HTML/default/viewer.htm#n1615gve82xa0gn12zw1w609e4uh.htm"&gt;SAS(R) Visual Analytics 6.2: User's Guide - Percent of Subtotals in CrossTab&lt;/A&gt;&amp;nbsp; I guess my feature request made it into the product. I didn't know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 09:39:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/146372#M352</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2015-01-31T09:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get crosstab columns (monthly) to total 100%, instead of as a sub-percentage of the entir</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/270788#M4224</link>
      <description>&lt;P&gt;Hi Rick, in your orginal answer you mentioned&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"If Event Count is an aggregated measure data item that you created in the left data panel, we might need to try another approach."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's exactly what I am trying to figure out Can you help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 21:22:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-get-crosstab-columns-monthly-to-total-100-instead-of-as-a/m-p/270788#M4224</guid>
      <dc:creator>yhuang</dc:creator>
      <dc:date>2016-05-16T21:22:19Z</dc:date>
    </item>
  </channel>
</rss>

