<?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: Different col width in single sheet for 2 report in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Different-col-width-in-single-sheet-for-2-report/m-p/147343#M5556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But i m still fail to do one thing, how to increse hight of lines, becaz its being overlap, i m doing it by cut sort the long line into many sort line, but i believe there must b a solution in sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2014 19:39:29 GMT</pubDate>
    <dc:creator>Aman4SAS</dc:creator>
    <dc:date>2014-08-04T19:39:29Z</dc:date>
    <item>
      <title>Different col width in single sheet for 2 report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Different-col-width-in-single-sheet-for-2-report/m-p/147338#M5551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create two report in a single sheet [one after one];&lt;/P&gt;&lt;P&gt;I am facing problem with column width. as i required different column width for&amp;nbsp; both report.&lt;/P&gt;&lt;P&gt;i.e. Column A width for first report in 2in and for second report 4in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible in SAS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 11:16:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Different-col-width-in-single-sheet-for-2-report/m-p/147338#M5551</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-08-04T11:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Different col width in single sheet for 2 report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Different-col-width-in-single-sheet-for-2-report/m-p/147339#M5552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp file=....;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp options(sheet_name="Sheetname");&lt;/P&gt;&lt;P&gt;proc report data=first...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define column / style(column)=[width=2in];&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;proc report data=second...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define column / style(column)=[width=4in];&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp options(sheet_name="Next sheet");&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Actually saying that, it might not work.&amp;nbsp; Reason is SAS reports by column per dataset.&amp;nbsp; Try, though I don't think you will be able to get mixed column widths.&amp;nbsp; However you could export your data and write a VBA script to place data where you like in a template file, that's relatively easy though you need to know VBA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 12:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Different-col-width-in-single-sheet-for-2-report/m-p/147339#M5552</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-08-04T12:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Different col width in single sheet for 2 report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Different-col-width-in-single-sheet-for-2-report/m-p/147340#M5553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can do this in Excel (not SAS to Excel) without merging cells I'd be very surprised. Excel basically doesn't support that behavior, at least that I've seen.&lt;/P&gt;&lt;P&gt;PDF and RTF but not Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 16:55:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Different-col-width-in-single-sheet-for-2-report/m-p/147340#M5553</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-08-04T16:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Different col width in single sheet for 2 report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Different-col-width-in-single-sheet-for-2-report/m-p/147341#M5554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , true excel doesnt support that behaviour, but thanks to all of u, i hav solved my issue with adding leading and trailing blank columns in my second report. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 18:55:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Different-col-width-in-single-sheet-for-2-report/m-p/147341#M5554</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-08-04T18:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Different col width in single sheet for 2 report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Different-col-width-in-single-sheet-for-2-report/m-p/147342#M5555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used that solution as well. The other option is to convince the customer to accept their reports on different tabs, not always possible I know....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 19:34:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Different-col-width-in-single-sheet-for-2-report/m-p/147342#M5555</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-08-04T19:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Different col width in single sheet for 2 report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Different-col-width-in-single-sheet-for-2-report/m-p/147343#M5556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But i m still fail to do one thing, how to increse hight of lines, becaz its being overlap, i m doing it by cut sort the long line into many sort line, but i believe there must b a solution in sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 19:39:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Different-col-width-in-single-sheet-for-2-report/m-p/147343#M5556</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-08-04T19:39:29Z</dc:date>
    </item>
  </channel>
</rss>

