<?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: Problem with section acces and OMIT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266053#M100005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Vijit,&lt;/P&gt;&lt;P&gt;Your script it's ok for object, sheet...&lt;/P&gt;&lt;P&gt;But my problem is for field...&lt;/P&gt;&lt;P&gt;How met security on fiel with omit and use group???&lt;/P&gt;&lt;P&gt;have you any idea?&lt;/P&gt;&lt;P&gt;Thank a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2011 10:02:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-01T10:02:54Z</dc:date>
    <item>
      <title>Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266045#M99997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;In my application, i want to do security in 2 levels:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - for object (display or not)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - for fields (all acces or not access)&lt;/P&gt;&lt;P&gt;The security on the object is ok with my script but the problem is the security for fields.&lt;/P&gt;&lt;P&gt;I want that not all users can see all fiels.&lt;/P&gt;&lt;P&gt;For exemple group RH don't have the right to see MONTANT_COMMANDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this script:&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 NTNAME GROUPE&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, *&lt;/P&gt;&lt;P&gt;ADMIN, User1, RH&lt;/P&gt;&lt;P&gt;USER, User2, RH&lt;/P&gt;&lt;P&gt;USER, User3, RH&lt;/P&gt;&lt;P&gt;USER, User4, AFFAIRES];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section application;&lt;BR /&gt;star is *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET VAR_AFFICHAGE = 0;&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[GROUPE VAR_AFFICHAGE OBJET_ID&lt;/P&gt;&lt;P&gt;TOUS, * ,objet0&lt;/P&gt;&lt;P&gt;RH, 1 ,TX71&lt;/P&gt;&lt;P&gt;RH, 1 ,TX69&lt;/P&gt;&lt;P&gt;AFFAIRES, 1, TX70&lt;/P&gt;&lt;P&gt;AFFAIRES, 1 ,TX68];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;BR /&gt;[GROUPE OMIT&lt;/P&gt;&lt;P&gt;RH, AFF_MONTANT_COMMANDE&lt;/P&gt;&lt;P&gt;RH, IND_TEL_PRO_MOBILE];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My 2 fields AFF_MONTANT_COMMANDE and IND_TEL_PRO_MOBILE are defined in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the problem with my OMIT script?&lt;/P&gt;&lt;P&gt;Why when I'm connect with User2 I see the 2 fields in the OMIT.&lt;/P&gt;&lt;P&gt;Have you any idea??&lt;/P&gt;&lt;P&gt;thank you for your help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 17:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266045#M99997</guid>
      <dc:creator />
      <dc:date>2011-11-29T17:02:25Z</dc:date>
    </item>
    <item>
      <title>Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266046#M99998</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;OMIT field must be in the section access table, and means that the fields listed under are removed from the data model for that user. You are using OMIT out of the section access table, although linked, and this is why it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 17:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266046#M99998</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-11-29T17:20:44Z</dc:date>
    </item>
    <item>
      <title>Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266047#M99999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;I tried what you said but it's not ok...&lt;/P&gt;&lt;P&gt;Have you any idea???&lt;/P&gt;&lt;P&gt;Thank you for help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 08:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266047#M99999</guid>
      <dc:creator />
      <dc:date>2011-11-30T08:32:46Z</dc:date>
    </item>
    <item>
      <title>Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266048#M100000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; With the Miguel Solution's, i have succeded with OMIT with this script : &lt;/P&gt;&lt;P&gt;section access;&lt;/P&gt;&lt;P&gt;LOAD * inline&lt;/P&gt;&lt;P&gt;[ACCESS NTNAME GROUPE,OMIT&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, *&lt;/P&gt;&lt;P&gt;ADMIN, User1, RH, CHAMP1&lt;/P&gt;&lt;P&gt;USER, User2, RH,CHAMP1&lt;/P&gt;&lt;P&gt;USER, User3, RH, CHAMP1&lt;/P&gt;&lt;P&gt;USER, User4, AFFAIRES,CHAMP2];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section application;&lt;BR /&gt;star is *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET VAR_AFFICHAGE = 0;&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[GROUPE VAR_AFFICHAGE OBJET_ID&lt;/P&gt;&lt;P&gt;TOUS, * ,objet0&lt;/P&gt;&lt;P&gt;RH, 1 ,TX71&lt;/P&gt;&lt;P&gt;RH, 1 ,TX69&lt;/P&gt;&lt;P&gt;AFFAIRES, 1, TX70&lt;/P&gt;&lt;P&gt;AFFAIRES, 1 ,TX68];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i have a question, why a can't do an other table for OMIT like this:&lt;/P&gt;&lt;P&gt;section access;&lt;/P&gt;&lt;P&gt;LOAD * inline&lt;/P&gt;&lt;P&gt;[ACCESS NTNAME GROUPE,OMIT&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, *&lt;/P&gt;&lt;P&gt;ADMIN, User1, RH, GP1&lt;/P&gt;&lt;P&gt;USER, User2, RH,GP1&lt;/P&gt;&lt;P&gt;USER, User3, RH, GP1&lt;/P&gt;&lt;P&gt;USER, User4, AFFAIRES,GP2];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * inline&lt;/P&gt;&lt;P&gt;[OMIT , CHAMP&lt;/P&gt;&lt;P&gt;GP1 , CHAMP1&lt;/P&gt;&lt;P&gt;GP1, CHAMP2&lt;/P&gt;&lt;P&gt;GP2,CHAMP1];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section application;&lt;BR /&gt;star is *;&lt;/P&gt;&lt;P&gt;This script it's not working???have you any idea for this script working?&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 10:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266048#M100000</guid>
      <dc:creator />
      <dc:date>2011-11-30T10:04:28Z</dc:date>
    </item>
    <item>
      <title>Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266049#M100001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;Nobody have a idea for my problem???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 13:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266049#M100001</guid>
      <dc:creator />
      <dc:date>2011-11-30T13:38:22Z</dc:date>
    </item>
    <item>
      <title>Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266050#M100002</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;OMIT is a key field name, as it is NTNAME or USERID or ACCESS and is only loaded and accessed by section access, meaning that will not be available once the script has finished (actually, you can do Ctrl + T to see your tables and you will never see the Section Access table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do instead is to use a reduction field, that is, a field that does exist in your data model (your are actually using GROUPE). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, if you want to omit several fields for each user, you will have to write several lines for that user in section access instead of grouping. Note that "*" in section access, when used in a client - server environment &lt;STRONG&gt;&lt;EM&gt;does not&lt;/EM&gt;&lt;/STRONG&gt; mean "all values", but "all listed values" for that field only in the section access table. So if you now add a new user, say User5 and want to get both GP1 and GP2 fields in OMIT, use the "*".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 18:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266050#M100002</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-11-30T18:25:23Z</dc:date>
    </item>
    <item>
      <title>Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266051#M100003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;Thank you for your response and your help... &lt;/P&gt;&lt;P&gt;I not find exemple with REDUCTION.&lt;/P&gt;&lt;P&gt;Can you have any exemple please?&lt;/P&gt;&lt;P&gt;How use the reduction field??&lt;/P&gt;&lt;P&gt;Thank you for your help...&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;P&gt;Hélène&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 09:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266051#M100003</guid>
      <dc:creator />
      <dc:date>2011-12-01T09:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266052#M100004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem is in user preference&amp;nbsp; settings, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to&lt;STRONG&gt; user preference -&amp;gt; opening -&amp;gt;&lt;/STRONG&gt; tick&lt;STRONG&gt; " initial data reduction based on section acces"&lt;/STRONG&gt; and also &lt;STRONG&gt;" prohibit binary load"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;2.On every sheet go to &lt;STRONG&gt;properties -&amp;gt; general -&amp;gt; conditiona&lt;/STRONG&gt;l and apply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; =sum(SHEET NO.)&amp;gt;=1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also attaching my section access sheet, take help from that.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 09:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266052#M100004</guid>
      <dc:creator />
      <dc:date>2011-12-01T09:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266053#M100005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Vijit,&lt;/P&gt;&lt;P&gt;Your script it's ok for object, sheet...&lt;/P&gt;&lt;P&gt;But my problem is for field...&lt;/P&gt;&lt;P&gt;How met security on fiel with omit and use group???&lt;/P&gt;&lt;P&gt;have you any idea?&lt;/P&gt;&lt;P&gt;Thank a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 10:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266053#M100005</guid>
      <dc:creator />
      <dc:date>2011-12-01T10:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266054#M100006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the script for field restriction:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Access;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID,PASSWORD,NUM,OMIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, Y,password,*,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, X,password,2,EXT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load table here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here EXT is the field name which is restricted for user X.&lt;/P&gt;&lt;P&gt;User X can only see data associated with NUM=2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 10:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266054#M100006</guid>
      <dc:creator />
      <dc:date>2011-12-01T10:50:47Z</dc:date>
    </item>
    <item>
      <title>Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266055#M100007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Vijit for your help...&lt;/P&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Should I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;conclude&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that there&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is no&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;possibility of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;groups with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;OMIT?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 14:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266055#M100007</guid>
      <dc:creator />
      <dc:date>2011-12-01T14:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266056#M100008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hélène,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the application attached. It's quite simple, but you will get the idea. In the application, there are the following users:&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;ADMIN will see everything: Sales, Margin and Profit, for USA and ES&lt;BR /&gt;USER1 will see everythin but only from USA &lt;BR /&gt;USER2 will see only Sales and Profit, not Margin, only from USA&lt;BR /&gt;USER3 will see USA and ES, but only Sales, not Margin nor Profit (you need two rows one for each field the user cannot see, and the COUNTRY value is blank meaning &lt;EM&gt;all&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Password for each user is the same as user (ADMIN, USER1 and so). From this on, the combinations may be anything, but one value means one row for every user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 19:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266056#M100008</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-12-01T19:38:14Z</dc:date>
    </item>
    <item>
      <title>Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266057#M100009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Miguel,&lt;/P&gt;&lt;P&gt;thank you for your help...&lt;/P&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;I thought I could&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;circumvent the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;problem&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of a line&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;from&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;field to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;hide&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;...&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;but not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;too bad.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Anyway&lt;/SPAN&gt;&lt;SPAN&gt;, thank you for&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;your help&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and also that of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;vijit&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 09:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266057#M100009</guid>
      <dc:creator />
      <dc:date>2011-12-02T09:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266058#M100010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Miguel, i've been looking for the solution for a while, you saved a lot of ﻿﻿my time .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 15:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266058#M100010</guid>
      <dc:creator />
      <dc:date>2012-03-16T15:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266059#M100011</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 realize your problem has been solved, but I had a fair amount of difficulty with OMIT as well regarding one of its limitations. After a few hours I was able to figure it out, and I thought I would post it here as I was unable to find this piece of information anywhere else:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;If you are using the OMIT function of section access, you cannot have the "Always One Selected Value" option checked for a List Box that contains whatever field is present in the OMIT column, otherwise the document will fail to load when logging in as that user. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;For example, if I OMIT FieldA from UserA, but have a list box containing FieldA with the "Always One Selected Value" box checked in the Properties of that box, then logging in as UserA will yield a failed load of the document. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;&lt;IMG __jive_id="18615" class="jive-image-thumbnail jive-image" onclick="" alt="AOSV.png" src="https://community.qlik.com/legacyfs/online/18615_AOSV.png" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 15:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266059#M100011</guid>
      <dc:creator>jerrydimaso</dc:creator>
      <dc:date>2012-07-18T15:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with section acces and OMIT</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266060#M100012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Migual,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is i do provide access using NT name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please my thread &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/177236"&gt;Row level data reduction as well as hide the entire column&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 02:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-section-acces-and-OMIT/m-p/266060#M100012</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-08-20T02:32:04Z</dc:date>
    </item>
  </channel>
</rss>

