BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
manishiiita
Quartz | Level 8

We have created a report on SAS Stored Process. We are able to view it. We can also enable to export report data into Excel / CSV file. But, we are not able to do both at the same time.

 

Is there any way to enable user to Export data to Excel/CSV in a SAS Stored Process Report along with viewing the report? Can create an icon/button on Stored Process Report page, by clicking on this button data will be exported.

 

Thank you for your help.

1 ACCEPTED SOLUTION

Accepted Solutions
andreas_lds
Jade | Level 19

You could display the table and write it to a file automatically. The user, of course, has to navigate to the directory in which the file has been saved.

Much more complicated: When the table is displayed add a button (or link) re-calling the stored process. The parameter can be part of the url, so that it maybe looks as if the download starts directly, while the data is processed again in the background.

 

View solution in original post

1 REPLY 1
andreas_lds
Jade | Level 19

You could display the table and write it to a file automatically. The user, of course, has to navigate to the directory in which the file has been saved.

Much more complicated: When the table is displayed add a button (or link) re-calling the stored process. The parameter can be part of the url, so that it maybe looks as if the download starts directly, while the data is processed again in the background.

 

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 1 reply
  • 442 views
  • 1 like
  • 2 in conversation