<?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 Section Access - Data Reduction in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907665#M315274</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;In my application the section access part has been added by loading two fields Username and Password from the SQL database. That was running fine. But now there is a need to select a field value&amp;nbsp; i.e. to apply a filter for a particular User.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the trigger Select in Field for that particular field and the value as&amp;nbsp; IF( QVUser()='A','apple') . But its not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be great if I can get some help on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2015 10:24:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-03T10:24:22Z</dc:date>
    <item>
      <title>Section Access - Data Reduction</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907665#M315274</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;In my application the section access part has been added by loading two fields Username and Password from the SQL database. That was running fine. But now there is a need to select a field value&amp;nbsp; i.e. to apply a filter for a particular User.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the trigger Select in Field for that particular field and the value as&amp;nbsp; IF( QVUser()='A','apple') . But its not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be great if I can get some help on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 10:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907665#M315274</guid>
      <dc:creator />
      <dc:date>2015-08-03T10:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Data Reduction</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907666#M315275</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can you please give more info on this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; what my understanding here you applied section access after that once you deployed this in to the server if any user open this document t has to select his NT name in the list box is that my understanding correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 10:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907666#M315275</guid>
      <dc:creator />
      <dc:date>2015-08-03T10:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Data Reduction</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907667#M315276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you enter osuser() in a textobject, what is the outcome?&lt;/P&gt;&lt;P&gt;in your example the domainis missing&lt;/P&gt;&lt;P&gt;osuser() Returns Domain\userA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 10:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907667#M315276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-03T10:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Data Reduction</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907668#M315277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using triggrs, it is better to use data reduction based on section access.&amp;nbsp; See example from "help" where the DEPT field is used for data reduction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section access;&lt;BR /&gt;load * inline &lt;BR /&gt;[UserID,&lt;STRONG&gt;DEPT&lt;/STRONG&gt;,Access&lt;BR /&gt;John,FINANCE,Admin&lt;BR /&gt;ANN,IS,Admin&lt;BR /&gt;Peter,SALES,User&lt;BR /&gt;Ben,TECH,User ] ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section application;&lt;BR /&gt;star is *;&lt;/P&gt;&lt;P&gt;load * inline&lt;BR /&gt;[&lt;STRONG&gt;DEPT&lt;/STRONG&gt;,CostCenter&lt;BR /&gt;FINANCE,*&lt;BR /&gt;IS,5020&lt;BR /&gt;SALES,5030&lt;BR /&gt;TECH,5040 ] ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 11:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907668#M315277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-03T11:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Data Reduction</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907669#M315278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This document has examples on setting up Section Access and data reduction. There is no need to use triggers.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1853"&gt;Introduction to Section Access&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 11:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907669#M315278</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-08-03T11:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Data Reduction</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907670#M315279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remember to create a safe copy of your document before applying section access controls as you can lock yourself out of your document permanently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 11:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907670#M315279</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-08-03T11:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Data Reduction</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907671#M315280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of creating condition on front end, You can reduce the data in Sanction access itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create saction acccess metrics as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Access,&amp;nbsp; UserID,&amp;nbsp; Password,&amp;nbsp; Fruit&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ADMIN,&amp;nbsp; ADMIN,&amp;nbsp; ADMIN,&amp;nbsp; *&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER,&amp;nbsp; JOHN,&amp;nbsp; JOHN,&amp;nbsp; APPLE&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER,&amp;nbsp; MARY,&amp;nbsp; MARY,&amp;nbsp; APPLE&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER,&amp;nbsp; PETER,&amp;nbsp; PETER, ALL&lt;SPAN style="line-height: 1.5em;"&gt; ];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;See the below link&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-5917"&gt;https://community.qlik.com/docs/DOC-5917&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 11:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-Reduction/m-p/907671#M315280</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-03T11:14:04Z</dc:date>
    </item>
  </channel>
</rss>

