<?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 Section Access is not working properly in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358147#M30367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i comment the section access, the values are correct.&lt;/P&gt;&lt;P&gt;I've a collegue of mine that tells me that section access does not work properly with null values in the columns that we want to restrict some data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;helga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jun 2017 11:36:31 GMT</pubDate>
    <dc:creator>venturahl</dc:creator>
    <dc:date>2017-06-26T11:36:31Z</dc:date>
    <item>
      <title>Qlik Sense Section Access is not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358141#M30361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing a problem with section access that i cannot resolve/ understand &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've two sources of data: DW (sales data) and an excel file (targets). My user QlikAdmin, can see all sales data but the data from excel is not appearing.&lt;/P&gt;&lt;P&gt;In my data model, i had already created an autorization key field to connect to my section access script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Access;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SecurityTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ACCESS, USERID, YEAR, MONTH, COD_EMPRESA, COD_SA, COD_PROS, COD_TECNICO, AUTHORIZATIONKEY, COD_CLIENT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ADMIN, SRVBIQLIK\QLIKADMIN, *, *, *, *, *, *, *, *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident TabSA;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop Table TabSA;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, my user QlikAdmin as an administrator with asterisk in every fields is not able to see all data.&lt;/P&gt;&lt;P&gt;What can i do to solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help me soon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Helga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 09:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358141#M30361</guid>
      <dc:creator>venturahl</dc:creator>
      <dc:date>2017-06-26T09:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Section Access is not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358142#M30362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helga,&lt;/P&gt;&lt;P&gt;Administrator is able to see only fields who Users are seeing , not all data.&lt;/P&gt;&lt;P&gt;Try to remove * from Administrator row (like Null Field).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 10:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358142#M30362</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-26T10:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Section Access is not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358143#M30363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, thanks for you quick answer.&lt;/P&gt;&lt;P&gt;If i do that, administrator is unable to see some fields....&lt;/P&gt;&lt;P&gt;My admin, cannot see only the values that came from an excel sheet. For example: my column &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;COD_TECNICO&lt;/STRONG&gt; only have some codes, and the values of this codes i can see withou any problem. When this field had null/empty codes, I as admin, 'i'm not able to see the values of my measure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Helga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 10:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358143#M30363</guid>
      <dc:creator>venturahl</dc:creator>
      <dc:date>2017-06-26T10:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Section Access is not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358144#M30364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have You tried&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ADMIN, SRVBIQLIK\QLIKADMIN, , , , , , , &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 10:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358144#M30364</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-26T10:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Section Access is not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358145#M30365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Antonio, unfortunately didn't work. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 11:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358145#M30365</guid>
      <dc:creator>venturahl</dc:creator>
      <dc:date>2017-06-26T11:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Section Access is not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358146#M30366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, I don't know this behavior.&lt;/P&gt;&lt;P&gt;However, I think is not correlated to Section Access.&lt;/P&gt;&lt;P&gt;May be Your Expression.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 11:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358146#M30366</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-26T11:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Section Access is not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358147#M30367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i comment the section access, the values are correct.&lt;/P&gt;&lt;P&gt;I've a collegue of mine that tells me that section access does not work properly with null values in the columns that we want to restrict some data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;helga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 11:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358147#M30367</guid>
      <dc:creator>venturahl</dc:creator>
      <dc:date>2017-06-26T11:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Section Access is not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358148#M30368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access with the Asterix will work however it only works on the access provided to the other users.&lt;/P&gt;&lt;P&gt;Here is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, %FLIGHTTYPE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN123, *&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, DF, DF123, DOMESTIC_FOREIGN&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, DU, DU123, DOMESTIC_US&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, IF, DIF123, INTERNATIONAL_FOREIGN&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt; %FLIGHTTYPE, Flight Type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOMESTIC_FOREIGN,"Domestic, Foreign Carriers"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOMESTIC_US, "Domestic, US Carriers Only"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTERNATIONAL_FOREIGN,"International, Foreign Carriers"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTERNATIONAL_US,"International, US Carriers Only"&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that Admin is assigned * to the %FLIGHTTYPE field.&lt;/P&gt;&lt;P&gt;There are 3 other users with the values of DOMESTIC_FOREIGN, DOMESTIC_US and INTERNATIONAL_FOREIGN for the %FLIGHTTYPE field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice in the INLINE table below there are actually 4 different values available for the %FLIGHTTYPE field therefore INTERNATIONAL_US has not been assigned to anyone.&lt;/P&gt;&lt;P&gt;You normally think that the assign * would actually include all 4 different %FLIGHTTYPE values however it does not. The asterix only applies to the 3 that have been assigned to users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to get around this you need to change the access to include an additional line for the Admin user and assign the value of INTERNATIONAL_US to the %FLIGHTTYPE field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, %FLIGHTTYPE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN123, *&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN123, INTERNATIONAL_US&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, DF, DF123, DOMESTIC_FOREIGN&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, DU, DU123, DOMESTIC_US&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, IF, DIF123, INTERNATIONAL_FOREIGN&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt; %FLIGHTTYPE, Flight Type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOMESTIC_FOREIGN,"Domestic, Foreign Carriers"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOMESTIC_US, "Domestic, US Carriers Only"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTERNATIONAL_FOREIGN,"International, Foreign Carriers"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTERNATIONAL_US,"International, US Carriers Only"&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Nicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 10:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358148#M30368</guid>
      <dc:creator>njmaehler</dc:creator>
      <dc:date>2017-07-06T10:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Section Access is not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358149#M30369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nicky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for the explanation, it was very useful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help other people with the same doubts as me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Helga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 15:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Section-Access-is-not-working-properly/m-p/1358149#M30369</guid>
      <dc:creator>venturahl</dc:creator>
      <dc:date>2017-07-06T15:12:05Z</dc:date>
    </item>
  </channel>
</rss>

