Hello,
how can i freeze the headline in PROC REPORT when i scroll the page? Is this possible?
Thank you very much
Best regards
George
If you are outputting the results of PROC REPORT to Excel via ODS EXCEL or ODS TAGSETS.EXCELXP, then freezing the top row in place is possible, as this is a feature of Excel.
ods excel file="myfolder\ods_excel_example.xlsx" options(frozen_headers="ON");
If you are outputting the results to some other destination, it probably isn't possible as there is no concept of freezing the top row in the other destinations.
Thank you very much.
Of course - I need it for HTML...:) I hope the tutorial will work also with new browsers.
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!
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.
Ready to level-up your skills? Choose your own adventure.