<?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: Visual Analytics reports in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/Visual-Analytics-reports/m-p/911630#M2223</link>
    <description>&lt;P&gt;Yes, we solved this by running the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have to work closely with the admin of SAS Viya to create user groups and assign users to them.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The tables whose content we want to lock for unauthorized access we use at row-level the same UserId than it appears in the sas viya administration.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc cas;
accessControl.updSomeAcsTable /
acs={
{caslib="onair" table="TY_9_SOLICITUDES_V16.sashdat" identity="RedComercial"
identitytype="Group" 
permtype="Grant"
permission="Select"
filter="strip(upcase(dkx))=('SUB::SAS.Userid')"}, 

{caslib="onair" table="TY_9_SOLICITUDES_V16.sashdat" identity="DirComercial"
identitytype="Group" 
permtype="Grant"
permission="Select"
filter="1=1"}
}
;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 16 Jan 2024 09:21:29 GMT</pubDate>
    <dc:creator>acordes</dc:creator>
    <dc:date>2024-01-16T09:21:29Z</dc:date>
    <item>
      <title>Visual Analytics reports</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Visual-Analytics-reports/m-p/911604#M2221</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are looking to find out if we can implement role based or user based access restrictions of a Visual Analytics report content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) One of our requirement is that a group of users will have access to a report which has various tabs inside it. So, is it possible to restrict certain tabs access to only a set of users who has access to report and not everyone who has access?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Can we restrict the users access to the data used in the report? So, if a report used 6 data tables, can a set of users be given access to only 5 tables and show only certain portion of the report content that uses the 5 tables that hey have access to?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please clarify us if there is any way to achieve our above requirements.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 04:06:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Visual-Analytics-reports/m-p/911604#M2221</guid>
      <dc:creator>ertefddfg</dc:creator>
      <dc:date>2024-01-16T04:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Analytics reports</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Visual-Analytics-reports/m-p/911630#M2223</link>
      <description>&lt;P&gt;Yes, we solved this by running the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have to work closely with the admin of SAS Viya to create user groups and assign users to them.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The tables whose content we want to lock for unauthorized access we use at row-level the same UserId than it appears in the sas viya administration.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc cas;
accessControl.updSomeAcsTable /
acs={
{caslib="onair" table="TY_9_SOLICITUDES_V16.sashdat" identity="RedComercial"
identitytype="Group" 
permtype="Grant"
permission="Select"
filter="strip(upcase(dkx))=('SUB::SAS.Userid')"}, 

{caslib="onair" table="TY_9_SOLICITUDES_V16.sashdat" identity="DirComercial"
identitytype="Group" 
permtype="Grant"
permission="Select"
filter="1=1"}
}
;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Jan 2024 09:21:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Visual-Analytics-reports/m-p/911630#M2223</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2024-01-16T09:21:29Z</dc:date>
    </item>
  </channel>
</rss>

