<?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: show all and restrict section access  - qlik sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/show-all-and-restrict-section-access-qlik-sense/m-p/1074855#M17695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a sample app that can be downloaded to explain help with this issue on qlik community please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2016 10:39:59 GMT</pubDate>
    <dc:creator>joeybird</dc:creator>
    <dc:date>2016-04-21T10:39:59Z</dc:date>
    <item>
      <title>show all and restrict section access  - qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/show-all-and-restrict-section-access-qlik-sense/m-p/1074853#M17693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help regarding section access. I am able to restrict access via section access script , certain section of filter panes and data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example SALES USER A can only see a total of a 105 customersID, instead of the full total 1000 customersID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;she can for example only choose too, country USA from a filter pane (Country) and Kitchen from filter pane (Department)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however I would like SALES USER A to be able to compare her sales to everyone else in the system. so still see 1000 customersID, BUT still have the restriction of the filters she can choose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/show-all-and-restrict-section-access-qlik-sense/m-p/1074853#M17693</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2016-04-21T09:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: show all and restrict section access  - qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/show-all-and-restrict-section-access-qlik-sense/m-p/1074854#M17694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could get this if you are loading your data twice. One time normal like now with your section access implemented and one time without any section access whereby you replaced your dimension-values with random one (not to identify and changing with every reload) and/or to consolidate those data to a higher level which then only return an average of your KPI's and these could be then compared against the restricted data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 10:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/show-all-and-restrict-section-access-qlik-sense/m-p/1074854#M17694</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-04-21T10:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: show all and restrict section access  - qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/show-all-and-restrict-section-access-qlik-sense/m-p/1074855#M17695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a sample app that can be downloaded to explain help with this issue on qlik community please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 10:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/show-all-and-restrict-section-access-qlik-sense/m-p/1074855#M17695</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2016-04-21T10:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: show all and restrict section access  - qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/show-all-and-restrict-section-access-qlik-sense/m-p/1074856#M17696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I haven't a sample. For years I had have implemented one with consolidated data and the logic for it is quite simple, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AveragePerMonth:&lt;/P&gt;&lt;P&gt;Load Month, Year, sum(Sales) / count(distinct customersID) as AvgSales &lt;/P&gt;&lt;P&gt;From YourTable Group By Month, Year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 10:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/show-all-and-restrict-section-access-qlik-sense/m-p/1074856#M17696</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-04-21T10:54:29Z</dc:date>
    </item>
  </channel>
</rss>

