<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>visibility of a page on the site</title><link>https://community.appian.com/discussions/f/general/22494/visibility-of-a-page-on-the-site</link><description>Can you help me on how I can restrict the visibility of my page if I put this in but the other role I have still sees it? 
 not ( isusermemberofallgroups( user: loggedInUser(), groups: a!groupsByName(&amp;quot;RDCR Ejecutivo&amp;quot;) ) )</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: visibility of a page on the site</title><link>https://community.appian.com/thread/87929?ContentTypeID=1</link><pubDate>Fri, 12 Nov 2021 17:43:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:060b6cc9-dc20-4cee-897f-126dad2ed2c8</guid><dc:creator>Richard Michaelis</dc:creator><description>&lt;p&gt;Hi aliciam,&lt;/p&gt;
&lt;p&gt;Welcome to the community.&lt;/p&gt;
&lt;p&gt;1.) Why are you using isusermemberofallgroups()? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;You try to check for one group here.&lt;/p&gt;
&lt;p&gt;-&amp;gt;try to use&lt;/p&gt;
&lt;p&gt;a!isUserMemberOfGroup()&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/21.3/fnc_people_a_isusermemberofgroup.html"&gt;docs.appian.com/.../fnc_people_a_isusermemberofgroup.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2.) Why not using a constant for the groups you try to check?&lt;/p&gt;
&lt;p&gt;3.) The statement tells :&lt;/p&gt;
&lt;p&gt;If a user is not member of all the groups you try to check(in your case one group) , then true-&amp;gt; because of the not() you change all true values into false and vice versa&amp;nbsp;-&amp;gt; then false&lt;/p&gt;
&lt;p&gt;So translated: don&amp;#39;t show if a user is member of the group but show it for everyone else.&lt;/p&gt;
&lt;p&gt;Regardless if they are member of other groups or no member in any group the visibility is just restricted for member of the groups.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>