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
|