<?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 security in qlik sense in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23961#M371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please help me with the steps information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2018 14:19:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-16T14:19:40Z</dc:date>
    <item>
      <title>data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23949#M359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you help me with data security/hide on country wise&lt;/P&gt;&lt;P&gt;table1&lt;/P&gt;&lt;P&gt;No Country&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp; India&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp; Eng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 May 2018 04:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23949#M359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-13T04:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23950#M360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use &lt;STRONG&gt;"section access"&lt;/STRONG&gt; to get the kind of security you need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The general help for section access:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/2.1/Subsystems/Hub/Content/Scripting/Security/manage-security-with-section-access.htm" title="https://help.qlik.com/en-US/sense/2.1/Subsystems/Hub/Content/Scripting/Security/manage-security-with-section-access.htm"&gt;https://help.qlik.com/en-US/sense/2.1/Subsystems/Hub/Content/Scripting/Security/manage-security-with-section-access.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The more specific example - which is called &lt;STRONG&gt;dynamic data reduction&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/2.1/Subsystems/Hub/Content/Scripting/Security/dynamic-data-reduction.htm" style="font-size: 10pt;" title="https://help.qlik.com/en-US/sense/2.1/Subsystems/Hub/Content/Scripting/Security/dynamic-data-reduction.htm"&gt;https://help.qlik.com/en-US/sense/2.1/Subsystems/Hub/Content/Scripting/Security/dynamic-data-reduction.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So applied to your example it might look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;SECTION ACCESS; &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Starts the special section of the load script where access is defined&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;ACCESS, USERID,COUNTRY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;USER, AD_DOMAIN\ADMIN,*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;USER, AD_DOMAIN\A, India&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;USER, AD_DOMAIN\B, Eng&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;USER, AD_DOMAIN\C, India&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;USER, INTERNAL\SA_SCHEDULER,*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;STRONG&gt;SECTION APPLICATION; &lt;/STRONG&gt; // Starts the section which is the regular or normal load script part&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;table1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; Country AS COUNTRY;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;No, Country&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;1, India&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;2, Eng&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;More links:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="http://www.qlikisrael-support.com/Knowledgebase/Article/GetAttachment/186/2095352" title="http://www.qlikisrael-support.com/Knowledgebase/Article/GetAttachment/186/2095352"&gt;http://www.qlikisrael-support.com/Knowledgebase/Article/GetAttachment/186/2095352&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.qknow.com.br/wiki/index.php/Section_Access_(English)" title="http://www.qknow.com.br/wiki/index.php/Section_Access_(English)"&gt;Section Access (English) - Qknow&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 May 2018 10:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23950#M360</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-05-13T10:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23951#M361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let's assume that Country table having 10 lacs records&amp;nbsp; then why we have to load inline &lt;/P&gt;&lt;P&gt;for an example: select * from country where country -'Eng' this kinds data security is&amp;nbsp; expected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why this inline condition ?&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;SECTION APPLICATION; &lt;/STRONG&gt;// Starts the section which is the regular or normal load script part&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;table1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp; Country AS COUNTRY;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;No, Country&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;1, India&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;2, Eng&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;and will this conditon sufficient to restrict the data for the particular user&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;SECTION ACCESS; &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Starts the special section of the load script where access is defined&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;ACCESS, USERID,COUNTRY&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;USER, AD_DOMAIN\ADMIN,*&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;USER, AD_DOMAIN\A, India&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;USER, AD_DOMAIN\B, Eng&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;USER, AD_DOMAIN\C, India&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;USER, INTERNAL\SA_SCHEDULER,*&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;finally can we use group instead of User&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 May 2018 15:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23951#M361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-13T15:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23952#M362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is purely an example so you can see the data involved. You replace the INLINE part of the load with either a FROM or most likely a following SQL statement...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 May 2018 16:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23952#M362</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-05-13T16:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23953#M363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted under how this security will work via first inline statement and 2nd normal normal load table or how&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 May 2018 16:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23953#M363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-13T16:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23954#M364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;I wanted under how this security will work via first inline statement and 2nd normal load table or how&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 May 2018 16:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23954#M364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-13T16:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23955#M365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;I wanted understand how this security will work via first inline statement and 2nd normal load table or how&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 May 2018 16:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23955#M365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-13T16:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23956#M366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the second link in my first answer and read the documentation to understand if you find my example insufficient.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 May 2018 16:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23956#M366</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-05-13T16:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23957#M367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is row level security what about data level&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 02:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23957#M367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-14T02:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23958#M368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suggestion please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 03:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23958#M368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-16T03:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23959#M369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suggestions please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 06:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23959#M369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-16T06:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23960#M370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by data level? You mean field/column level right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use OMIT to hide specific fields from different roles/groups/users with the SECTION ACCESS ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 09:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23960#M370</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-05-16T09:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23961#M371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please help me with the steps information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 14:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23961#M371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-16T14:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23962#M372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;logic is unclear to me...anyone else can contribute&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2018 12:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23962#M372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-20T12:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: data security in qlik sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23963#M373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why two inline load and purpose and what about column level security&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2018 12:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/data-security-in-qlik-sense/m-p/23963#M373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-20T12:48:49Z</dc:date>
    </item>
  </channel>
</rss>

