<?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: Data reduction doesn't work in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116286#M8080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll open a new thread for my other issue..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2018 13:53:45 GMT</pubDate>
    <dc:creator>dafnis14</dc:creator>
    <dc:date>2018-10-18T13:53:45Z</dc:date>
    <item>
      <title>Data reduction doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116280#M8074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;Hi,&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;I created&amp;nbsp; a section access which is based on a file I prepared:&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;IMG alt="USERSPERMS.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216222_USERSPERMS.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;I have the following issues:&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;If I don’t add the line &lt;SPAN style="color: red;"&gt;ADMIN,*,*&lt;/SPAN&gt;, I cannot open the app, eventhough In the QMC I'm defined as RootAdmin.&lt;/LI&gt;&lt;LI&gt;Data is not reduced. The users see all product groups.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Here is the script:&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;Star = '*';&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;section access;&amp;nbsp; &lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;UserPerms:&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;LOAD * inline [&amp;nbsp; &lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;ACCESS,USERID,PRODUCTGROUPID&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;&lt;SPAN style="color: red;"&gt;ADMIN,*,*&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;ADMIN, INTERNAL\SA_SCHEDULER,*&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;];&amp;nbsp; &lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;Concatenate (UserPerms)&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;LOAD&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt; ACCESS,&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt; USERID,&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt; PRODUCTGROUPID&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;FROM $(vPathFinalData)UsersPermissions.qvd]&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;section application;&amp;nbsp; &lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;ItemGroup:&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;LOAD ItmsGrpCod,&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt; ItemGroupName,&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt; &lt;SPAN style="color: #ff0000;"&gt;ItmsGrpCod as PRODUCTGROUPID&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;FROM&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;$(vPathFinalData)ItemGroup.qvd]&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;(qvd);&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;What am I doing wrong???&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 2.0pt; text-align: left;"&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 11:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116280#M8074</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-10-18T11:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data reduction doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116281#M8075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if that will solve you problem but the correct syntax for star is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Targets.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Star &lt;STRONG&gt;is&lt;/STRONG&gt; *;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 12:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116281#M8075</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-10-18T12:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data reduction doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116282#M8076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I think it IS your problem since the documentation says that if you don't specify&amp;nbsp; &lt;STRONG&gt;&lt;EM&gt;STAR IS '*';&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; then&amp;nbsp; &lt;STRONG&gt;&lt;EM&gt;STAR IS;&lt;/EM&gt;&lt;/STRONG&gt; is assumed meaning that star is &lt;STRONG style="text-decoration: underline;"&gt;not&lt;/STRONG&gt; considered a wildcard:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Star.htm" title="https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Star.htm"&gt;https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Star.…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 12:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116282#M8076</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-10-18T12:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data reduction doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116283#M8077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I corrected as you suggested, Thanks!. &lt;/P&gt;&lt;P&gt;But why am I still getting the "access denied" message if I remove the line:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;ADMIN,*,*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(I still didn't ask the users to try..)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 12:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116283#M8077</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-10-18T12:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data reduction doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116284#M8078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is necessary for some organizations and businesses to even restrict what the RootAdmin is allowed to view of &lt;STRONG&gt;data&lt;/STRONG&gt;. That's why a RootAdmin has to be given explicit DATA-access in SECTION ACCESS even though a RootAdmin has unrestricted access to all resources (except data) on a Qlik Sense site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 12:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116284#M8078</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-10-18T12:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data reduction doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116285#M8079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After fixing the Star is, the user ZZZZ sees the data of user YYYY&amp;nbsp; as well.&lt;/P&gt;&lt;P&gt;I guess I'm still missing something&amp;nbsp; :-(..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 13:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116285#M8079</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-10-18T13:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data reduction doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116286#M8080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll open a new thread for my other issue..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 13:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116286#M8080</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-10-18T13:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data reduction doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116287#M8081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/146975"&gt;petter-s&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would like your opinion about the behavior I described in my "correct answer":&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1560563"&gt;Data reduction: user sees other user's data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the issue I described expected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 11:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-reduction-doesn-t-work/m-p/116287#M8081</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-10-24T11:54:30Z</dc:date>
    </item>
  </channel>
</rss>

