<?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 Row Level Security IN VA Report in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Row-Level-Security-IN-VA-Report/m-p/260020#M3704</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a requirement ,where we need to restrict the rows based on the group of the user logged i.e. if the user A has logged on to access the report and if he belongs to group "GroupA" then he will be allowed see the data where Flag=1 in the chart or else he will see the data where Flag=0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To achieve the same, i have written the below rule to authorise the data&amp;amp;colon;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;('UID'n = 'SUB::SAS.PersonName') AND (((Flag=1) AND ('SUB::SAS.IdentityGroups' Contains 'GroupA')) OR&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;((Flag=0) AND ('SUB::SAS.IdentityGroups' NotContains 'GroupA')) )&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, the chart throws an error with Invalid Data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I changed the rule to figure out where is the error :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;('UID'n = 'SUB::SAS.PersonName') AND ((Flag=1) OR&amp;nbsp;(Flag=0)&lt;/STRONG&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With the modified rule data&amp;nbsp;is displayed in the chart though not the correct data but without any error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help us to figure out the error in the above rule.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your help is highly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rupasree&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2016 10:41:10 GMT</pubDate>
    <dc:creator>Rupasree</dc:creator>
    <dc:date>2016-03-30T10:41:10Z</dc:date>
    <item>
      <title>Row Level Security IN VA Report</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Row-Level-Security-IN-VA-Report/m-p/260020#M3704</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a requirement ,where we need to restrict the rows based on the group of the user logged i.e. if the user A has logged on to access the report and if he belongs to group "GroupA" then he will be allowed see the data where Flag=1 in the chart or else he will see the data where Flag=0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To achieve the same, i have written the below rule to authorise the data&amp;amp;colon;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;('UID'n = 'SUB::SAS.PersonName') AND (((Flag=1) AND ('SUB::SAS.IdentityGroups' Contains 'GroupA')) OR&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;((Flag=0) AND ('SUB::SAS.IdentityGroups' NotContains 'GroupA')) )&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, the chart throws an error with Invalid Data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I changed the rule to figure out where is the error :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;('UID'n = 'SUB::SAS.PersonName') AND ((Flag=1) OR&amp;nbsp;(Flag=0)&lt;/STRONG&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With the modified rule data&amp;nbsp;is displayed in the chart though not the correct data but without any error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help us to figure out the error in the above rule.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your help is highly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rupasree&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 10:41:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Row-Level-Security-IN-VA-Report/m-p/260020#M3704</guid>
      <dc:creator>Rupasree</dc:creator>
      <dc:date>2016-03-30T10:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Row Level Security IN VA Report</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Row-Level-Security-IN-VA-Report/m-p/260023#M3705</link>
      <description>&lt;P&gt;Seems to be a missing space between &lt;STRONG&gt;Not&lt;/STRONG&gt; and &lt;STRONG&gt;Contains&lt;/STRONG&gt;. Just in the post?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 11:03:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Row-Level-Security-IN-VA-Report/m-p/260023#M3705</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-03-30T11:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Row Level Security IN VA Report</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Row-Level-Security-IN-VA-Report/m-p/264484#M3924</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The above issue was solved by using sas-metadata-access batch tool.The below link gives more information about batch tool:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings15/SAS1779-2015.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings15/SAS1779-2015.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rupasree&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 07:10:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Row-Level-Security-IN-VA-Report/m-p/264484#M3924</guid>
      <dc:creator>Rupasree</dc:creator>
      <dc:date>2016-04-18T07:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Row Level Security IN VA Report</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Row-Level-Security-IN-VA-Report/m-p/264495#M3926</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/21601"&gt;@Rupasree﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply, I've successfully implemented it. Check this link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-using-Logged-In-User/m-p/264493#M3925" target="_self"&gt;https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-using-Logged-In-User/m-p/264493#M3925&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Balraj&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 07:59:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Row-Level-Security-IN-VA-Report/m-p/264495#M3926</guid>
      <dc:creator>balraj</dc:creator>
      <dc:date>2016-04-18T07:59:42Z</dc:date>
    </item>
  </channel>
</rss>

