<?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 Data reduction for multiple fields in Qlik Sense in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-reduction-for-multiple-fields-in-Qlik-Sense/m-p/908711#M1206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After searching for some time on how to solve this problem I am stumped. I'm using section access in Qlik Sense to reduce fields by a management region in a report. E.g. "N. AMERICA", "SINGAPORE", "EUROPE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works wonderfully for most of my reports using section access. However due to some exceptions certain rows must be visible to these individuals based on a geographic region. Some sites are geographically in one region but managed by another, ie. a Singapore site is managed by North America.&lt;/P&gt;&lt;P&gt;There are two fields, M_Region and G_Region and I'd like to constrain just a few individuals by the second field, the rest by the first&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I have so far:&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, M_REGION, &lt;/P&gt;&lt;P&gt;USER, HQ\ADMIN, *,&lt;/P&gt;&lt;P&gt;USER, HQ\bob, *,&lt;/P&gt;&lt;P&gt;USER, HQ\frank, "TAIWAN",&lt;/P&gt;&lt;P&gt;USER, HQ\joe, "EUROPE",&lt;/P&gt;&lt;P&gt;USER, HQ\mary, "N. AMERICA",&lt;/P&gt;&lt;P&gt;USER, HQ\kevin, "SEA",&lt;/P&gt;&lt;P&gt;USER. HQ\jason, "TAIWAN",&lt;/P&gt;&lt;P&gt;USER, HQ\brandon, "CHINA",&lt;/P&gt;&lt;P&gt;USER, HQ\charles, "KOREA",&lt;/P&gt;&lt;P&gt;USER, HQ\edgar, "JAPAN",&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;P&gt;load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "M_Region" as M_REGION,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to selectively reduce fields? One for M_Region and another for G_Region?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like (M_REGION OR G_REGION)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know if I do another field after like: M_REGION, G_REGION it will omit the field entirely.&lt;/P&gt;&lt;P&gt;I also attempted to create a separate section access field with no results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2015 16:44:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-21T16:44:06Z</dc:date>
    <item>
      <title>Data reduction for multiple fields in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-reduction-for-multiple-fields-in-Qlik-Sense/m-p/908711#M1206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After searching for some time on how to solve this problem I am stumped. I'm using section access in Qlik Sense to reduce fields by a management region in a report. E.g. "N. AMERICA", "SINGAPORE", "EUROPE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works wonderfully for most of my reports using section access. However due to some exceptions certain rows must be visible to these individuals based on a geographic region. Some sites are geographically in one region but managed by another, ie. a Singapore site is managed by North America.&lt;/P&gt;&lt;P&gt;There are two fields, M_Region and G_Region and I'd like to constrain just a few individuals by the second field, the rest by the first&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I have so far:&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, M_REGION, &lt;/P&gt;&lt;P&gt;USER, HQ\ADMIN, *,&lt;/P&gt;&lt;P&gt;USER, HQ\bob, *,&lt;/P&gt;&lt;P&gt;USER, HQ\frank, "TAIWAN",&lt;/P&gt;&lt;P&gt;USER, HQ\joe, "EUROPE",&lt;/P&gt;&lt;P&gt;USER, HQ\mary, "N. AMERICA",&lt;/P&gt;&lt;P&gt;USER, HQ\kevin, "SEA",&lt;/P&gt;&lt;P&gt;USER. HQ\jason, "TAIWAN",&lt;/P&gt;&lt;P&gt;USER, HQ\brandon, "CHINA",&lt;/P&gt;&lt;P&gt;USER, HQ\charles, "KOREA",&lt;/P&gt;&lt;P&gt;USER, HQ\edgar, "JAPAN",&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;P&gt;load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "M_Region" as M_REGION,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to selectively reduce fields? One for M_Region and another for G_Region?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like (M_REGION OR G_REGION)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know if I do another field after like: M_REGION, G_REGION it will omit the field entirely.&lt;/P&gt;&lt;P&gt;I also attempted to create a separate section access field with no results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 16:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-reduction-for-multiple-fields-in-Qlik-Sense/m-p/908711#M1206</guid>
      <dc:creator />
      <dc:date>2015-07-21T16:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data reduction for multiple fields in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-reduction-for-multiple-fields-in-Qlik-Sense/m-p/908712#M1207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using a Lookup Table?&amp;nbsp; Mapping M_REGION and G_REGION to R_REGION(reporting region)&lt;/P&gt;&lt;P&gt;then assign access by R_REGION.&amp;nbsp;&amp;nbsp; Just a guess, I haven't done this myself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 20:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-reduction-for-multiple-fields-in-Qlik-Sense/m-p/908712#M1207</guid>
      <dc:creator />
      <dc:date>2015-10-01T20:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data reduction for multiple fields in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-reduction-for-multiple-fields-in-Qlik-Sense/m-p/908713#M1208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan:&lt;/P&gt;&lt;P&gt;This concept worked for me. I used Heinrich Constrom's article on &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3451"&gt;Generic Keys&lt;/A&gt; to generate the appropriate mapping relationships.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 21:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-reduction-for-multiple-fields-in-Qlik-Sense/m-p/908713#M1208</guid>
      <dc:creator />
      <dc:date>2015-10-19T21:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data reduction for multiple fields in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-reduction-for-multiple-fields-in-Qlik-Sense/m-p/908714#M1209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A href="https://community.qlik.com/qlik-blogpost/3757"&gt;Data Reduction Using Multiple Fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 08:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-reduction-for-multiple-fields-in-Qlik-Sense/m-p/908714#M1209</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-10-20T08:36:43Z</dc:date>
    </item>
  </channel>
</rss>

