<?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: Need help on Streams 'n' Apps Access in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068805#M5849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Vamsi! for your time and reply on this. I did almost the same way and initially not working. So tried checking if any other workaround for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On again, Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 May 2016 16:59:16 GMT</pubDate>
    <dc:creator>ksasidhars</dc:creator>
    <dc:date>2016-05-05T16:59:16Z</dc:date>
    <item>
      <title>Need help on Streams 'n' Apps Access</title>
      <link>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068803#M5847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All -&amp;nbsp; We are on v2.1.1 and need help on the security rule for the below scenario - Could you please help in this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you plz check if you got the procedure to allow FULL ACCESS to Stream and CONDITIONAL ACCESS to Apps in that Stream or let me know your thoughts on the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: yellow;"&gt;Scenario -&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stream&lt;/STRONG&gt; (holding App1, App2, App3&amp;amp; App4) has access to all 4 groups A,B,C,D &lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;App1 to be accessed by A&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;App2 to be accessed by B&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;App3 to be accessed by C&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;App4 to be accessed by D&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 03:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068803#M5847</guid>
      <dc:creator>ksasidhars</dc:creator>
      <dc:date>2016-05-04T03:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Streams 'n' Apps Access</title>
      <link>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068804#M5848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this helps. You need to create custom properties one belongs to streams and users. Another custom property belongs to App and users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each stream will have custom property value. For example lets say you created a custom property called StreamGroup. You have a stream called Testing. Create a value of Testing or&amp;nbsp; something that you can identify that it belongs to Testing stream in StreamGroup Custom property. Once you created assign that value of custom property to Stream. Same thing goes with App also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stream values and App values from custom property also applies to user profile. Once this is done you will create universal security rule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disable Stream security rule in order to have below things work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name of the Rule :&lt;/STRONG&gt; UDR_Stream_StreamAccess_Group&amp;nbsp; (This will give access to Stream )&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resource Filter :&lt;/STRONG&gt; Stream_*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Context:&lt;/STRONG&gt; Hub&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Conditions :&lt;/STRONG&gt; ((user.@StreamGroup=resource.@StreamGroup))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Name of the Rule :&lt;/STRONG&gt; UDR_Stream_App Default Rule&amp;nbsp; (This will give access to App to users and they can see all apps in&amp;nbsp; a stream)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Resource Filter :&lt;/STRONG&gt; App*&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Context:&lt;/STRONG&gt; Hub&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Conditions :&lt;/STRONG&gt; (resource.resourcetype = "App" and resource.stream.HasPrivilege("read") and resource.@AppLevelMgmt.empty()) or ((resource.resourcetype = "App.Object" and resource.published ="true") and resource.app.stream.HasPrivilege("read"))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Name of the Rule :&lt;/STRONG&gt; UDR_Stream_App Custom Rule&amp;nbsp; (This will give access to specificApp to users. &lt;SPAN style="font-size: 13.3333px;"&gt;AppLevelMgmt&amp;nbsp; is custom property for apps. By default if you dont have any restriction in a stream then you dont assign any values to App. In a stream if you want maintain security for each app then you will assign values of that app and to users.&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Resource Filter :&lt;/STRONG&gt; App_*&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Context:&lt;/STRONG&gt; Hub&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Conditions :&lt;/STRONG&gt; resource.stream.HasPrivilege("read") and ((user.@AppLevelMgmt = resource.@AppLevelMgmt ))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;We learned it in a hardway to implement these.Security rules is different world to maintain. please test a lot before making available to users. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 19:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068804#M5848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-04T19:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Streams 'n' Apps Access</title>
      <link>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068805#M5849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Vamsi! for your time and reply on this. I did almost the same way and initially not working. So tried checking if any other workaround for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On again, Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 16:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068805#M5849</guid>
      <dc:creator>ksasidhars</dc:creator>
      <dc:date>2016-05-05T16:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Streams 'n' Apps Access</title>
      <link>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068806#M5850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done the same thing. It worked perfectly for Apps but then it is not showing any Sheets in those apps.&lt;/P&gt;&lt;P&gt;Do I need to change any other Security rule?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 12:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068806#M5850</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-10-26T12:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Streams 'n' Apps Access</title>
      <link>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068807#M5851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am facing same problem as Shraddha, No sheets are visible from app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 10:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068807#M5851</guid>
      <dc:creator />
      <dc:date>2016-11-03T10:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Streams 'n' Apps Access</title>
      <link>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068808#M5852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked for me.&lt;/P&gt;&lt;P&gt;Can you explain the steps you followed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 03:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068808#M5852</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-11-04T03:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Streams 'n' Apps Access</title>
      <link>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068809#M5853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi @Shraddha Gajare&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;im having the same problem as Nitin.&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;apps are showing but no sheets are visible.&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: 10pt; font-family: inherit;"&gt;so i followed the same exact thing above&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;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;1-i created two custom properties&lt;/STRONG&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;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;** &lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;StreamGroup&amp;nbsp; for stream and users&lt;/EM&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;value : Sale&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;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;*&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;*&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;AppLevelMgmt for apps and users&lt;/EM&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;no value at first try to give the user full access to apps.&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&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;&lt;SPAN style="font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;2-i have a stream called Sales:&lt;/STRONG&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;assigned&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;costume&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; property value &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;StreamGroup =&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Sale&lt;/SPAN&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&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;&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;3- Security Rules applied&lt;/STRONG&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;&lt;SPAN style="font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG style="font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&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;&lt;SPAN style="font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG style="font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;1st&lt;/EM&gt;&lt;/STRONG&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;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Name of the Rule :&lt;/STRONG&gt;&lt;/SPAN&gt; UDR_Stream_StreamAccess_Group&amp;nbsp; (This will give access to Stream )&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-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Resource Filter :&lt;/STRONG&gt;&lt;/SPAN&gt; Stream_*&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-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Context:&lt;/STRONG&gt;&lt;/SPAN&gt; Hub&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-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Conditions :&lt;/STRONG&gt;&lt;/SPAN&gt; ((user.@StreamGroup=resource.@StreamGroup))&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;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;EM style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;2nd&lt;/STRONG&gt;&lt;/EM&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;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Name of the Rule :&lt;/STRONG&gt;&lt;/SPAN&gt; UDR_Stream_App Default Rule&amp;nbsp; (This will give access to App to users and they can see all apps in&amp;nbsp; a stream)&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-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Resource Filter :&lt;/STRONG&gt;&lt;/SPAN&gt; App*&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-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Context:&lt;/STRONG&gt;&lt;/SPAN&gt; Hub&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-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Conditions :&lt;/STRONG&gt;&lt;/SPAN&gt; (resource.resourcetype = "App" and resource.stream.HasPrivilege("read") and resource.@AppLevelMgmt.empty()) or ((resource.resourcetype = "App.Object" and resource.published ="true") and resource.app.stream.HasPrivilege("read"))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;4-User 1&lt;/STRONG&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;assigned&amp;nbsp; &lt;/SPAN&gt;costume&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; property value &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;StreamGroup =&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Sale&lt;/SPAN&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;do we have to apply another security rule for sheet level ??&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 09:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1068809#M5853</guid>
      <dc:creator>kaldubai</dc:creator>
      <dc:date>2018-01-29T09:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Streams 'n' Apps Access</title>
      <link>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1529842#M12265</link>
      <description>&lt;P&gt;For anyone who is still having issues with this, please make sure the two security rules that manage the app access are both for App* and NOT App_*.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will ensure the user has access to all app content and not just the app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 08:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Need-help-on-Streams-n-Apps-Access/m-p/1529842#M12265</guid>
      <dc:creator>Onyi_Nwabia-Robbins</dc:creator>
      <dc:date>2019-01-14T08:10:36Z</dc:date>
    </item>
  </channel>
</rss>

