<?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 based on Island Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40101#M6749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumeet ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works in My case like below&lt;/P&gt;&lt;P&gt;&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, CITY&lt;/P&gt;&lt;P&gt;ADMIN , BA\PREDOOLE,SANGLI&lt;/P&gt;&lt;P&gt;ADMIN , BA\PREDOOLE1,PUNE&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IslandData :&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;CITY&lt;/P&gt;&lt;P&gt;Mumbai&lt;/P&gt;&lt;P&gt;Pune&lt;/P&gt;&lt;P&gt;SANGLI];&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;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2018 10:52:31 GMT</pubDate>
    <dc:creator>arvind_patil</dc:creator>
    <dc:date>2018-05-16T10:52:31Z</dc:date>
    <item>
      <title>Section Access based on Island Table</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40098#M6746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in fixing a scenrio.I have my data model and an Island table used for selection in the frontend. I need to reduce the data based on Island field.&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sumeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 09:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40098#M6746</guid>
      <dc:creator>sumeet-vaidya</dc:creator>
      <dc:date>2018-05-16T09:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access based on Island Table</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40099#M6747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK, You can not reduce data using island table in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your goal? what are trying to achieve? can you explain with sample data??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 09:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40099#M6747</guid>
      <dc:creator>big_dreams</dc:creator>
      <dc:date>2018-05-16T09:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access based on Island Table</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40100#M6748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scenario is such that I have calling data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg&lt;/P&gt;&lt;P&gt;User has contacted a XXX company from Call Centre 1 (Table 1)&lt;/P&gt;&lt;P&gt;XXX company called user back from&amp;nbsp; Call Centre 2.(Table 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever I am showing my Report, Filter should be on both the data. like if i Select Call Centre = ABC,&lt;/P&gt;&lt;P&gt;Data should be filtered for Contacted as well as Called so I have created an island table concatenating values of Call Centre from both the tables and using below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Call Centre 1 = P(Call_Centre_Final)&amp;gt;}&amp;nbsp; ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 09:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40100#M6748</guid>
      <dc:creator>sumeet-vaidya</dc:creator>
      <dc:date>2018-05-16T09:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access based on Island Table</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40101#M6749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumeet ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works in My case like below&lt;/P&gt;&lt;P&gt;&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, CITY&lt;/P&gt;&lt;P&gt;ADMIN , BA\PREDOOLE,SANGLI&lt;/P&gt;&lt;P&gt;ADMIN , BA\PREDOOLE1,PUNE&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IslandData :&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;CITY&lt;/P&gt;&lt;P&gt;Mumbai&lt;/P&gt;&lt;P&gt;Pune&lt;/P&gt;&lt;P&gt;SANGLI];&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;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 10:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40101#M6749</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2018-05-16T10:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access based on Island Table</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40102#M6750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bro it will reduce only island table. Not reduce entire document data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 10:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40102#M6750</guid>
      <dc:creator>big_dreams</dc:creator>
      <dc:date>2018-05-16T10:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access based on Island Table</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40103#M6751</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;Got the Solution. Data will not be reduced but It will not show up in the frontend by using P().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for helping around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 12:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40103#M6751</guid>
      <dc:creator>sumeet-vaidya</dc:creator>
      <dc:date>2018-05-16T12:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access based on Island Table</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40104#M6752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct. Data wont get reduced. Its just that we need to restrict user from accessing certain Call Centres which can be done with the help of P().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 12:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40104#M6752</guid>
      <dc:creator>sumeet-vaidya</dc:creator>
      <dc:date>2018-05-16T12:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access based on Island Table</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40105#M6753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;glad you got the answer,&lt;/P&gt;&lt;P&gt;Just for my understanding how did you use p()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 12:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40105#M6753</guid>
      <dc:creator>big_dreams</dc:creator>
      <dc:date>2018-05-16T12:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access based on Island Table</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40106#M6754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just as I mentioned in my previous trails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({&amp;lt;Call Centre 1 = P(Call_Centre_Final)&amp;gt;}&amp;nbsp; ID) ==&amp;gt; for Contacted&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count({&amp;lt;Call Centre 2 = P(Call_Centre_Final)&amp;gt;}&amp;nbsp; ID) ==&amp;gt; for Called&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Call_Centre_Final column added in Section Access.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sumeet&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 12:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40106#M6754</guid>
      <dc:creator>sumeet-vaidya</dc:creator>
      <dc:date>2018-05-16T12:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access based on Island Table</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40107#M6755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 12:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-based-on-Island-Table/m-p/40107#M6755</guid>
      <dc:creator>big_dreams</dc:creator>
      <dc:date>2018-05-16T12:26:07Z</dc:date>
    </item>
  </channel>
</rss>

