Skip to main content

Posts

Showing posts from April, 2017

SAS VA auto refresh

Not long back I came to know SAS has made auto-refresh easy in their latest version 7.x. Before I used to do auto-refresh either using Chrome Plugin or other tools like AutoHotKey script. So here we can how to do auto-refresh in SAS VA without using any external application. You can do it with guest account if enabled or normal user account. So open the report and click on File -> Email. You can do it only if you open the URL that has Banner. Below will be the base url that gives banner and the others don't: Here are the base URLs: With Banner http://<server>:<port>/SASVisualAnalyticsViewer/VisualAnalyticsViewer.jsp? For Guest Access http://<server>:<port>/SASVisualAnalyticsViewer/guest.jsp? Without Banner http://<server>:<port>/SASVisualAnalyticsViewer/VisualAnalyticsViewer.jsp?reportViewOnly=true& For Guest Access http://<server>:<port>/SASVisualAnalyticsViewer/VisualAnalyticsViewer_guest.jsp? Now open the UR