ODS and Base Reporting

Build reports by using ODS to create HTML, PDF, RTF, Excel, text reports and more!
BookmarkSubscribeRSS Feed
leh25
Calcite | Level 5

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.

SAS_missing_scrollbar.JPG

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='*' ;

 

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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
  • 0 replies
  • 504 views
  • 0 likes
  • 1 in conversation