<?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: Section Access REDUCTION example in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178228#M21678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the below logic to solve your problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif;"&gt;&lt;EM&gt;&lt;STRONG&gt;As the same internal logic that is the hallmark of Qlik Sense is also used in the access section, the security fields can be put in different tables. All the fields listed in LOAD or SELECT statements in the section access must be written in UPPER CASE. Convert any field name containing lower case letters in the database to upper case using the Upper function before reading the field by the LOAD or SELECT statement&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID,YEAR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ADMIN, SERVIDOR\UserA, 2015&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ADMIN, SERVIDOR\UserB, 2011&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER, SERVIDOR\UserC, 2013&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER, INTERNAL\SA_SCHEDULER,*&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_includes_Year_field:&lt;/P&gt;&lt;P&gt;Load [Year],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Upper([Year]) AS YEAR&lt;/P&gt;&lt;P&gt;Resident [YourTable];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2016 07:15:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-20T07:15:24Z</dc:date>
    <item>
      <title>Section Access REDUCTION example</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178220#M21670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to deploy an app with section access.&lt;/P&gt;&lt;P&gt;I have the field Year with values 2011, 2012...2016.&lt;/P&gt;&lt;P&gt;Now, i need user A see only 2011, user B see only 2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im doing this:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, USERID, YEAR&lt;/P&gt;&lt;P&gt;ADMIN, domain\admin, *&lt;/P&gt;&lt;P&gt;USER, domain\A, 2011&lt;/P&gt;&lt;P&gt;USER, doman\B, 2015&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its not working... what do i need?? help please im desperate &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, 18 Jul 2016 14:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178220#M21670</guid>
      <dc:creator>slondono</dc:creator>
      <dc:date>2016-07-18T14:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access REDUCTION example</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178221#M21671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Im doing this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ACCESS, USERID, YEAR&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ADMIN, DOMAIN/ADMIN, *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER, DOMAIN\A, 2011&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER, DOMAIN\B, 2015&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER, DUMMY, 2012&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER, DUMMY, 2013&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER, DUMMY, 2014&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;USER, DUMMY, 2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Go to Settings -- Document Properties -- Opening &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tick All Three&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Initial Data Reduction Based on Section Access&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Strict Exclusion&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Prohibit Binary Load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 14:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178221#M21671</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-07-18T14:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access REDUCTION example</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178222#M21672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But Qlik Sense does have that option?? where?? i know qlik view does.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 14:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178222#M21672</guid>
      <dc:creator>slondono</dc:creator>
      <dc:date>2016-07-18T14:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access REDUCTION example</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178223#M21673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try only this...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;ACCESS, USERID, YEAR&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;ADMIN, DOMAIN/ADMIN, *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;USER, DOMAIN\A, 2011&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;USER, DOMAIN\B, 2015&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;USER, DUMMY, 2012&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;USER, DUMMY, 2013&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;USER, DUMMY, 2014&lt;/P&gt;&lt;P style="font-size: 13px; 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;"&gt;USER, DUMMY, 2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 14:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178223#M21673</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-07-18T14:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access REDUCTION example</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178224#M21674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats what im doing but its not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; I think i need to make a relation between the Reduction field and the true field...but im not sure how.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 14:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178224#M21674</guid>
      <dc:creator>slondono</dc:creator>
      <dc:date>2016-07-18T14:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access REDUCTION example</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178225#M21675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you added DUMMY as per my example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 14:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178225#M21675</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-07-18T14:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access REDUCTION example</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178226#M21676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please create a link between your inline year field and year field available in your data file&lt;/P&gt;&lt;P&gt;create&lt;/P&gt;&lt;P&gt;SECTION APPLICATION section where you should provide its link with the resident table. So that section access should know from which field data&amp;nbsp; need to be reduced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: keep everything in capitals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 15:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178226#M21676</guid>
      <dc:creator>shwetagupta</dc:creator>
      <dc:date>2016-07-18T15:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access REDUCTION example</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178227#M21677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to duplicate the reduction field. &lt;/P&gt;&lt;P&gt;My model have a field Date(x) as Year...so i duplicate this to Date(x) as YEAR and now its working. The result script is this. Hope it will be usefull for someone else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, USERID, Year&lt;/P&gt;&lt;P&gt;ADMIN, SERVIDOR\UserA, 2015&lt;/P&gt;&lt;P&gt;ADMIN, SERVIDOR\UserB, 2011&lt;/P&gt;&lt;P&gt;USER, SERVIDOR\UserC, 2013&lt;/P&gt;&lt;P&gt;USER, INTERNAL\SA_SCHEDULER,*&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 15:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178227#M21677</guid>
      <dc:creator>slondono</dc:creator>
      <dc:date>2016-07-18T15:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access REDUCTION example</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178228#M21678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the below logic to solve your problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif;"&gt;&lt;EM&gt;&lt;STRONG&gt;As the same internal logic that is the hallmark of Qlik Sense is also used in the access section, the security fields can be put in different tables. All the fields listed in LOAD or SELECT statements in the section access must be written in UPPER CASE. Convert any field name containing lower case letters in the database to upper case using the Upper function before reading the field by the LOAD or SELECT statement&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID,YEAR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ADMIN, SERVIDOR\UserA, 2015&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ADMIN, SERVIDOR\UserB, 2011&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER, SERVIDOR\UserC, 2013&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER, INTERNAL\SA_SCHEDULER,*&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_includes_Year_field:&lt;/P&gt;&lt;P&gt;Load [Year],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Upper([Year]) AS YEAR&lt;/P&gt;&lt;P&gt;Resident [YourTable];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 07:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-REDUCTION-example/m-p/1178228#M21678</guid>
      <dc:creator />
      <dc:date>2016-07-20T07:15:24Z</dc:date>
    </item>
  </channel>
</rss>

