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

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

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
  • 11 replies
  • 2103 views
  • 0 likes
  • 5 in conversation