<?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: Export graph and table to html. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46311#M1564</link>
    <description>Hey Bob,&lt;BR /&gt;
&lt;BR /&gt;
I think the problem is that you are using device=HTML. This can create an additional HTML file. Just use a device like PNG with your ODS HTML destination and see if that works for you.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Dan</description>
    <pubDate>Thu, 07 Apr 2011 13:05:25 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2011-04-07T13:05:25Z</dc:date>
    <item>
      <title>Export graph and table to html.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46310#M1563</link>
      <description>Hi All&lt;BR /&gt;
Can somebody help me with this issue?&lt;BR /&gt;
goptions&lt;BR /&gt;
reset=ALL&lt;BR /&gt;
device=html;&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods html path='F:\Export\' body='graph.html';&lt;BR /&gt;
&lt;BR /&gt;
proc tabulate &lt;BR /&gt;
FIRST PROC TABULATE&lt;BR /&gt;
run;&lt;BR /&gt;
proc gchart &lt;BR /&gt;
FIRST GRAPH&lt;BR /&gt;
run;&lt;BR /&gt;
proc tabulate &lt;BR /&gt;
SECOND PROC TABULATE&lt;BR /&gt;
run;&lt;BR /&gt;
proc gchart &lt;BR /&gt;
SECOND GRAPH&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
&lt;BR /&gt;
In SAS result viewer result is : &lt;BR /&gt;
first table&lt;BR /&gt;
first graph&lt;BR /&gt;
second table&lt;BR /&gt;
second graph&lt;BR /&gt;
SAS Log:&lt;BR /&gt;
Html source written F:\Export\index.html &lt;BR /&gt;
In export folder I found index.xtml with just second graph and graph.html whit just the tables no graphs.&lt;BR /&gt;
On place where should be a graph gif is empty box for picture.&lt;BR /&gt;
Also in same folder I found two gif files with graphs.&lt;BR /&gt;
&lt;BR /&gt;
What I want to is export just to graph.html (no index.html) and to both graphs gif appears in html with tables.  &lt;BR /&gt;
Can somebody tell me where I was wrong?&lt;BR /&gt;
Thank you in advance</description>
      <pubDate>Thu, 07 Apr 2011 10:53:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46310#M1563</guid>
      <dc:creator>bob021</dc:creator>
      <dc:date>2011-04-07T10:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Export graph and table to html.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46311#M1564</link>
      <description>Hey Bob,&lt;BR /&gt;
&lt;BR /&gt;
I think the problem is that you are using device=HTML. This can create an additional HTML file. Just use a device like PNG with your ODS HTML destination and see if that works for you.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Dan</description>
      <pubDate>Thu, 07 Apr 2011 13:05:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46311#M1564</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2011-04-07T13:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Export graph and table to html.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46312#M1565</link>
      <description>Hi Dan&lt;BR /&gt;
Thank you for quick respond&lt;BR /&gt;
Problem is still there but now, with your help, I get rid of index.html. Still, on place where should be a graph gif is empty box for picture. &lt;BR /&gt;
If you have any other solution please write. &lt;BR /&gt;
Regards&lt;BR /&gt;
Bob</description>
      <pubDate>Thu, 07 Apr 2011 13:48:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46312#M1565</guid>
      <dc:creator>bob021</dc:creator>
      <dc:date>2011-04-07T13:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Export graph and table to html.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46313#M1566</link>
      <description>Bob &lt;BR /&gt;
your gif image is elsewhere&lt;BR /&gt;
if you forget to specify    in &lt;BR /&gt;
ods html   gpath=' F:\... '    in addition to path='    '     ....;&lt;BR /&gt;
&lt;BR /&gt;
eventually  followed by (url=none) if your are not going on a web server&lt;BR /&gt;
&lt;BR /&gt;
Andre</description>
      <pubDate>Thu, 07 Apr 2011 14:15:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46313#M1566</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2011-04-07T14:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Export graph and table to html.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46314#M1567</link>
      <description>Hi Andre&lt;BR /&gt;
Thank you for your answer.&lt;BR /&gt;
Problem is somewhere else not in the sas statement. When I open html from place where is exported everything works fine but when I try to open it in my local web page I see just a table.&lt;BR /&gt;
Probably problem is in configurations of my Apache server. &lt;BR /&gt;
Thank you Andre&lt;BR /&gt;
Thank you Dan&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Bob</description>
      <pubDate>Fri, 08 Apr 2011 09:32:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46314#M1567</guid>
      <dc:creator>bob021</dc:creator>
      <dc:date>2011-04-08T09:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export graph and table to html.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46315#M1568</link>
      <description>Bob &lt;BR /&gt;
are you sure?&lt;BR /&gt;
&lt;BR /&gt;
did you check the text version of your html page to see the "reference" to your gif file?&lt;BR /&gt;
&lt;BR /&gt;
then take a look at one of those text about ( url=none)&lt;BR /&gt;
if you find a complete adress in the html page.&lt;BR /&gt;
&lt;BR /&gt;
Andre&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/grstatug/62464/HTML/default/p1ju4v8j7d0kken1jh1bjj7kyjo1.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatug/62464/HTML/default/p1ju4v8j7d0kken1jh1bjj7kyjo1.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a002133562.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a002133562.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
[/pre]</description>
      <pubDate>Fri, 08 Apr 2011 10:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46315#M1568</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2011-04-08T10:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export graph and table to html.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46316#M1569</link>
      <description>Hi Andre&lt;BR /&gt;
My apology you were right.&lt;BR /&gt;
I followed the link you sent to me and resolved problem.(wrong path)&lt;BR /&gt;
&lt;BR /&gt;
For that matter I establish new rules for behaving on sas forum when something going wrong on SAS (at least for myself).&lt;BR /&gt;
&lt;BR /&gt;
In a attempt to find where the problem is I will start to suspect on:&lt;BR /&gt;
&lt;BR /&gt;
First – on myself (usually this working with 94 % probability)&lt;BR /&gt;
Second – on operational system (1 %)&lt;BR /&gt;
Third – on faith (1 %)&lt;BR /&gt;
Fourth – on hardware (1 %)&lt;BR /&gt;
Fifth – on word conspiracy (1 %)&lt;BR /&gt;
Sixth – sas statement (1 %)&lt;BR /&gt;
Seventh - on god (1 %)&lt;BR /&gt;
Eighth – on my forum friend, who trying to help me, because I ignored rule no. 1 (0%)&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Bob</description>
      <pubDate>Fri, 08 Apr 2011 12:32:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46316#M1569</guid>
      <dc:creator>bob021</dc:creator>
      <dc:date>2011-04-08T12:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Export graph and table to html.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46317#M1570</link>
      <description>Bob&lt;BR /&gt;
&lt;BR /&gt;
Stop at sixth   the sas statement  by example  gpath=  or (url=none)&lt;BR /&gt;
and    search    (google)   statement  site:sas.com&lt;BR /&gt;
What i have done to find the links&lt;BR /&gt;
&lt;BR /&gt;
Andre&lt;BR /&gt;
&lt;BR /&gt;
/////////&lt;BR /&gt;
Seventh - on god (1 %)&lt;BR /&gt;
Eighth – on my forum friend, who trying to help me, because I ignored rule no. 1 (0%)</description>
      <pubDate>Fri, 08 Apr 2011 12:46:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Export-graph-and-table-to-html/m-p/46317#M1570</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2011-04-08T12:46:13Z</dc:date>
    </item>
  </channel>
</rss>

