<?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 &amp;quot;Database driven&amp;quot; Dynamic Data Reduction in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Database-driven-quot-Dynamic-Data-Reduction/m-p/842495#M2846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made use of dynamic data reduction to restrict access to content (filter rows) based on your roles / user.&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;section access;&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;LOAD * inline [&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;ACCESS, USERID,REDUCTION, OMIT&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;USER, AD_DOMAIN\ADMIN,*,&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;USER, AD_DOMAIN\A,1,&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;USER, AD_DOMAIN\B, 2,NUM&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;USER, AD_DOMAIN\C, 3, ALPHA&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;];&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;This way (explicit access to each user in "every script") is not convenient for us. Will this work the same way if I replace the inline script with some external database / file mapping? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2015 15:12:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-09T15:12:36Z</dc:date>
    <item>
      <title>"Database driven" Dynamic Data Reduction</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Database-driven-quot-Dynamic-Data-Reduction/m-p/842495#M2846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made use of dynamic data reduction to restrict access to content (filter rows) based on your roles / user.&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;section access;&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;LOAD * inline [&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;ACCESS, USERID,REDUCTION, OMIT&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;USER, AD_DOMAIN\ADMIN,*,&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;USER, AD_DOMAIN\A,1,&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;USER, AD_DOMAIN\B, 2,NUM&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;USER, AD_DOMAIN\C, 3, ALPHA&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;];&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;&lt;/P&gt;&lt;P class="code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;This way (explicit access to each user in "every script") is not convenient for us. Will this work the same way if I replace the inline script with some external database / file mapping? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 15:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Database-driven-quot-Dynamic-Data-Reduction/m-p/842495#M2846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T15:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: "Database driven" Dynamic Data Reduction</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Database-driven-quot-Dynamic-Data-Reduction/m-p/842496#M2847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In short, Yes &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 15:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Database-driven-quot-Dynamic-Data-Reduction/m-p/842496#M2847</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-07-09T15:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: "Database driven" Dynamic Data Reduction</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Database-driven-quot-Dynamic-Data-Reduction/m-p/842497#M2848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it works only after I sign out and sign in to hub. I did data load as well. I am not sure if there is a better way. Doing this every time is frustrating. Anyways thanks it works at least for now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 16:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Database-driven-quot-Dynamic-Data-Reduction/m-p/842497#M2848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T16:47:04Z</dc:date>
    </item>
  </channel>
</rss>

