<?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: Reporting: in EG 4.1 using ods htmlpanel...index view in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reporting-in-EG-4-1-using-ods-htmlpanel-index-view/m-p/4495#M1439</link>
    <description>Hi Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Yes even i got it mayb made some mistake in syntax yest!!&lt;BR /&gt;
That was jst a part of my question the second half was how do i modify the contents html...?&lt;BR /&gt;
&lt;BR /&gt;
Coz it shows contents as All the procedures used and corresponding Datasets..&lt;BR /&gt;
I want my contents table to show titles of my individual reports produced by each procedure...any idea how to get that?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
NACHIKET</description>
    <pubDate>Wed, 05 Sep 2007 05:16:53 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-09-05T05:16:53Z</dc:date>
    <item>
      <title>Reporting: in EG 4.1 using ods htmlpanel...index view</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reporting-in-EG-4-1-using-ods-htmlpanel-index-view/m-p/4493#M1437</link>
      <description>Hi,&lt;BR /&gt;
I have used the following statement in htmlpanel to create a contents and frame view... &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
ods tagsets.htmlpanel nogtitle style=sasweb &lt;BR /&gt;
body="D:\Final\Forecast_Comparisonb.html" &lt;BR /&gt;
contents="D:\Final\Forecast_Comparisonc.html"&lt;BR /&gt;
frame="D:\Final\Forecast_Comparisonf.html"&lt;BR /&gt;
        options(&lt;BR /&gt;
/*       panelcolumns='3'*/&lt;BR /&gt;
/*		panelrows='2'*/&lt;BR /&gt;
        panelborder='2'&lt;BR /&gt;
        embedded_titles='No'&lt;BR /&gt;
        bylabels='no'&lt;BR /&gt;
		&lt;BR /&gt;
        );&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
In this case it creates the contents body and frame html separately...thts fine...&lt;BR /&gt;
&lt;BR /&gt;
but it creates "Forecast_Comparisonf.html" w/o any data...(Frame file)&lt;BR /&gt;
&lt;BR /&gt;
and in the contents file "Forecast_Comparisonc.html" it shows me procedure names like:&lt;BR /&gt;
Proc Print Procedure...&lt;BR /&gt;
Can I have the titles here instead?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Nachiket

Message was edited by: NACHI</description>
      <pubDate>Tue, 04 Sep 2007 06:19:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reporting-in-EG-4-1-using-ods-htmlpanel-index-view/m-p/4493#M1437</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-09-04T06:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting: in EG 4.1 using ods htmlpanel...index view</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reporting-in-EG-4-1-using-ods-htmlpanel-index-view/m-p/4494#M1438</link>
      <description>Hi:&lt;BR /&gt;
  The documentation for the HTMLPANEL tagset is here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/topics/odsmarkup/htmlpanel.html" target="_blank"&gt;http://support.sas.com/rnd/base/topics/odsmarkup/htmlpanel.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
When I ran a quick test of HTMLPANEL, using FRAME= syntax, I got links in my frame file....so it wasn't empty. One of the reasons for using HTMLPANEL is so you can divide your HTML page into "regions" or areas in which multiple procedure outputs could sit side by side. In that mode of using HTMLPANEL, I'm not sure what benefit you get from adding FRAMES into the mix, especially since the FRAME are on the web page would take real estate on the screen away from the PANELs.&lt;BR /&gt;
 &lt;BR /&gt;
However, if you do not find your answer in the notes above, this really is a question best answered by Tech Support, as they can help you find out whether you have the most current version of the HTMLPANEL tagset, and if not, they can help you find out how to download and test the most current version of the tagset. And they can help you figure out how to achieve your desired result with the tagset.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 04 Sep 2007 13:33:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reporting-in-EG-4-1-using-ods-htmlpanel-index-view/m-p/4494#M1438</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-09-04T13:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting: in EG 4.1 using ods htmlpanel...index view</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reporting-in-EG-4-1-using-ods-htmlpanel-index-view/m-p/4495#M1439</link>
      <description>Hi Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Yes even i got it mayb made some mistake in syntax yest!!&lt;BR /&gt;
That was jst a part of my question the second half was how do i modify the contents html...?&lt;BR /&gt;
&lt;BR /&gt;
Coz it shows contents as All the procedures used and corresponding Datasets..&lt;BR /&gt;
I want my contents table to show titles of my individual reports produced by each procedure...any idea how to get that?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
NACHIKET</description>
      <pubDate>Wed, 05 Sep 2007 05:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reporting-in-EG-4-1-using-ods-htmlpanel-index-view/m-p/4495#M1439</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-09-05T05:16:53Z</dc:date>
    </item>
  </channel>
</rss>

