BookmarkSubscribeRSS Feed
arbel
Calcite | Level 5

I've asked  SAS support for solution for freezing html title while rendering html by SAS 9.3

and haven't got an answer for more the a year. (SAS 7612193400) 

All existing answers in sas.support don't work under Explorer 11 - Edge

for this purpose and also not for the table editor (unless we use Compatible Mode

for the html, but the Compatible Mode is useless when changing Zones). 

 

I didn't found any right solution for this purpose and even by using vbscript.

The freezing of Html table title is a must for SAS Html Reports.

I appreciate if anyone has an answer for it.  

 

 

11 REPLIES 11
andreas_lds
Jade | Level 19

I found an example on codepen, showing how to fix table header using html+css: https://codepen.io/tjvantoll/pen/JEKIu

Unfortunately there is no easy way to get that into sas. Maybe with proc template.

ChrisNZ
Tourmaline | Level 20

The easiest to implement such changes is to post-process the HTML file.

Just read it in a data step after the ods html close; statement and add the bits of missing text.

arbel
Calcite | Level 5
thanks for your reply, but I didn't understand the connection for html, my purpose is to fix the html !!
ChrisNZ
Tourmaline | Level 20
Not too sure what's unclear about my reply. Please read it again.
arbel
Calcite | Level 5
Hi,
Thanks for reply,
It is not a question of missing text..,
I used the relative and z-index vbscript commands before but it is not supported under IE11 any more, I need to replace the idea in another way for fixed header title in Html
Ilan
arbel
Calcite | Level 5

unfortunately I get the mesege that Codepane does not work with Ie11

 

SASKiwi
PROC Star

This isn't really a SAS problem at all so I think you would get more helpful responses on forums specialising in Microsoft browsers.

arbel
Calcite | Level 5
You can find the old solutions in SAS support by using SAS samples with relative commnds,
but these samples are not supported in IE11 !!
arbel
Calcite | Level 5
Thanks but I can not use Jquery, I can use sas template, or vbscript in the HTML only.
arbel
Calcite | Level 5
Hi,
Thanks for reply, However as I've already noted,
I can not use JQUERY' I can not link or use file.js
I can use only SAS or vbscript in the Html,
I used the relativeand z-index vbscript commands before but it is not supported under IE11
Ilan

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 11 replies
  • 3449 views
  • 0 likes
  • 5 in conversation