Hi there, You have a few steps to do: 1- To allow external access to report without needing user credentials you have to enable guest access. Which you can do following this steps: In SAS Management Console, navigate to Application Management > Configuration Manager „ > SAS Application Infrastructure. Expand Visual Analytics and set the AllowGuest property to true on the Advanced tab in the Properties for these components: Visual Analytics Services > Visual Analytics Transport Service Visual Analytics Viewer Visual Analytics Hub Restart the web application server. 2- You may have to give permission for external websites to access SAS Server (put your website or domain in the "whitelist"). You can find all the information on this link (http://go.documentation.sas.com/?docsetId=bimtag&docsetTarget=p1xtsni38p58t3n1ljd2fy4c3joz.htm&docsetVersion=9.4&locale=en) 3- Get the URL to the report which you can use this model that already works for me: <http://YourSasServer/SASVisualAnalyticsViewer/VisualAnalyticsViewer_guest.jsp?reportPath=/Shared+Data/&reportName=RerportName> You will replace the bold for the information on your report, if you have any "space" in the report name or the report path you can replace it for "+" You can find a few more details on report path and parameters to URL on this link (https://amadeus.co.uk/sas-tips/passing-parameters-into-a-visual-analytics-report/) I Hope it helps! Best Regards Glaubert
... View more