<?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: Qlik Sense security rule problem in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351713#M30146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you see here I expected to be unable to create (C) objects for this user and app.&lt;/P&gt;&lt;P&gt;or i'm wrong ???&lt;/P&gt;&lt;P&gt;&lt;IMG alt="securityRules_04.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159395_securityRules_04.png" style="height: 247px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2017 08:03:20 GMT</pubDate>
    <dc:creator>agigliotti</dc:creator>
    <dc:date>2017-04-07T08:03:20Z</dc:date>
    <item>
      <title>Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351703#M30136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using version 3.2 SR2 and I modified the following security rule:&lt;/P&gt;&lt;P&gt;CreateAppObjectsPublishedApp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adding the below condition :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and (user.group="role_dev" or user.group="role_ext")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;!resource.App.stream.Empty() and resource.App.HasPrivilege("read") and (resource.objectType = "userstate" or resource.objectType = "sheet" or resource.objectType = "story" or resource.objectType = "bookmark" or resource.objectType = "snapshot" or resource.objectType = "embeddedsnapshot" or resource.objectType = "hiddenbookmark") and !user.IsAnonymous() and (user.group="role_dev" or user.group="role_ext")&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I noted a user not belonging to the "role_dev" or "role_ext" is able to create app objects ex. sheet object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it a BUG ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know asap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 10:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351703#M30136</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-04-06T10:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351704#M30137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;!resource.App.stream.Empty() and&lt;/P&gt;&lt;P&gt;resource.app.@&lt;STRONG&gt;YOURAPPCUSTOMRPOPERTY="YOURCUSTOMAPPVALUE"&lt;/STRONG&gt; and&lt;/P&gt;&lt;P&gt;resource.name!="&lt;STRONG&gt;YOURSHEETS&lt;/STRONG&gt;" and&lt;/P&gt;&lt;P&gt;(resource.objectType = "userstate" or resource.objectType = "story" or resource.objectType = "bookmark" or&amp;nbsp; resource.objectType = "embeddedsnapshot" or resource.objectType = "hiddenbookmark") and (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;user.group="role_dev" or user.group="role_ext"&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt; user.group!="YOURRESTICTEDGROUP"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;Maybe try this one?&lt;/P&gt;&lt;P&gt;Not sure but it worked for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 15:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351704#M30137</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-04-06T15:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351705#M30138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually I need to disable all app objects creation, not only sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 15:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351705#M30138</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-04-06T15:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351706#M30139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Disable all objects for everyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 15:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351706#M30139</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-04-06T15:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351707#M30140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes for everyone except for the root admin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 15:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351707#M30140</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-04-06T15:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351708#M30141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159303_Capture.PNG" style="height: 47px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Disable the default CreateObject rule in your QMC Security Rules Tab. Check above image?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This will disable for all (including Root Admin)&lt;/P&gt;&lt;P&gt;In sometime I'll let you know how to enable for Root admin. Will test it and update it here.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 15:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351708#M30141</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-04-06T15:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351709#M30142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's already disabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 15:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351709#M30142</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-04-06T15:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351710#M30143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Audit page to show which rules are granting which rights to whom on what object. See this video for details: &lt;A href="https://www.youtube.com/watch?v=lVs7JQm3Ph4" title="https://www.youtube.com/watch?v=lVs7JQm3Ph4"&gt;Auditing security - Qlik Sense 2.1 - YouTube&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 16:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351710#M30143</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2017-04-06T16:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351711#M30144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think as you disable the Default CreateObject rule it should disable editing for all users.&lt;/P&gt;&lt;P&gt;If that's not happening then I'm not sure why?&lt;/P&gt;&lt;P&gt;Can you make sure the rule is disabled?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 18:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351711#M30144</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-04-06T18:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351712#M30145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you can see below I disabled the rule&lt;/P&gt;&lt;P&gt;&lt;IMG alt="securityRules_03.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159385_securityRules_03.png" style="height: 13px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but all users are still able to create new objects for the published app!!!???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 07:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351712#M30145</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-04-07T07:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351713#M30146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you see here I expected to be unable to create (C) objects for this user and app.&lt;/P&gt;&lt;P&gt;or i'm wrong ???&lt;/P&gt;&lt;P&gt;&lt;IMG alt="securityRules_04.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159395_securityRules_04.png" style="height: 247px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 08:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351713#M30146</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-04-07T08:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351714#M30147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;definitely I'm going to create a new case on support portal to fix this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 07:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351714#M30147</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-04-10T07:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351715#M30148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good news for Qlik and for customers of course!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after some try I understand the rule actually it's working as expected, because the user is not able to create app objects even if the button ex. (create new sheet) is shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what's happening is the user create a new sheet, but &lt;SPAN style="font-size: 10pt;"&gt;after page refreshed the sheet created disappear in according with the security rule associated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;i think Qlik should improve this behavior hiding the corresponding HTML element.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it's clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 14:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351715#M30148</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-04-11T14:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351716#M30149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have wrote a rule to restrict the duplication of sheets but only after refreshing the page the created sheet disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;So I want to disable the edit button when the user using Qlik sense. How to achieve this ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 10:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351716#M30149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-07T10:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351717#M30150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nivetha,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I'm sorry but i can't help you on this topic because nobody asked me to do it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you find something about this request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 12:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351717#M30150</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-06-07T12:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351718#M30151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Disable the CreateAppObjectsPublishedApp rule in Security Rules.&lt;/P&gt;&lt;P&gt;this will disable the Edit option for users&lt;/P&gt;&lt;P&gt;Note: this will disable for all users.&lt;/P&gt;&lt;P&gt;If you like to enable for few users then you'd have to write new rule with App Object* as filter in Rules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!resource.App.stream.Empty() and&lt;/P&gt;&lt;P&gt;resource.app.@SecurityApp="YOURAPPNAMEHERE" and &lt;/P&gt;&lt;P&gt;resource.name!="YOURSHEETNAMEHERE" and&lt;/P&gt;&lt;P&gt;(resource.objectType = "userstate" or resource.objectType = "story" or resource.objectType = "bookmark" or&amp;nbsp; resource.objectType = "embeddedsnapshot" or resource.objectType = "hiddenbookmark") and (user.name="&lt;SPAN style="font-size: 13.3333px;"&gt;ADDYOURUSER1HERE&lt;/SPAN&gt;")&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;(user.name!="ADDYOURUSER2HERE")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above rule is advance level and this will enable EDIT for only 2 users and only for 1 Sheet.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="166062" alt="Captur1e.PNG" class="jive-image image-1" height="466" src="https://community.qlik.com/legacyfs/online/166062_Captur1e.PNG" style="height: 465.591px; width: 376px;" width="376" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 13:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351718#M30151</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-06-07T13:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351719#M30152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in version June 2017 Patch 1 the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;button &lt;SPAN style="font-size: 13.3333px;"&gt;"create &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;new sheet" &lt;/SPAN&gt;is no more visible according to the security rule policy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;the UI improvement finally has been done.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 14:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351719#M30152</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-08-25T14:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351720#M30153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Hello Andrea, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;You condition indicated. Is correct ??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Please help me. Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;adding the below condition :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;and (user.group="role_dev" or user.group="role_ext")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;---&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;!resource.App.stream.Empty() and resource.App.HasPrivilege("read") and (resource.objectType = "userstate" or resource.objectType = "sheet" or resource.objectType = "story" or resource.objectType = "bookmark" or resource.objectType = "snapshot" or resource.objectType = "embeddedsnapshot" or resource.objectType = "hiddenbookmark") and !user.IsAnonymous() and (user.group="role_dev" or user.group="role_ext")&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;---&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 14:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351720#M30153</guid>
      <dc:creator />
      <dc:date>2017-09-22T14:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351721#M30154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really need help on this one!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my environment, there are 5 users.. who have the same access. But somehow two of them able to create the sheet however others do not have access to create the sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "CreateAppObjectPublished" rule is not disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this.. I am really confused in this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;DC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 06:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351721#M30154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T06:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense security rule problem</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351722#M30155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌ said above first check what is going on using Audit.&lt;/P&gt;&lt;P&gt;There you'll find the reason why.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 08:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rule-problem/m-p/1351722#M30155</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-12-18T08:37:26Z</dc:date>
    </item>
  </channel>
</rss>

