Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Re: ODS HTML question

Status
Not open for further replies.

Sowmol

Programmer
Aug 18, 2006
2
US
Hi,

Does anyone here know how to create the column names /labels in an ODS HTML report so that they are clickable and then if they are clicked, the report will be sorted by that variable?

Thanks.
 
Hmmmm. I've never seen that done. It would require the use of ActiveX components or Java or something like that.
An alternative method would be to create multiple reports all sorted by different variables, and have the column headings as links to those alternative reports.
To set up a link you'd want to turn of the "protectspecialchars" option (I think it's ODS Protectspecialchars=OFF;") and include the link in the label for the column...
 
Hi Chris,

Thanks a lot for your reply.. Will try out your suggestion of multiple reports..

Thanks again.
 
Also you want to check out the SAS Support site, they have alot of code samples, do a search and you should find them pretty easily.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top