<?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 Using Section Access With a single Excel Sheet in Qlikview QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889129#M989218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a beginner Qlikview Developer and I'm struggling with a problem. I've seen lots of people using INLINE Tables when using Section Access and I understand how that works, but I need to implement a similar using a Excel Sheet. My Excel Sheet looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 576px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;ACCESS&lt;/TD&gt;&lt;TD width="64"&gt;USERID&lt;/TD&gt;&lt;TD width="64"&gt;PASSWORD&lt;/TD&gt;&lt;TD width="64"&gt;UNIDADE_DE_NEGOCIO&lt;/TD&gt;&lt;TD width="64"&gt;CONSULTORIO&lt;/TD&gt;&lt;TD colspan="2" width="128"&gt;TRADUCAO&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;Administrador&lt;/TD&gt;&lt;TD&gt;Admin&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD colspan="2"&gt;Administrador&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;USER&lt;/TD&gt;&lt;TD&gt;Producao&lt;/TD&gt;&lt;TD&gt;qlik&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;Produção&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;USER&lt;/TD&gt;&lt;TD&gt;Consultorio_G&lt;/TD&gt;&lt;TD&gt;qlik&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD colspan="2"&gt;Consultório Geral&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;USER&lt;/TD&gt;&lt;TD&gt;Consultorio_G_Ana_&lt;/TD&gt;&lt;TD&gt;qlik&lt;/TD&gt;&lt;TD&gt;Análises&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD colspan="3"&gt;Consultório de Análises&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;USER&lt;/TD&gt;&lt;TD&gt;Consultorio_G_Car_&lt;/TD&gt;&lt;TD&gt;qlik&lt;/TD&gt;&lt;TD&gt;Cardiologia&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD colspan="3"&gt;Consultório de Cardiologia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;USER&lt;/TD&gt;&lt;TD&gt;Consultorio_Car_1&lt;/TD&gt;&lt;TD&gt;qlik&lt;/TD&gt;&lt;TD&gt;Cardiologia&lt;/TD&gt;&lt;TD&gt;Cons.Cardiol. 1&lt;/TD&gt;&lt;TD colspan="3"&gt;&lt;P&gt;Consultório de Cardiologia 1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've loaded this as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(ACCESS) AS ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(USERID) AS USERID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(PASSWORD) AS PASSWORD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(UNIDADE_DE_NEGOCIO) AS UNIDADE_DE_NEGOCIO,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;CONSULTORIO&lt;/SPAN&gt;) AS &lt;SPAN style="font-size: 13.3333330154419px;"&gt;CONSULTORIO&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Dados\dbs\Section Access.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Folha5$);&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;I have this two fields in the QVD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Unidade_Negocio&lt;/LI&gt;&lt;LI&gt;Consultorio&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I really need is when I enter with one user that user sees what is defined in the Excel Sheet. What I'm doing wrong? What I need to change to get the results I need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Miguel Braga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2015 11:55:45 GMT</pubDate>
    <dc:creator>miguelbraga</dc:creator>
    <dc:date>2015-07-16T11:55:45Z</dc:date>
    <item>
      <title>Using Section Access With a single Excel Sheet in Qlikview QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889129#M989218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a beginner Qlikview Developer and I'm struggling with a problem. I've seen lots of people using INLINE Tables when using Section Access and I understand how that works, but I need to implement a similar using a Excel Sheet. My Excel Sheet looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 576px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;ACCESS&lt;/TD&gt;&lt;TD width="64"&gt;USERID&lt;/TD&gt;&lt;TD width="64"&gt;PASSWORD&lt;/TD&gt;&lt;TD width="64"&gt;UNIDADE_DE_NEGOCIO&lt;/TD&gt;&lt;TD width="64"&gt;CONSULTORIO&lt;/TD&gt;&lt;TD colspan="2" width="128"&gt;TRADUCAO&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;Administrador&lt;/TD&gt;&lt;TD&gt;Admin&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD colspan="2"&gt;Administrador&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;USER&lt;/TD&gt;&lt;TD&gt;Producao&lt;/TD&gt;&lt;TD&gt;qlik&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;Produção&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;USER&lt;/TD&gt;&lt;TD&gt;Consultorio_G&lt;/TD&gt;&lt;TD&gt;qlik&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD colspan="2"&gt;Consultório Geral&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;USER&lt;/TD&gt;&lt;TD&gt;Consultorio_G_Ana_&lt;/TD&gt;&lt;TD&gt;qlik&lt;/TD&gt;&lt;TD&gt;Análises&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD colspan="3"&gt;Consultório de Análises&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;USER&lt;/TD&gt;&lt;TD&gt;Consultorio_G_Car_&lt;/TD&gt;&lt;TD&gt;qlik&lt;/TD&gt;&lt;TD&gt;Cardiologia&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD colspan="3"&gt;Consultório de Cardiologia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;USER&lt;/TD&gt;&lt;TD&gt;Consultorio_Car_1&lt;/TD&gt;&lt;TD&gt;qlik&lt;/TD&gt;&lt;TD&gt;Cardiologia&lt;/TD&gt;&lt;TD&gt;Cons.Cardiol. 1&lt;/TD&gt;&lt;TD colspan="3"&gt;&lt;P&gt;Consultório de Cardiologia 1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've loaded this as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(ACCESS) AS ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(USERID) AS USERID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(PASSWORD) AS PASSWORD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(UNIDADE_DE_NEGOCIO) AS UNIDADE_DE_NEGOCIO,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;CONSULTORIO&lt;/SPAN&gt;) AS &lt;SPAN style="font-size: 13.3333330154419px;"&gt;CONSULTORIO&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Dados\dbs\Section Access.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Folha5$);&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;I have this two fields in the QVD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Unidade_Negocio&lt;/LI&gt;&lt;LI&gt;Consultorio&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I really need is when I enter with one user that user sees what is defined in the Excel Sheet. What I'm doing wrong? What I need to change to get the results I need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Miguel Braga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 11:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889129#M989218</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-07-16T11:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using Section Access With a single Excel Sheet in Qlikview QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889130#M989219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem isn't excel or inline table as you can read the section access from excel, inline, a database, etc...&lt;/P&gt;&lt;P&gt;First use uppercase for section access field values&lt;/P&gt;&lt;P&gt;Second, you have 2 fields (or 3?) in section access, read here for an example&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2775"&gt;Basics for complex authorization&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 15:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889130#M989219</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-16T15:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using Section Access With a single Excel Sheet in Qlikview QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889131#M989220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no problem in loading the table from excel, I do it all the time. Please check the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Unidade_Negocio&lt;/LI&gt;&lt;LI&gt;Consultorio&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These fields in the section application should also be in capitals, contents of these fields as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2: In the Settings\document properties\Opening tab is the initial data reduction based on section access checked?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 15:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889131#M989220</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-07-16T15:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Section Access With a single Excel Sheet in Qlikview QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889132#M989221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;This is what I entend to do:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;The user with the ID: Administrador sees available &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;all possible values in the field &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Unidade_Negocio and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;all possible values &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;in the field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Consultorio.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;The user with the ID: Producao sees available &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;all possible values in the field &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Unidade_Negocio and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;all possible values &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;in the field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Consultorio.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;The user with the ID: Consultorio_G sees available &lt;/SPAN&gt;all possible values in the field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Unidade_Negocio and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;all possible values &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;in the field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Consultorio.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;The user with the ID: Consultorio_&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;G_Ana_ &lt;/SPAN&gt; should only sees available &lt;/SPAN&gt;Análises in the field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Unidade_Negocio &lt;SPAN style="font-size: 13.3333330154419px;"&gt;and &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;all possible values&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;in the field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Consultorio.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;The user with the ID: Consultorio_G_Car_ should only sees available &lt;/SPAN&gt;Cardiologia in the field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Unidade_Negocio and &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;all possible values&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; in the field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Consultorio.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;The user with the ID: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Consultorio_Car_1 should only sees available &lt;/SPAN&gt;&lt;/SPAN&gt;Cardiologia in the field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Unidade_Negocio and &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Cons.Cardiol. 1&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; in the field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Consultorio.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've modified the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Unidade_Negocio &lt;/SPAN&gt;fields like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;UPPER(Consultorio) AS CONSULTORIO,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and modified the field Consultorio to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;UPPER(Unidade_Negocio) AS UNIDADE_NEGOCIO,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my two tabs with two separate loads from two diferent (.qvd).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only three possible values of Unidade_Negocio is&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Análises&lt;/LI&gt;&lt;LI&gt;Cardiologia&lt;/LI&gt;&lt;LI&gt;Imagiologia&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And one of the possible values of Consultorio is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Cons.Cardiol. 1&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I've also checked in the document as you sugested like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sem Título.png" class="jive-image image-1" src="/legacyfs/online/93106_Sem Título.png" style="height: 377px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;And after reload the project with the user with the ID: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Consultorio_&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;G_Ana_, it appears I have access denied. What I'm doing wrong, what I need to change more to get the expected results?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thanks for the reply,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Miguel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 16:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889132#M989221</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-07-16T16:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using Section Access With a single Excel Sheet in Qlikview QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889133#M989222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please See attached.&lt;/P&gt;&lt;P&gt;this will give you some idea on using Section Access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Admin can see all the fields and all the data&lt;/P&gt;&lt;P&gt;User1 can only see &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ANALISES,&amp;nbsp;&amp;nbsp; and&amp;nbsp; CONS.CARDIOL.1 from&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;UNIDADE_DE_NEGOCIO and CONSULTORIO&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;User2 can only see &lt;SPAN style="font-size: 13.3333330154419px;"&gt;CARDIOLOGIA&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;,&amp;nbsp;&amp;nbsp; and&amp;nbsp; CONS.CARDIOL.2 from&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;UNIDADE_DE_NEGOCIO and CONSULTORIO&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;User3 can only see both &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ANALISES ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;CARDIOLOGIA&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;,&amp;nbsp;&amp;nbsp; and&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;CONS.CARDIOL.1,&lt;/SPAN&gt;CONS.CARDIOL.2 from&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;UNIDADE_DE_NEGOCIO and CONSULTORIO&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 16:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889133#M989222</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-07-16T16:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Section Access With a single Excel Sheet in Qlikview QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889134#M989223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I tried replicating your problem I had a problem with the space in "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Cons.Cardiol. 1", maybe you have a problem with that as well? Anyway I have attached a working example from your data (passwords as well), see attached&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 16:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889134#M989223</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-07-16T16:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using Section Access With a single Excel Sheet in Qlikview QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889135#M989224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your answer helped me a lot. I've used the table bellow to correctly make my Section Access Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="536"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;ACCESS&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="135"&gt;USERID&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="78"&gt;PASSWORD&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="155"&gt;UNIDADE_DE_NEGOCIO&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="104"&gt;CONSULTORIO&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;ADMIN&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Administrador&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Admin&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Análises&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Análises 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;ADMIN&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Administrador&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Admin&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Análises&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Análises 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;ADMIN&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Administrador&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Admin&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Imagiologia&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Imagiol. 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;ADMIN&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Administrador&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Admin&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Imagiologia&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Imagiol. 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;ADMIN&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Administrador&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Admin&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cardiologia&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Cardiol. 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;ADMIN&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Administrador&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Admin&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cardiologia&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Cardiol. 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Consultorio_G&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;qlik&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Análises&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Análises 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Consultorio_G&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;qlik&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Análises&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Análises 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Consultorio_G&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;qlik&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Imagiologia&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Imagiol. 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Consultorio_G&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;qlik&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Imagiologia&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Imagiol. 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Consultorio_G&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;qlik&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cardiologia&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Cardiol. 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Consultorio_G&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;qlik&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cardiologia&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Cardiol. 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Consultorio_G_Ana_&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;qlik&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Análises&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Análises 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Consultorio_G_Ana_&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;qlik&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Análises&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Análises 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Consultorio_G_Car_&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;qlik&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cardiologia&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Cardiol. 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Consultorio_G_Car_&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;qlik&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cardiologia&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Cardiol. 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Consultorio_Car_1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;qlik&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cardiologia&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Cons.Cardiol. 1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 15:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889135#M989224</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-07-17T15:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using Section Access With a single Excel Sheet in Qlikview QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889136#M989225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome. Happy Qliking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 15:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Section-Access-With-a-single-Excel-Sheet-in-Qlikview-QVD/m-p/889136#M989225</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-07-17T15:40:26Z</dc:date>
    </item>
  </channel>
</rss>

