<?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: Summary Tables with a Column % with values like '5E3%' ? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175916#M13511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You use a different format, eg. best32.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 01:00:03 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2014-10-08T01:00:03Z</dc:date>
    <item>
      <title>Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175911#M13506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Forum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a Summary table from Numeric data in SAS EG 5.1 64 bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All goes well until I add the Format for a Percentage of each Column as I get strange results like the above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100% seems to appear as 1E4%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried all the % type Formats but no luck getting a normal number?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone advise what's going on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 23:57:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175911#M13506</guid>
      <dc:creator>Oscarboots</dc:creator>
      <dc:date>2014-10-07T23:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175912#M13507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are your numbers between 0 and 1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 00:41:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175912#M13507</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-10-08T00:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175913#M13508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, the values are 8 digit Numeric Codes like '23432344' &amp;amp; I'm counting them by 2 Areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have a summary of Area 1 which is a count of those Codes &amp;amp; the same for Area 2. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 00:45:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175913#M13508</guid>
      <dc:creator>Oscarboots</dc:creator>
      <dc:date>2014-10-08T00:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175914#M13509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could it be that the internal value for 100% is actually 100 instead of 1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format var1 var2 percent. var3 percent8.;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var1=100;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var2=1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var3=100;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image" src="https://communities.sas.com/legacyfs/online/7554_Capture.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 00:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175914#M13509</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-10-08T00:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175915#M13510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That could well be the case Patrick, do you know how I can get it to display numbers though?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 00:58:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175915#M13510</guid>
      <dc:creator>Oscarboots</dc:creator>
      <dc:date>2014-10-08T00:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175916#M13511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You use a different format, eg. best32.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 01:00:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175916#M13511</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-10-08T01:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175917#M13512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That change to BEST32 gives a Number but I want it to show the % in the Table Cell next to the Number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Column Description has % in it, so I'm wondering if getting the Table Cell to also show 46% for example is possible? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 01:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175917#M13512</guid>
      <dc:creator>Oscarboots</dc:creator>
      <dc:date>2014-10-08T01:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175918#M13513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to see percent then you should use the correct internal values. 50% is the same like 0.5 - it's not a value of 50 with a percent sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest that you amend your calculations accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be possible to add a '%' sign to any value using a picture format - but I would call this "deceptive".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt;&amp;nbsp; picture cheat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; other='0000000%'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format var1 cheat.;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var1=50;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 01:22:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175918#M13513</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-10-08T01:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175919#M13514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would have thought SAS would be able to add a number of values in categories &amp;amp; derive a % of each category regardless of the format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values it is counting could be 0.5 but this would still be a % of 50 '0.5s' out of a population of 200 values &amp;amp; therefore give me 25%.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 01:31:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175919#M13514</guid>
      <dc:creator>Oscarboots</dc:creator>
      <dc:date>2014-10-08T01:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175920#M13515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; The SAS Percent format does an automatic multiply by 100 -- for the purpose of turning your decimal number (like .05 and .23 into the percents 5% and 23%). So if you have integer numbers in the cell that have already been multiplied by 100, then the Percent format is going to do another multiply by 100, which will not be what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; For example, when you are using PROC TABULATE, which also does a multiply by 100 for it's internally calculated percents, you CANNOT use the SAS Percent format because then you will multiply by 100 two times. This is where, with TABULATE, you MUST use a PICTURE format such as shown below to get the % into the cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt; picture mypct low-high='009.99%';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 01:36:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175920#M13515</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-10-08T01:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175921#M13516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is that why I'm getting a scientific number?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's what it is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 01:41:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175921#M13516</guid>
      <dc:creator>Oscarboots</dc:creator>
      <dc:date>2014-10-08T01:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175922#M13517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As shown in the screenshot I've posted the default length of the percent format 'percent.' is too short to show 10000%. That's why SAS uses scientific notation. When using the format with a increased length 'percent8.' then you get 10000% (100*100).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 02:04:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175922#M13517</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-10-08T02:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175923#M13518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;Oscarboots wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I would have thought SAS would be able to add a number of values in categories &amp;amp; derive a % of each category regardless of the format.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The values it is counting could be 0.5 but this would still be a % of 50 '0.5s' out of a population of 200 values &amp;amp; therefore give me 25%.&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can, you're just not doing it right &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; &lt;/P&gt;&lt;P&gt;Perhaps start your question from scratch and we can help you get where you want to go. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, the summary you're looking for sounds like something you'd do via Task&amp;gt;Describe&amp;gt;One way Frequencies or Table Analysis&lt;/P&gt;&lt;P&gt;Then look into all the options to make sure you add the percents the way you'd like. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 02:07:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175923#M13518</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-10-08T02:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175924#M13519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="data_example.gif" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7555_data_example.gif" width="450" /&gt;Correct Reeza!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my steps;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Select the data Node I need, go to Tasks &amp;gt;&amp;gt;&amp;nbsp; Describe &amp;gt;&amp;gt; Summary tables Wizard&lt;/LI&gt;&lt;LI&gt;To the 'Analysis variables', I add the 'OrderActualID' field with the statistic '% of Column Frequency'&lt;/LI&gt;&lt;LI&gt;Next, I add 'RoundID' to the 'Columns' area&lt;/LI&gt;&lt;LI&gt;'Spend_Category' to the 'Rows' area&lt;/LI&gt;&lt;LI&gt;'Week_Ending' to the 'Pages' area&lt;/LI&gt;&lt;LI&gt;That's it to give me the actual %s of the % of Column for 'OrderActualID' but it doesn't display a '%' sign next to the number&lt;/LI&gt;&lt;LI&gt;It's when I add the Format of 'PERCENT6.1' in Step 2 of the process under 'Select table Format' is when I get the scientific format??&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 02:29:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175924#M13519</guid>
      <dc:creator>Oscarboots</dc:creator>
      <dc:date>2014-10-08T02:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175925#M13520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I stand corrected, it can't :smileyangry:&lt;/P&gt;&lt;P&gt;You'll have to create a custom format and apply as indicated by Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I still think you have a mistake in your process. The analysis is typically something you'll add, average, take the median and orderID doesn't sound like some thing like that.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 02:52:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175925#M13520</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-10-08T02:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175926#M13521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, does anyone know how I can apply the 'Picture' solution using the Wizard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd assume that I create the Summary table with the Wizard &amp;amp; then ad the Proc format into the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any details on where I add it or if I'm on the right track?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 02:59:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175926#M13521</guid>
      <dc:creator>Oscarboots</dc:creator>
      <dc:date>2014-10-08T02:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Tables with a Column % with values like '5E3%' ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175927#M13522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you first need to create format under Tasks&amp;gt;Data&amp;gt;Create Format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 03:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Tables-with-a-Column-with-values-like-5E3/m-p/175927#M13522</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-10-08T03:21:43Z</dc:date>
    </item>
  </channel>
</rss>

