- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 08-31-2021 02:50 PM
(503 views)
From the information below you can see in my code that I’m using ODS tagsets.tableeditor. When I create the HTML file the horizontal scroll bar shows in the SAS 9.4 Results Viewer. But in Chrome and Microsoft Edge the horizontal scroll bar is missing. How do I get the horizontal scroll bar to be functional in Chrome/Microsoft Edge. In the picture below:
Top is the browser without scroll bar
Middle is Result Viewer with scroll bar.
Bottom is ODS code.
ods tagsets.tableeditor file="P:\switch.html"
style=Festival
options(sort="yes" doc="help" sort_underline="yes"
sort_arrow_color="black" frozen_headers="yes"
frozen_rowheaders="YES"
banner_color_even="gold" highlight_color="cyan"
autofilter="yes" autofilter_width="6em"
print_dialog="no");
run;
Proc print data=Switch_New label split='*' ;