<?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: Reduction Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reduction-Fields/m-p/696961#M1076707</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;Have a look at below post.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/06/02/data-reduction-using-multiple-fields"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/06/02/data-reduction-using-multiple-fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2014 12:08:02 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-07-17T12:08:02Z</dc:date>
    <item>
      <title>Reduction Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Reduction-Fields/m-p/696960#M1076706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two fields that I want to restrict access to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product Category&lt;/P&gt;&lt;P&gt;Parts&lt;/P&gt;&lt;P&gt;Equipment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OC Entity&lt;/P&gt;&lt;P&gt;MF_UK&lt;/P&gt;&lt;P&gt;MF_US&lt;/P&gt;&lt;P&gt;MF_SPAIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Im trying to do is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Restrict user2 just to Product Category = Parts&lt;/P&gt;&lt;P&gt;Restrict user1 to OC Entity = MF_UK&lt;/P&gt;&lt;P&gt;Admin1 can access everything&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the following (noted below) but it does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I just use one reduction field everything works as it should&lt;/P&gt;&lt;P&gt;But can QlikView handle two reduction fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if so how should this be done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help&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;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Access&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&lt;BR /&gt;ACCESS,USERID,PASSWORD,REDUCTION,REDUCTION2&lt;BR /&gt;ADMIN,ADMIN1,ADMIN1,&lt;BR /&gt;USER,'USER1','USER1',1,2&lt;BR /&gt;USER,'USER2','USER2', ,2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SECTION&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Application&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;OCEntity:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;REDUCTION, 'OC Entity'&lt;BR /&gt;1,MF_UK]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SECTION&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Application&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;ReduceParts:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;REDUCTION2, 'Product Category'&lt;BR /&gt;2,PARTS&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 12:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduction-Fields/m-p/696960#M1076706</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2014-07-17T12:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reduction Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Reduction-Fields/m-p/696961#M1076707</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;Have a look at below post.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/06/02/data-reduction-using-multiple-fields"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/06/02/data-reduction-using-multiple-fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 12:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduction-Fields/m-p/696961#M1076707</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-17T12:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reduction Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Reduction-Fields/m-p/696962#M1076708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All fields in Section Access must be upper case. &lt;STRONG&gt;Hence, the reducing field must be in upper case also in the data.&lt;/STRONG&gt; Use the Upper() function and name the fields in upper case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try this when back at work on monday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 12:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduction-Fields/m-p/696962#M1076708</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2014-07-17T12:26:29Z</dc:date>
    </item>
  </channel>
</rss>

