<?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: Need to print two datasets side by side in one excel sheet in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/509921#M21952</link>
    <description>Start_at= option does not seem to be working?&lt;BR /&gt;&lt;BR /&gt;Is there anyway it can be done in ODS Excel? Please let me know. Any help will be very much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thank you, vikas&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 02 Nov 2018 15:34:37 GMT</pubDate>
    <dc:creator>vikaskubde</dc:creator>
    <dc:date>2018-11-02T15:34:37Z</dc:date>
    <item>
      <title>Need to print two datasets side by side in one excel sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/509908#M21950</link>
      <description>I have 2 tables and I need to export both tables in same worksheet side by side, not one below another.&lt;BR /&gt;&lt;BR /&gt;I used sheet_interval='name&lt;BR /&gt;It gives me the result one below another, however I need output side by side in same sheet.&lt;BR /&gt;&lt;BR /&gt;I also tried with start_at option as well, but not getting the desire output.</description>
      <pubDate>Fri, 02 Nov 2018 15:16:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/509908#M21950</guid>
      <dc:creator>vikaskubde</dc:creator>
      <dc:date>2018-11-02T15:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need to print two datasets side by side in one excel sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/509920#M21951</link>
      <description>&lt;P&gt;show the code&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 15:34:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/509920#M21951</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2018-11-02T15:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need to print two datasets side by side in one excel sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/509921#M21952</link>
      <description>Start_at= option does not seem to be working?&lt;BR /&gt;&lt;BR /&gt;Is there anyway it can be done in ODS Excel? Please let me know. Any help will be very much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thank you, vikas&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Nov 2018 15:34:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/509921#M21952</guid>
      <dc:creator>vikaskubde</dc:creator>
      <dc:date>2018-11-02T15:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need to print two datasets side by side in one excel sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/509947#M21953</link>
      <description>Ods excel file='d:/report.xlsx';&lt;BR /&gt;Ods excel options(sheet_name='one' sheet_interval='none');&lt;BR /&gt;Proc print data=class;&lt;BR /&gt;Run;&lt;BR /&gt;Ods excel options(sheet_name='two' start_at='4,5')&lt;BR /&gt;Proc print data=cars;&lt;BR /&gt;Run;&lt;BR /&gt;Ods excel close;</description>
      <pubDate>Fri, 02 Nov 2018 16:28:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/509947#M21953</guid>
      <dc:creator>vikaskubde</dc:creator>
      <dc:date>2018-11-02T16:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need to print two datasets side by side in one excel sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/509962#M21954</link>
      <description>ODS EXCEL doesn't support tables side by side. &lt;BR /&gt;&lt;BR /&gt;You can merge the tables if you want and then try and display but its still a bit wonky. Feel free to add it in under ballotware as a feature suggestion.</description>
      <pubDate>Fri, 02 Nov 2018 16:54:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/509962#M21954</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-02T16:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need to print two datasets side by side in one excel sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/509966#M21955</link>
      <description>&lt;P&gt;From the documentation&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="xis-summary"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="xis-summaryTip"&gt;Tip&lt;/TD&gt;
&lt;TD class="xis-summaryText"&gt;This option cannot be changed in the middle of a sheet.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 02 Nov 2018 17:01:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/509966#M21955</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2018-11-02T17:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need to print two datasets side by side in one excel sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/510007#M21956</link>
      <description>So is there any option to print two data sets in same excel sheet side by side.</description>
      <pubDate>Fri, 02 Nov 2018 18:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/510007#M21956</guid>
      <dc:creator>vikaskubde</dc:creator>
      <dc:date>2018-11-02T18:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need to print two datasets side by side in one excel sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/510008#M21957</link>
      <description>I think ODS HTML or ODS MSOFFICE2K but they generate an HTML/XML files. Unfortunately I don't know of a simple SAS only solution at this moment.&lt;BR /&gt;&lt;BR /&gt; If I need reports like that I usually build an Excel template, link the data to source tables in other worksheets (same workbook) and then I export out and replace the source data and the tables update automatically.</description>
      <pubDate>Fri, 02 Nov 2018 18:28:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-to-print-two-datasets-side-by-side-in-one-excel-sheet/m-p/510008#M21957</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-02T18:28:29Z</dc:date>
    </item>
  </channel>
</rss>

