BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,
I have used the following statement in htmlpanel to create a contents and frame view...



ods tagsets.htmlpanel nogtitle style=sasweb
body="D:\Final\Forecast_Comparisonb.html"
contents="D:\Final\Forecast_Comparisonc.html"
frame="D:\Final\Forecast_Comparisonf.html"
options(
/* panelcolumns='3'*/
/* panelrows='2'*/
panelborder='2'
embedded_titles='No'
bylabels='no'

);



In this case it creates the contents body and frame html separately...thts fine...

but it creates "Forecast_Comparisonf.html" w/o any data...(Frame file)

and in the contents file "Forecast_Comparisonc.html" it shows me procedure names like:
Proc Print Procedure...
Can I have the titles here instead?

Thanks,
Nachiket Message was edited by: NACHI
2 REPLIES 2
Cynthia_sas
SAS Super FREQ
Hi:
The documentation for the HTMLPANEL tagset is here:
http://support.sas.com/rnd/base/topics/odsmarkup/htmlpanel.html

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.

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.

cynthia
deleted_user
Not applicable
Hi Cynthia,

Yes even i got it mayb made some mistake in syntax yest!!
That was jst a part of my question the second half was how do i modify the contents html...?

Coz it shows contents as All the procedures used and corresponding Datasets..
I want my contents table to show titles of my individual reports produced by each procedure...any idea how to get that?

Thanks,
NACHIKET

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 484 views
  • 0 likes
  • 2 in conversation