<?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: Create a table with specific formats using Proc Report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650692#M195147</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sample Table.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39974iA278F2E5389B6EBF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sample Table.PNG" alt="Sample Table.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2020 11:52:39 GMT</pubDate>
    <dc:creator>nishant77goel</dc:creator>
    <dc:date>2020-05-26T11:52:39Z</dc:date>
    <item>
      <title>Create a table with specific formats using Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650689#M195145</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;A table is to be created is the attached format. It should contain&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;a header like the one shown as 'Call Summary' and Count &amp;amp; % of calls as shown for the columns headers along with the quarter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;A BLANK grey line after the Column summary and some grayed rows where data will not be shown ever.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;% and numeric values in same column.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for anyone's help in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 11:41:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650689#M195145</guid>
      <dc:creator>nishant77goel</dc:creator>
      <dc:date>2020-05-26T11:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table with specific formats using Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650690#M195146</link>
      <description>&lt;P&gt;Most of us will not download or open Microsoft Office documents, as they are security threats. To show us the desired appearance of the output, you can provide a screen capture.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 11:43:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650690#M195146</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-05-26T11:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table with specific formats using Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650692#M195147</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sample Table.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39974iA278F2E5389B6EBF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sample Table.PNG" alt="Sample Table.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 11:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650692#M195147</guid>
      <dc:creator>nishant77goel</dc:creator>
      <dc:date>2020-05-26T11:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table with specific formats using Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650748#M195166</link>
      <description>&lt;P&gt;Do you expect the report procedure to calculate all of those fields?&lt;/P&gt;
&lt;P&gt;Proc Report will expect a column to be of a single statistic and you are mixing counts, means and percentages in one column.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 13:36:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650748#M195166</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-26T13:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table with specific formats using Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650750#M195168</link>
      <description>Calculation will be done in prior steps, just the representation is to be done which will finally feed into PDF</description>
      <pubDate>Tue, 26 May 2020 13:39:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650750#M195168</guid>
      <dc:creator>nishant77goel</dc:creator>
      <dc:date>2020-05-26T13:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table with specific formats using Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650796#M195182</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/329772"&gt;@nishant77goel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share some sample data in regular datalines ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 15:12:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650796#M195182</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-05-26T15:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table with specific formats using Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650837#M195192</link>
      <description>&lt;P&gt;I can do something similar with Proc Tabulate but that would be two tables, though close together. If you have all of the data pre-summarized then the data step Report Writing Interface allows you do place values in specific rows/columns. Be advised that with that much flexibility there is a bit more learning curve for some things than for the report procedures like Report or Tabulate because you have to provide rules for start/end of rows and the structure of your data set is going to be very important as to how you do that.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 16:48:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650837#M195192</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-26T16:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table with specific formats using Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650856#M195199</link>
      <description>slight space will be fine -&lt;BR /&gt;&lt;BR /&gt;data sample;&lt;BR /&gt;input _NAME_ $ _2019_Q1 _2019_Q2 _2019_Q3 _2019_Q4 _2020_Q1 _2020_Q1_1;&lt;BR /&gt;cards;&lt;BR /&gt;Total_Calls 0 0 0 0 0 1381&lt;BR /&gt;Patient_Member_Calls 0.3427 0.3667 0.3655 0.3923 0.3816 527&lt;BR /&gt;Provider_Calls 0.6055 0.5736 0.5599 0.5501 0.5902 815&lt;BR /&gt;Healthplan_Other_Calls 0.0518 0.0597 0.0745 0.0577 0.0282 39&lt;BR /&gt;Call_Center_Performance 0 0 0 0 0 0&lt;BR /&gt;Average_Speed_Answer_Seconds 0 0 0 0 0 15.52&lt;BR /&gt;Abandonment_Rate 0 0 0 0 0 0.73&lt;BR /&gt;Percent_Calls_Answered_30 0 0 0 0 0 0.8734&lt;BR /&gt;;</description>
      <pubDate>Tue, 26 May 2020 17:52:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650856#M195199</guid>
      <dc:creator>nishant77goel</dc:creator>
      <dc:date>2020-05-26T17:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table with specific formats using Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650857#M195200</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;data sample;&lt;BR /&gt;input _NAME_ $ _2019_Q1 _2019_Q2 _2019_Q3 _2019_Q4 _2020_Q1 _2020_Q1_1;&lt;BR /&gt;cards;&lt;BR /&gt;Total_Calls 0 0 0 0 0 1381&lt;BR /&gt;Patient_Member_Calls 0.3427 0.3667 0.3655 0.3923 0.3816 527&lt;BR /&gt;Provider_Calls 0.6055 0.5736 0.5599 0.5501 0.5902 815&lt;BR /&gt;Healthplan_Other_Calls 0.0518 0.0597 0.0745 0.0577 0.0282 39&lt;BR /&gt;Call_Center_Performance 0 0 0 0 0 0&lt;BR /&gt;Average_Speed_Answer_Seconds 0 0 0 0 0 15.52&lt;BR /&gt;Abandonment_Rate 0 0 0 0 0 0.73&lt;BR /&gt;Percent_Calls_Answered_30 0 0 0 0 0 0.8734&lt;BR /&gt;;</description>
      <pubDate>Tue, 26 May 2020 17:53:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650857#M195200</guid>
      <dc:creator>nishant77goel</dc:creator>
      <dc:date>2020-05-26T17:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table with specific formats using Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650888#M195212</link>
      <description>&lt;P&gt;&lt;BR /&gt;That is a very poorly structured example data for the type of table you are requesting.&lt;/P&gt;
&lt;P&gt;Can you show us the un-summarized data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 19:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-table-with-specific-formats-using-Proc-Report/m-p/650888#M195212</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-26T19:03:31Z</dc:date>
    </item>
  </channel>
</rss>

