<?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 displaying a right to left variable in a graph in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/displaying-a-right-to-left-variable-in-a-graph/m-p/66482#M7707</link>
    <description>Hi,&lt;BR /&gt;
I'm trying to display a char right to left variable (written in Hebrew) in a pie, but the order of the words and the letters is reversed, for example "good morning" appears "gninrom doog".&lt;BR /&gt;
Is there a way to solve this problem?&lt;BR /&gt;
Here is the code, the right to left variable is called "group_type" :&lt;BR /&gt;
&lt;BR /&gt;
ods html path  = "&amp;amp;path\SasOutputs\" &lt;BR /&gt;
gpath = "&amp;amp;path\SasOutputs\gif &amp;amp;data_date" &lt;BR /&gt;
file  = "graph_&amp;amp;data_date.html";&lt;BR /&gt;
&lt;BR /&gt;
title1 'test';&lt;BR /&gt;
pattern1 v=s c=green;&lt;BR /&gt;
pattern2 v=s c=blue;&lt;BR /&gt;
pattern3 v=s c=yellow;&lt;BR /&gt;
pattern4 v=s c=red;&lt;BR /&gt;
pattern5 v=s c=pink;&lt;BR /&gt;
&lt;BR /&gt;
proc gchart data=e.hasifa_m_unix_graf4;&lt;BR /&gt;
  pie3d group_type  / sumvar=sum_hasifa_acc woutline=2 coutline=black discrete;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Sivan</description>
    <pubDate>Mon, 24 Aug 2009 12:40:57 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-08-24T12:40:57Z</dc:date>
    <item>
      <title>displaying a right to left variable in a graph</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/displaying-a-right-to-left-variable-in-a-graph/m-p/66482#M7707</link>
      <description>Hi,&lt;BR /&gt;
I'm trying to display a char right to left variable (written in Hebrew) in a pie, but the order of the words and the letters is reversed, for example "good morning" appears "gninrom doog".&lt;BR /&gt;
Is there a way to solve this problem?&lt;BR /&gt;
Here is the code, the right to left variable is called "group_type" :&lt;BR /&gt;
&lt;BR /&gt;
ods html path  = "&amp;amp;path\SasOutputs\" &lt;BR /&gt;
gpath = "&amp;amp;path\SasOutputs\gif &amp;amp;data_date" &lt;BR /&gt;
file  = "graph_&amp;amp;data_date.html";&lt;BR /&gt;
&lt;BR /&gt;
title1 'test';&lt;BR /&gt;
pattern1 v=s c=green;&lt;BR /&gt;
pattern2 v=s c=blue;&lt;BR /&gt;
pattern3 v=s c=yellow;&lt;BR /&gt;
pattern4 v=s c=red;&lt;BR /&gt;
pattern5 v=s c=pink;&lt;BR /&gt;
&lt;BR /&gt;
proc gchart data=e.hasifa_m_unix_graf4;&lt;BR /&gt;
  pie3d group_type  / sumvar=sum_hasifa_acc woutline=2 coutline=black discrete;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Sivan</description>
      <pubDate>Mon, 24 Aug 2009 12:40:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/displaying-a-right-to-left-variable-in-a-graph/m-p/66482#M7707</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-24T12:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: displaying a right to left variable in a graph</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/displaying-a-right-to-left-variable-in-a-graph/m-p/66483#M7708</link>
      <description>Sivan &lt;BR /&gt;
Without any information upon your environment it is difficult to say something&lt;BR /&gt;
take first a look at&lt;BR /&gt;
there is a graph in it&lt;BR /&gt;
&lt;A href="http://support.sas.com/resources/papers/92unicodesrvr.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/92unicodesrvr.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
your code did not show any goptions or fonts too?&lt;BR /&gt;
are your dataset in unicode?&lt;BR /&gt;
and your nls choice? &lt;BR /&gt;
&lt;BR /&gt;
HTH &lt;BR /&gt;
Andre</description>
      <pubDate>Mon, 24 Aug 2009 13:40:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/displaying-a-right-to-left-variable-in-a-graph/m-p/66483#M7708</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2009-08-24T13:40:35Z</dc:date>
    </item>
  </channel>
</rss>

