LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (November 2011, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 3 Nov 2011 14:10:22 -0400
Reply-To:     Subhadra Srigiriraju <subhadrasri@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Subhadra Srigiriraju <subhadrasri@GMAIL.COM>
Subject:      Re: ODS HTML tagset: Freeze column and scroll

Hi Kevin,

I believe that's what one of the options you used, FROZEN_ROWHEADERS, does. If you use Frozen_Rowheaders="1" then it will lock the left most column. At least, that's how it performs if you use ODS TAGSETS.TABLEEDITOR and I guess it does the same if you use html tagset. I used this in few of my reports, tagset is created by Chevell Parker of SAS. You can download it from sas.com.

This is an excerpt from tagsets.tableeditor.

set $valid_options["FROZEN_ROWHEADERS" ] "Freezes columns by locking them. Can be used in conjunction with the Pagewidth option";

Hope this helps, Subhadra


Back to: Top of message | Previous page | Main SAS-L page