<?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 Section access and filter without link in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-and-filter-without-link/m-p/1142840#M634564</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 have a problem with the section access when some data are not linked to a possible value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say I have a table "data1" with data &lt;STRONG&gt;possibly&lt;/STRONG&gt; linked to a country, and another table "data2" linked to this items:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14661742330658419" jivemacro_uid="_14661742330658419" modifiedtitle="true"&gt;
&lt;P&gt;Data1:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;id, country, item&lt;/P&gt;
&lt;P&gt;1, France, France is a country&lt;/P&gt;
&lt;P&gt;2, France, Eiffel Tower&lt;/P&gt;
&lt;P&gt;3, USA, New York&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Data2:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;comment, id&lt;/P&gt;
&lt;P&gt;Something linked to France, 1&lt;/P&gt;
&lt;P&gt;Something linked to New York, 3&lt;/P&gt;
&lt;P&gt;Something linked to nothing, &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;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a section access to restrict data for users:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14661743818686704" jivemacro_uid="_14661743818686704" modifiedtitle="true"&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, GRP_COUNTRY&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, all1, ALL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, all2,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, all3, *&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, france, FRANCE&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;&lt;/P&gt;
&lt;P&gt;star is *;&lt;/P&gt;
&lt;P&gt;GRP_COUNTRY:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;GRP_COUNTRY, country&lt;/P&gt;
&lt;P&gt;ALL, *&lt;/P&gt;
&lt;P&gt;FRANCE, France&lt;/P&gt;
&lt;P&gt;USA, USA&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;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On QlikView Desktop, if I open the application with "all1" user or "all3" user, I can see:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-06-17_164218.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128325_2016-06-17_164218.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;On QlikView Desktop, if I open the application with "all2", I can see:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-06-17_164201.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/128326_2016-06-17_164201.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the web client, &lt;SPAN style="font-size: 13.3333px;"&gt;if I open the application with "all1" user or "all3" user, I can see the same thing as in the QlikView Desktop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;On the web client, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if I open the application with "all2"... I can't.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;First question: why the behavior is different between web client and desktop client?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Second question : how can I have a user that can access to ALL data, even the ones not linked to the field I use as restriction?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2016 14:50:01 GMT</pubDate>
    <dc:creator>nicolas_martin</dc:creator>
    <dc:date>2016-06-17T14:50:01Z</dc:date>
    <item>
      <title>Section access and filter without link</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-and-filter-without-link/m-p/1142840#M634564</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 have a problem with the section access when some data are not linked to a possible value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say I have a table "data1" with data &lt;STRONG&gt;possibly&lt;/STRONG&gt; linked to a country, and another table "data2" linked to this items:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14661742330658419" jivemacro_uid="_14661742330658419" modifiedtitle="true"&gt;
&lt;P&gt;Data1:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;id, country, item&lt;/P&gt;
&lt;P&gt;1, France, France is a country&lt;/P&gt;
&lt;P&gt;2, France, Eiffel Tower&lt;/P&gt;
&lt;P&gt;3, USA, New York&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Data2:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;comment, id&lt;/P&gt;
&lt;P&gt;Something linked to France, 1&lt;/P&gt;
&lt;P&gt;Something linked to New York, 3&lt;/P&gt;
&lt;P&gt;Something linked to nothing, &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;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a section access to restrict data for users:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14661743818686704" jivemacro_uid="_14661743818686704" modifiedtitle="true"&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, GRP_COUNTRY&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, all1, ALL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, all2,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, all3, *&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, france, FRANCE&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;&lt;/P&gt;
&lt;P&gt;star is *;&lt;/P&gt;
&lt;P&gt;GRP_COUNTRY:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;GRP_COUNTRY, country&lt;/P&gt;
&lt;P&gt;ALL, *&lt;/P&gt;
&lt;P&gt;FRANCE, France&lt;/P&gt;
&lt;P&gt;USA, USA&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;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On QlikView Desktop, if I open the application with "all1" user or "all3" user, I can see:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-06-17_164218.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128325_2016-06-17_164218.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;On QlikView Desktop, if I open the application with "all2", I can see:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-06-17_164201.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/128326_2016-06-17_164201.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the web client, &lt;SPAN style="font-size: 13.3333px;"&gt;if I open the application with "all1" user or "all3" user, I can see the same thing as in the QlikView Desktop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;On the web client, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if I open the application with "all2"... I can't.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;First question: why the behavior is different between web client and desktop client?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Second question : how can I have a user that can access to ALL data, even the ones not linked to the field I use as restriction?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 14:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-and-filter-without-link/m-p/1142840#M634564</guid>
      <dc:creator>nicolas_martin</dc:creator>
      <dc:date>2016-06-17T14:50:01Z</dc:date>
    </item>
  </channel>
</rss>

