<?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 - Reducing Data + Using &amp;quot;OMIT&amp;quot; in unison in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603033#M222842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could be. One way to find out is to simply try it. Load the field name twice, lower case and upper case.&lt;/P&gt;&lt;P&gt;Add the same user + field combination again in the access table with the capitalized field name. Then reload and check which fields gets omitted. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 19:21:55 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-02-18T19:21:55Z</dc:date>
    <item>
      <title>Section Access - Reducing Data + Using "OMIT" in unison</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603030#M222839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating section access and attempting to reduce data in some fields and omitting others entirely. Is this possible to do in a single table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am loading a section access table from excel rather than doing an inline load; my columns are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 334px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;ACCESS&lt;/TD&gt;&lt;TD width="142"&gt;NTNAME&lt;/TD&gt;&lt;TD width="64"&gt;REGION&lt;/TD&gt;&lt;TD width="64"&gt;OMIT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;ANANT\USER1&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;USER&lt;/TD&gt;&lt;TD&gt;ANANT\USER2&lt;/TD&gt;&lt;TD&gt;EU&lt;/TD&gt;&lt;TD&gt;SALES_AMT&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where user 1 would have access to everything, and user two should just see data for the EU region and not see ANY data from the SALES_AMT field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, the region is being reduced correctly but sales_amt is not being omitted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stephan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 19:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603030#M222839</guid>
      <dc:creator />
      <dc:date>2014-02-18T19:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Reducing Data + Using "OMIT" in unison</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603031#M222840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the real field name SALES_AMT or sales_amt? Qlikview is case sensitive. Make sure to use the exact case sensitive name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 19:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603031#M222840</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-18T19:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Reducing Data + Using "OMIT" in unison</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603032#M222841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am matching the case, however I thought I read that section access interprets everything as capitals anyways. Could this be an issue if my field name has lower cases in it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 19:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603032#M222841</guid>
      <dc:creator />
      <dc:date>2014-02-18T19:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Reducing Data + Using "OMIT" in unison</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603033#M222842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could be. One way to find out is to simply try it. Load the field name twice, lower case and upper case.&lt;/P&gt;&lt;P&gt;Add the same user + field combination again in the access table with the capitalized field name. Then reload and check which fields gets omitted. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 19:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603033#M222842</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-18T19:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Reducing Data + Using "OMIT" in unison</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603034#M222843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried using the field in section access as all caps and as it appears in the data. Neither way worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it possible that I have to actually rename the field in the data itself so that it is all caps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you had any luck using fields with lowercase letters in section access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 19:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603034#M222843</guid>
      <dc:creator />
      <dc:date>2014-02-18T19:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Reducing Data + Using "OMIT" in unison</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603035#M222844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works for me either way. Inline load or from an excel file makes no difference and the field name does not have to be capitalized. All case combinations work as long as the field name in the OMIT column of the section access table matches the real field name. Can you post the offending document? Or an example that demonstrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 19:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603035#M222844</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-18T19:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Reducing Data + Using "OMIT" in unison</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603036#M222845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I got it to work, but it seems to be having a HUGE impact on performance. Like it seems to lock up for a while when I navigate to the tabs which have omitted fields (I am omitting an entire table...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have two questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to omit an entire table at once rather than having to list every single field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if not, is it possible to omit an entire tab in the application to a user using section access? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 22:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603036#M222845</guid>
      <dc:creator />
      <dc:date>2014-02-18T22:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Reducing Data + Using "OMIT" in unison</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603037#M222846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not possible to omit an entire table afaik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If by tab you mean sheet, then yes that can be done with section access. You'll also want to restrict the options to add/modify sheets and sheet objects. See this document: &lt;A href="https://community.qlik.com/docs/DOC-4962"&gt;Section Access - Hide Sheet Level&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 11:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603037#M222846</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-19T11:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Reducing Data + Using "OMIT" in unison</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603038#M222847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It says that access to that content is restricted... any way you could send me the text that is there? (or give me access if you have that ability)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 17:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603038#M222847</guid>
      <dc:creator />
      <dc:date>2014-02-19T17:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Section Access - Reducing Data + Using "OMIT" in unison</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603039#M222848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's weird. The document is published in the resource library (&lt;A _jive_internal="true" href="https://community.qlik.com/places" style="padding: 0 1px; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #999999;"&gt;All Places&lt;/A&gt;&lt;SPAN style="color: #999999; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt; &amp;gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/community/resource-library" style="padding: 0 1px; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #999999;"&gt;Resource Library&lt;/A&gt;&lt;SPAN style="color: #999999; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt; &amp;gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/community/resource-library/content?filterID=contentstatus[published]~objecttype~objecttype[document]" style="padding: 0 1px; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #999999;"&gt;Documents&lt;/A&gt;). As long as you're logged in on community.qlik.com you should be able to access it. I've attached it to this post. Perhaps that does work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 17:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Reducing-Data-Using-quot-OMIT-quot-in-unison/m-p/603039#M222848</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-19T17:49:24Z</dc:date>
    </item>
  </channel>
</rss>

