<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Download data from Stored Process as Excel file in visual analytics in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910537#M17740</link>
    <description>&lt;P&gt;If you'd like to still show HTML, remove the "ods html close" line.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jan 2024 20:59:58 GMT</pubDate>
    <dc:creator>Stu_SAS</dc:creator>
    <dc:date>2024-01-04T20:59:58Z</dc:date>
    <item>
      <title>Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910031#M17717</link>
      <description>&lt;P&gt;Hello Friends,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;I made a stored process that produced an excel file, but now I want to use SAS Visual Analytics to take that stored process and create a report so that other users can download the excel file that best suits their needs in their environment.&lt;/P&gt;
&lt;P&gt;I used below code first in my code to generate excel file of stored process.&lt;/P&gt;
&lt;P&gt;%global wantreg _odsoptions _odsdest &lt;BR /&gt;_odsstyle _odsstylesheet ; &lt;BR /&gt;*ProcessBody; &lt;BR /&gt;%let _odsdest=excel; &lt;BR /&gt;%let _odsstyle=excel; &lt;BR /&gt;%let _odsstylesheet=; &lt;BR /&gt;%let _odsoptions = GTITLE ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;so far I imported the spk version of stored process in SAS Environment Manager. but I can't see the same result as I seen in Enterprise guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; can anyone please help me with it??&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 06:38:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910031#M17717</guid>
      <dc:creator>Deep04</dc:creator>
      <dc:date>2024-01-02T06:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910056#M17718</link>
      <description>&lt;P&gt;May be I misunderstand something but isn't this quite a different scenario?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wouldn't you in such a case load a table into Lasr (or CAS in Viya) and create a VA report that users then can export as Excel? And it's then the VA report with some filters and the like that lets users customize before they export to Excel.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 12:07:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910056#M17718</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-01-02T12:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910060#M17719</link>
      <description>&lt;P&gt;Actually I created a stored process in sas enterprise guide that gave me reports in HTML format then I import that stored process in SAS Environment Manager. After importing I opened it in SAS Studio which help me edit the code and the task code of the stored process is in xml language(Attached). But now I want that report in XLSX format so the other user can download the report using sas visual analytics.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Deep04_0-1704197870786.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92159i70587CF5A52D16D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Deep04_0-1704197870786.png" alt="Deep04_0-1704197870786.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Deep04_1-1704197918062.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92160iE04BB718BF3E1FE8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Deep04_1-1704197918062.png" alt="Deep04_1-1704197918062.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 12:18:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910060#M17719</guid>
      <dc:creator>Deep04</dc:creator>
      <dc:date>2024-01-02T12:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910067#M17720</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/453428"&gt;@Deep04&lt;/a&gt;&amp;nbsp;Sorry, but I still miss how you envisage the integration into VA. But then reporting is not my home turf so eventually someone else with more experience in this area will get it and can guide you.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 13:02:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910067#M17720</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-01-02T13:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910125#M17722</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/453428"&gt;@Deep04&lt;/a&gt;! STPs and Viya Jobs are&amp;nbsp;&lt;EM&gt;very&lt;/EM&gt; similar, but you'll need to make some changes to download data as an Excel file. I assume you're looking to have this available in Visual Analytics for convenience or as a part of another report.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To write a file to an Excel file that will download to the user's desktop, there are a few things you need to do to your code. The best way to explain this is through an example. Here is code below that will send the results of PROC PRINT to an Excel file that downloads in your browser.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Write an Excel file to the job using the filesrvc access method. The job will handle the rest. */
filename excelout filesrvc 
	parenturi="&amp;amp;SYS_JES_JOB_URI" /* URI of the job that we're currently running */
	name='_webout.xlsx' /* You must write to _webout.extension. The filename is controlled in contentdisp. */
	contenttype='application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' /* Content type */
	contentdisp='attachment; filename="my_excel_file.xlsx"'; /* This is an attachment called my_excel_file.xlsx */
;

ods html close;
ods tagsets.ExcelXP file=excelout style=htmlblue;

proc print data=sashelp.cars;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Use the following parameters for your job:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stu_SAS_0-1704220686750.png" style="width: 203px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92177i335DD6350D21A7BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Stu_SAS_0-1704220686750.png" alt="Stu_SAS_0-1704220686750.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's&amp;nbsp;&lt;EM&gt;very&lt;/EM&gt; similar to what you did with STPs, but a little more streamlined. Mostly everything you need to do is done within a&amp;nbsp;&lt;EM&gt;filename&lt;/EM&gt; statement with the&amp;nbsp;&lt;EM&gt;filesrvc&lt;/EM&gt; access method. Many of the macro variables and things you used to set are no longer needed, but many of the familiar names you used are still there (like _webout).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now if you want to get really advanced, you can use Data Driven Content and pass things from Visual Analytics into the job. That's a pretty complex topic but if you want to learn how to do this, check out the Advanced Scenario Topics section of my paper &lt;A href="https://communities.sas.com/t5/SAS-Global-Forum-Proceedings/Modernizing-Scenario-Analysis-With-SAS-Viya-and-SAS-Visual/ta-p/726348" target="_self"&gt;Modernizing Scenario Analysis with SAS Viya and SAS Viusal Analytics&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 18:42:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910125#M17722</guid>
      <dc:creator>Stu_SAS</dc:creator>
      <dc:date>2024-01-02T18:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910183#M17724</link>
      <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/61362"&gt;@Stu_SAS&lt;/a&gt; for your help. I'll try this code in mine and let you know.</description>
      <pubDate>Wed, 03 Jan 2024 05:23:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910183#M17724</guid>
      <dc:creator>Deep04</dc:creator>
      <dc:date>2024-01-03T05:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910187#M17725</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/61362"&gt;@Stu_SAS&lt;/a&gt;. I ran the code that you suggest but it got errors (snapshot attached). I also want that user can see report in HTML format before they download in excel. I could see that in html format prior to running the code, but it's not visible anymore.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Deep04_0-1704260838250.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92199i703DC4D044A6A1E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Deep04_0-1704260838250.png" alt="Deep04_0-1704260838250.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 05:55:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910187#M17725</guid>
      <dc:creator>Deep04</dc:creator>
      <dc:date>2024-01-03T05:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910188#M17726</link>
      <description>additionally, I forget to tell you that I can't open generated excel file.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jan 2024 06:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910188#M17726</guid>
      <dc:creator>Deep04</dc:creator>
      <dc:date>2024-01-03T06:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910190#M17727</link>
      <description>Errors which I got in my log -&lt;BR /&gt;ERROR: No logical assign for filename _WEBOUT.  &lt;BR /&gt;WARNING: No body file. HTML output will not be created.</description>
      <pubDate>Wed, 03 Jan 2024 06:14:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910190#M17727</guid>
      <dc:creator>Deep04</dc:creator>
      <dc:date>2024-01-03T06:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910201#M17729</link>
      <description>&lt;P&gt;hey&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/61362"&gt;@Stu_SAS&lt;/a&gt;&amp;nbsp;as you see in snapshot I attached the file is generated but there are no data in it.&lt;/P&gt;
&lt;P&gt;I don't understand why this happening also the log showing no errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screencapture-ptissas-mcgm-gov-in-SASJobExecution-2024-01-03-12_16_52.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92202i21D416130168D50B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="screencapture-ptissas-mcgm-gov-in-SASJobExecution-2024-01-03-12_16_52.png" alt="screencapture-ptissas-mcgm-gov-in-SASJobExecution-2024-01-03-12_16_52.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 06:51:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910201#M17729</guid>
      <dc:creator>Deep04</dc:creator>
      <dc:date>2024-01-03T06:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910316#M17730</link>
      <description>&lt;P&gt;It looks like your macro variable for &amp;amp;condition is not resolving and is returning a blank date, resulting in no rows being selected. You may need to check your input form to make sure a date is being passed through correctly. That may be why the downloaded Excel file is not valid. Try hard-coding a valid date that returns data to test that the download works as expected.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 20:10:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910316#M17730</guid>
      <dc:creator>Stu_SAS</dc:creator>
      <dc:date>2024-01-03T20:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910407#M17733</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/61362"&gt;@Stu_SAS&lt;/a&gt; I appreciate your response.&lt;/STRONG&gt; I can tell that my macro variable is not resolving based on the prior log. However, even though the macro variable is now resolved, I am still not receiving any data in HTML or Excel format. For your understanding, I'm sharing the pdf of log, and there aren't any errors in it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, Could you please explain me what is the&amp;nbsp;&lt;SPAN&gt;Associate a Forms(snapshot attached) in short??&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Deep04_0-1704360064416.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92256i96636EC8B8DFDD43/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Deep04_0-1704360064416.png" alt="Deep04_0-1704360064416.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 09:39:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910407#M17733</guid>
      <dc:creator>Deep04</dc:creator>
      <dc:date>2024-01-04T09:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910474#M17735</link>
      <description>&lt;P&gt;I do not see any issues within your code. Can you try running the code and job parameter settings that I have posted and see if it works? You do not need to use a form for it and it will run as-is. That can help diagnose if there's something going on with your code or something going on with your browser.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 15:31:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910474#M17735</guid>
      <dc:creator>Stu_SAS</dc:creator>
      <dc:date>2024-01-04T15:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910510#M17736</link>
      <description>&lt;P&gt;Thanks for your prompt reply&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/61362"&gt;@Stu_SAS&lt;/a&gt;&amp;nbsp;. I am running the code by your given setting (pdf attached). but still getting no output of it. I'm not sure where I'm making mistakes in it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Deep04_0-1704393105992.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92276i3055E96017B82D60/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Deep04_0-1704393105992.png" alt="Deep04_0-1704393105992.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 18:35:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910510#M17736</guid>
      <dc:creator>Deep04</dc:creator>
      <dc:date>2024-01-04T18:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910513#M17737</link>
      <description>&lt;P&gt;Ah I see - thank you! That narrows it down! Try using this ODS statement instead:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file=excelout style=htmlblue;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Updated code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Write an Excel file to the job using the filesrvc access method. The job will handle the rest. */
filename excelout filesrvc 
	parenturi="&amp;amp;SYS_JES_JOB_URI" /* URI of the job that we're currently running */
	name='_webout.xlsx' /* You must write to _webout.extension. The filename is controlled in contentdisp. */
	contenttype='application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' /* Content type */
	contentdisp='attachment; filename="my_excel_file.xlsx"'; /* This is an attachment called my_excel_file.xlsx */
;

ods html close;
ods excel file=excelout style=htmlblue;

proc print data=sashelp.cars;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Jan 2024 19:03:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910513#M17737</guid>
      <dc:creator>Stu_SAS</dc:creator>
      <dc:date>2024-01-04T19:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910516#M17738</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/61362"&gt;@Stu_SAS&lt;/a&gt;&amp;nbsp;. I'll try this code and let you wat happens&lt;/P&gt;
&lt;P&gt;Also,&lt;SPAN&gt;my another concern is it's not showing me the html format too because of that user can't see what are they getting in their excel file.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 19:32:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910516#M17738</guid>
      <dc:creator>Deep04</dc:creator>
      <dc:date>2024-01-04T19:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910537#M17740</link>
      <description>&lt;P&gt;If you'd like to still show HTML, remove the "ods html close" line.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 20:59:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910537#M17740</guid>
      <dc:creator>Stu_SAS</dc:creator>
      <dc:date>2024-01-04T20:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from Stored Process as Excel file in visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910745#M17746</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Deep04_0-1704556621139.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92346iBB4D57FE5B8B3A9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Deep04_0-1704556621139.png" alt="Deep04_0-1704556621139.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hello, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/61362"&gt;@Stu_SAS&lt;/a&gt; I sincerely appreciate your guidance and support, which have enabled me to complete this report.&lt;/P&gt;
&lt;P&gt;I had a few inquiries about my work. I have to right-click the _webout.xlsx file in order to get the spreadsheet file. Why isn't it downloading instantly when I click on it?&lt;/P&gt;
&lt;P&gt;Furthermore, I have another worry with the report title on my page, which displays the path of the stored process. Can I change it so the user understands it better? Als, by default (maybe), Viya opens the report in a separate tab. Can we do something to open in the report.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Deep04_1-1704557076970.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92347iEE4E3E5F775698B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Deep04_1-1704557076970.png" alt="Deep04_1-1704557076970.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2024 17:01:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Download-data-from-Stored-Process-as-Excel-file-in-visual/m-p/910745#M17746</guid>
      <dc:creator>Deep04</dc:creator>
      <dc:date>2024-01-06T17:01:53Z</dc:date>
    </item>
  </channel>
</rss>

