<?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 Automatic change of Major Ticks while sending and saving graph to MS Word, from SAS EG in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Automatic-change-of-Major-Ticks-while-sending-and-saving-graph/m-p/538262#M22426</link>
    <description>&lt;P&gt;I am creating a graph, using last 6 months data, starting 01AUG2018. Upon generating the graph, I got the graph as expected with major ticks as AUG18, SEP18, OCT18, NOV18, DEC18, JAN19 and FEB19.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Upon sending it to MS Word, using "Send to" button,&amp;nbsp; I am getting the same graph with major ticks as AUG18, SEP18, OCT18, NOV18, DEC18, JAN19 and FEB19.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, when saving the graph, the SEP18 major tick changes to AUG18 and the magor ticks transform as&amp;nbsp;AUG18, AUG18, OCT18, NOV18, DEC18, JAN19 and FEB19.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS EG Version: 7.13&lt;/P&gt;&lt;P&gt;MS Word Version: 2010&lt;/P&gt;</description>
    <pubDate>Mon, 25 Feb 2019 14:05:43 GMT</pubDate>
    <dc:creator>ankit_shah</dc:creator>
    <dc:date>2019-02-25T14:05:43Z</dc:date>
    <item>
      <title>Automatic change of Major Ticks while sending and saving graph to MS Word, from SAS EG</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Automatic-change-of-Major-Ticks-while-sending-and-saving-graph/m-p/538262#M22426</link>
      <description>&lt;P&gt;I am creating a graph, using last 6 months data, starting 01AUG2018. Upon generating the graph, I got the graph as expected with major ticks as AUG18, SEP18, OCT18, NOV18, DEC18, JAN19 and FEB19.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Upon sending it to MS Word, using "Send to" button,&amp;nbsp; I am getting the same graph with major ticks as AUG18, SEP18, OCT18, NOV18, DEC18, JAN19 and FEB19.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, when saving the graph, the SEP18 major tick changes to AUG18 and the magor ticks transform as&amp;nbsp;AUG18, AUG18, OCT18, NOV18, DEC18, JAN19 and FEB19.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS EG Version: 7.13&lt;/P&gt;&lt;P&gt;MS Word Version: 2010&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 14:05:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Automatic-change-of-Major-Ticks-while-sending-and-saving-graph/m-p/538262#M22426</guid>
      <dc:creator>ankit_shah</dc:creator>
      <dc:date>2019-02-25T14:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic change of Major Ticks while sending and saving graph to MS Word, from SAS EG</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Automatic-change-of-Major-Ticks-while-sending-and-saving-graph/m-p/538286#M22430</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/146127"&gt;@ankit_shah&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What output destination did you mention in the settings (Tools&amp;gt;Options&amp;gt;Results&amp;gt;Select Html here ). If not HTML, try with HTML. Alternatively you can create the RTF reports as your destination reports, Word can read it and you can create more fancy reports using ODS RTF.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data one;
input trt_group time subject results;
   datalines;
1 2 100 20
1 4 100 30
1 6 100 35
1 8 100 50
1 2 200 40
1 4 200 25
1 6 200 40
1 8 200 30
1 2 300 25
1 4 300 40
1 6 300 45
1 8 300 55
2 2 400 15
2 4 400 35
2 6 400 50
2 8 400 45
2 2 500 35
2 4 500 35
2 6 500 20
2 8 500 35
;
run;

ods rtf file='/coe_grp/KiranP/test/Study_Results.rtf';
proc sgplot data=one;
   title 'Study Results by Treatment Group';
   series x=time y=results / group=subject grouplc=trt_group name='grouping';
   keylegend 'grouping' / type=linecolor;
run;

ods rtf close ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Feb 2019 15:02:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Automatic-change-of-Major-Ticks-while-sending-and-saving-graph/m-p/538286#M22430</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2019-02-25T15:02:01Z</dc:date>
    </item>
  </channel>
</rss>

