<?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 Issue with Access Pointe in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Issue-with-Access-Pointe/m-p/468410#M174936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heather,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you said it worked on desktop but not through Access Point, I thought the problem was with the strict exclusion - and you confirmed it.&amp;nbsp; I think it is a bug.&amp;nbsp; Workaround - do not use strict exclusion.&amp;nbsp; To avoid unauthorized users to see all data, create dummy records avaialble for everyone, so they can open the application but don't see real data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know, there is no limit for the reduction fields.&amp;nbsp; I experimented with a few dozens reduction fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 May 2013 19:10:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-05-16T19:10:03Z</dc:date>
    <item>
      <title>Section Access Issue with Access Pointe</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Issue-with-Access-Pointe/m-p/468409#M174935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Section Access to limit data that a user can see.&amp;nbsp; I have two data reduction fields that work fine.&amp;nbsp; However, when I add the third I cannot open the file in teh Access Point, but can still open it fine in the client application.&amp;nbsp; The third field differes in a couple of ways.&amp;nbsp; The other SA fields link to fields from tables loaded through QVD.&amp;nbsp; This 3rd field links to an inline table.&amp;nbsp; I am also using this 3rd field to hide a sheet instead of limiting data overall.&amp;nbsp; The code is below.&amp;nbsp; The highlighted piece code is the problem child.&amp;nbsp; I have tried a million variations on using different values, file types, etc.&amp;nbsp; Is there a limit to the number of fields that I can use?&amp;nbsp; Also, the file will work if I don't have strict exclusion checked.&amp;nbsp; Any help or suggestions would be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;SECTION ACCESS;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;STAR IS *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; UPPER(ACCESS)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS ACCESS,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; UPPER(NTNAME)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS NTNAME,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRIM(UPPER(ACCT_MNGR)) AS SECURITY_ACCOUNT_MANAGER,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0.5in;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;TRIM(UPPER(REPORTING_SITE))&amp;nbsp;&amp;nbsp; AS SECURITY_REPORTING_SITE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'Courier New'; background: yellow;"&gt;TRIM(UPPER(TAB_PROFIT)) AS SECURITY_PROFITABILITY_SHEET&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;FROM &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; $(vApp_ExternalDataExtractPath)\AD Security Layout.xlsx (OOXML, EMBEDDED LABELS, TABLE IS [INDUSTRIAL]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;SECTION APPLICATION;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;//Used to help hide the profitability tab&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Security_ProfitabilitySheet:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;LOAD * INLINE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'Courier New';"&gt;SECURITY_PROFITABILITY_SHEET, Profitability_Sheet_Flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'Courier New';"&gt;"HIDE", 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'Courier New';"&gt;"SHOW", 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;];&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 18:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Issue-with-Access-Pointe/m-p/468409#M174935</guid>
      <dc:creator />
      <dc:date>2013-05-16T18:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Issue with Access Pointe</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Issue-with-Access-Pointe/m-p/468410#M174936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heather,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you said it worked on desktop but not through Access Point, I thought the problem was with the strict exclusion - and you confirmed it.&amp;nbsp; I think it is a bug.&amp;nbsp; Workaround - do not use strict exclusion.&amp;nbsp; To avoid unauthorized users to see all data, create dummy records avaialble for everyone, so they can open the application but don't see real data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know, there is no limit for the reduction fields.&amp;nbsp; I experimented with a few dozens reduction fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 19:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Issue-with-Access-Pointe/m-p/468410#M174936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-16T19:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Issue with Access Pointe</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Issue-with-Access-Pointe/m-p/468411#M174937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the prompt response. I am moving on with an alternate solution because I need to have this done today.&amp;nbsp; But why would strict exclusion affect anything in this case?&amp;nbsp; There are only two values in the SA field and those same values are in the inline table.&amp;nbsp; Everyone should have at least one value in the table after opening and that table is not linked to any other table.&amp;nbsp; It just doesn't make sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 20:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Issue-with-Access-Pointe/m-p/468411#M174937</guid>
      <dc:creator />
      <dc:date>2013-05-16T20:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Issue with Access Pointe</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Issue-with-Access-Pointe/m-p/468412#M174938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you have time, try to use initial selection instead of initial data reduction, just for testing.&amp;nbsp; Sometimes it shows very well what's going on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 20:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Issue-with-Access-Pointe/m-p/468412#M174938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-16T20:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Issue with Access Pointe</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Issue-with-Access-Pointe/m-p/468413#M174939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that and it doesn't select anything from my inline table which seems to tell me that the values do not match, which would sort of explain why strict exclusion would go awry.&amp;nbsp; However, they do match.&amp;nbsp; I loaded them outside of seciton access in a clean doucment and they link just fine.&amp;nbsp; I guess it is a bug but I would really like to understand why this doesn't work.&amp;nbsp; Especially since other values see just fine.There has to be some other idiosyncracy with inline tables maybe or section access or both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 21:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Issue-with-Access-Pointe/m-p/468413#M174939</guid>
      <dc:creator />
      <dc:date>2013-05-16T21:29:53Z</dc:date>
    </item>
  </channel>
</rss>

