Hi,
just wondering if there is a possibility in Viya VA to build dynamic Report-Links which will open the VA-Report in the same browser tab or an Info-Window.
Certainly we can build a table with the hidden ReportURI and use the dynamic Web-Link as described here: But this will open the Report in the new Browser-Window. Another option would be to use data driven content or web content, but there I cannot even execute any links. none of these is working:
<button onclick="openSelf()">_self</button> <button onclick="openBlank()">_blank</button> <script> function openSelf() { window.open("/SASReportViewer/?reportUri=%2Freports%2Freports%2F1473ee71-740d-48fc-b903-b43c7d33a128", "_self"); } function openBlank() { window.open("/SASReportViewer/?reportUri=%2Freports%2Freports%2F1473ee71-740d-48fc-b903-b43c7d33a128", "_blank"); } </script>
Any Help would be much appreciated.
Cheers
Paul
Just got a response from SAS support team: "because of security reasons. When we write out the iframe for the DDC (or web content) it has to follow a specific set of sandbox options and these options/rules have been laid out after careful consideration by our security experts."
So, it is not possible.
Just got a response from SAS support team: "because of security reasons. When we write out the iframe for the DDC (or web content) it has to follow a specific set of sandbox options and these options/rules have been laid out after careful consideration by our security experts."
So, it is not possible.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.