<?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: Query on Section Access script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340904#M125920</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;I think you need to change this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Concatenate (TMPSecurity)&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;'*' AS USERID, // This line is new&lt;/P&gt;&lt;P&gt;'*' AS PASSWORD, // this line is new&lt;/P&gt;&lt;P&gt;NTNAME,&lt;/P&gt;&lt;P&gt;ACCESS,&lt;/P&gt;&lt;P&gt;PROJECTCODE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Subsea7\QVDev\PMSR\ChrisSecurity.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the field PROJECTCODE with "*" in the INLINE table as well.&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, 07 Jun 2012 09:12:17 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2012-06-07T09:12:17Z</dc:date>
    <item>
      <title>Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340892#M125908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,Can anyone tell me if there is a problem when trying to do a resident load in section access please?&lt;/P&gt;&lt;P&gt;I am trying to do the following but it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, USERID, PASSWORD&lt;BR /&gt; Admin, Admin, Admin&lt;BR /&gt; User, User, User&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Concatenate (Security)&lt;BR /&gt; LOAD &lt;BR /&gt; NTNAME,&lt;BR /&gt; ACCESS,&lt;BR /&gt; PROJECTCODE&lt;BR /&gt;FROM&lt;BR /&gt;C:\Subsea7\QVDev\PMSR\ChrisSecurity.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Section Access;&lt;BR /&gt;Load * &lt;/P&gt;&lt;P&gt;Resident Security;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;Drop Table Security;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 16:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340892#M125908</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2012-06-06T16:27:02Z</dc:date>
    </item>
    <item>
      <title>Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340893#M125909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do all the loads after the Section Access; statement. Note that all field names and values must be uppercase. Note that you needn't drop the section access table, just use the Section Application; statement.&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, 06 Jun 2012 16:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340893#M125909</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-06T16:44:01Z</dc:date>
    </item>
    <item>
      <title>Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340894#M125910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel, I am trying to create my security table first then use that security table as my section access table (If that makes sense)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My section access table comprises of an inline table and an xlsx table, i want to combine them and make a new table, then use that new table as my section access table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am dropping the combined INLINE AND XLSX table not the section access table (as i know this isn't displayed in my table viewer anyway)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 16:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340894#M125910</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2012-06-06T16:51:46Z</dc:date>
    </item>
    <item>
      <title>Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340895#M125911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I disagree with Miguel's recommendation. I have run into many different problems -- slow load performance, missing data -- doing operations like JOIN or CONCATENATE in Section Application. My ROT is: build the table in Section Application, then load resident in Section Access. Just as you are doing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Miguel pointed out, your field values must be in upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 16:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340895#M125911</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-06-06T16:54:24Z</dc:date>
    </item>
    <item>
      <title>Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340896#M125912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should combine them within the Section Access / Application statements. That will work as well, regardless how many tables you are using or how many different sources, as long as you keep the same names and values uppercase for both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have created your table, you don't have to drop it, security table is hidden for everyone (including admin) and it does not appear in the Table Viewer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, note that you are using both USERID/PASSWORD and NTNAME, and you must be carefull or you can get locked yourself out. Check &lt;A _jive_internal="true" href="https://community.qlik.com/message/146259#146259"&gt;this thread&lt;/A&gt; on how to use all three fields and the "*" sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense.&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, 06 Jun 2012 16:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340896#M125912</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-06T16:56:44Z</dc:date>
    </item>
    <item>
      <title>Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340897#M125913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi both, I have seemed to got it working, Does this look ok to you? It seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TMPSecurity:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, USERID, PASSWORD&lt;BR /&gt; ADMIN, ADMIN, ADMIN&lt;BR /&gt; USER, USER, USER&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Concatenate (TMPSecurity)&lt;BR /&gt; LOAD &lt;BR /&gt; NTNAME,&lt;BR /&gt; ACCESS,&lt;BR /&gt; PROJECTCODE&lt;BR /&gt;FROM&lt;BR /&gt;C:\Subsea7\QVDev\PMSR\ChrisSecurity.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store TMPSecurity into Security.txt (txt);&lt;/P&gt;&lt;P&gt;Drop Table TMPSecurity;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;LOAD ACCESS, &lt;BR /&gt; USERID, &lt;BR /&gt; PASSWORD, &lt;BR /&gt; NTNAME, &lt;BR /&gt; PROJECTCODE&lt;BR /&gt;FROM&lt;BR /&gt;C:\Subsea7\Security.txt&lt;BR /&gt;(txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 16:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340897#M125913</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2012-06-06T16:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340898#M125914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, that should work, taking into account what I mentioned above in regards to mix USERID and NTNAME. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As opposed to Rob, I have run into problems specially using Publisher, when using RESIDENT loads for Section Access. That should work, anyway, there's nothing wrong in using a RESIDENT with section access. However I do have run into issues when using JOIN, in many many cases, and not only in section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As most of the questions, it's all about recommendations or suggestions, rather than &lt;EM&gt;the answer&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps somehow.&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, 06 Jun 2012 17:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340898#M125914</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-06T17:12:13Z</dc:date>
    </item>
    <item>
      <title>Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340899#M125915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both. What i have done works, alothough it does cause a security risk as i am creating a txt file with PASSWORDS in it.Do you know if there is a way olf qlikview deleting the txt file after it has loaded it in. Maybe a command at the end of the script which will just delete the file. &lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 07:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340899#M125915</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2012-06-07T07:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340900#M125916</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;If that works to you as Rob suggests above, just don't create any file, or do a QVD instead. Just do the table, concatenate, join and do what you need, load resident in the Section Access script then drop the table. I'd give a try to not create any additional file as he mentions.&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, 07 Jun 2012 07:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340900#M125916</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-07T07:53:42Z</dc:date>
    </item>
    <item>
      <title>Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340901#M125917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Rob says to build the file in section application, then load resident in section access. I don't completely understand what is meant, i thought section access had to come before section application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 07:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340901#M125917</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2012-06-07T07:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340902#M125918</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;Section Application means anywhere but in the Section Access itself. Section Application is where the "normal" script is. Note that in QlikView it does not matter necessarily where to load a table, because all links will be created at the end of the load script between tables that share a field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your script should look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Security:&lt;/P&gt;&lt;P&gt;LOAD ...&lt;/P&gt;&lt;P&gt;CONCATENATE ...&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;RESIDENT Security;&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;// Tables here of normal load script&lt;/P&gt;&lt;/PRE&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, 07 Jun 2012 08:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340902#M125918</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-07T08:39:57Z</dc:date>
    </item>
    <item>
      <title>Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340903#M125919</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;&lt;/P&gt;&lt;P&gt;So are you saying that the followinbg should work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TMPSecurity:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, USERID, PASSWORD, NTNAME&lt;BR /&gt; Admin, Admin, Admin,*&lt;BR /&gt; User, User, User,*&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Concatenate (TMPSecurity)&lt;BR /&gt; LOAD &lt;BR /&gt; NTNAME,&lt;BR /&gt; ACCESS,&lt;BR /&gt; PROJECTCODE&lt;BR /&gt;FROM&lt;BR /&gt;C:\Subsea7\QVDev\PMSR\ChrisSecurity.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Section Access;&lt;BR /&gt;LOAD *&lt;BR /&gt;Resident TMPSecurity;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i reload this and attempt to reopen the QVW it states i that my access is denied..&lt;/P&gt;&lt;P&gt;I have set up my NTNAME as admin and i should have access to 1 project code out of 3. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 08:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340903#M125919</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2012-06-07T08:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340904#M125920</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;I think you need to change this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Concatenate (TMPSecurity)&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;'*' AS USERID, // This line is new&lt;/P&gt;&lt;P&gt;'*' AS PASSWORD, // this line is new&lt;/P&gt;&lt;P&gt;NTNAME,&lt;/P&gt;&lt;P&gt;ACCESS,&lt;/P&gt;&lt;P&gt;PROJECTCODE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Subsea7\QVDev\PMSR\ChrisSecurity.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the field PROJECTCODE with "*" in the INLINE table as well.&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, 07 Jun 2012 09:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340904#M125920</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-07T09:12:17Z</dc:date>
    </item>
    <item>
      <title>Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340905#M125921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Sorry to be a pain, i cannot get it to work, it keeps locking me out.&lt;/P&gt;&lt;P&gt;This is my new script..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TMPSecurity:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, USERID, PASSWORD, NTNAME, PROJECTCODE&lt;BR /&gt; Admin, Admin, Admin,*,*&lt;BR /&gt; User, User, User,*,*&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Concatenate (TMPSecurity)&lt;BR /&gt; LOAD &lt;BR /&gt; '*' as USERID,&lt;BR /&gt; '*' AS PASSWORD,&lt;BR /&gt; NTNAME,&lt;BR /&gt; ACCESS,&lt;BR /&gt; PROJECTCODE&lt;BR /&gt;FROM&lt;BR /&gt;C:\Subsea7\QVDev\PMSR\ChrisSecurity.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Section Access;&lt;BR /&gt;LOAD *&lt;BR /&gt;Resident TMPSecurity;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 09:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340905#M125921</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2012-06-07T09:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340906#M125922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are fields and values uppercase?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;TMPSecurity:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS, USERID, PASSWORD, NTNAME, PROJECTCODE&lt;BR /&gt;ADMIN, ADMIN, ADMIN,*,*&lt;BR /&gt;USER, USER, USER,*,*&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Concatenate (TMPSecurity)&lt;BR /&gt;LOAD &lt;BR /&gt;'*' AS USERID,&lt;BR /&gt;'*' AS PASSWORD,&lt;BR /&gt;Upper(NTNAME) AS NTNAME,&lt;BR /&gt;Upper(ACCESS) AS ACCESS,&lt;BR /&gt;Upper(PROJECTCODE) AS PROJECTCODE&lt;BR /&gt;FROM&lt;BR /&gt;C:\Subsea7\QVDev\PMSR\ChrisSecurity.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that does not work, please post the excel and QVW file (remove all sensitive data and charts but keep the section access script) so we can check further. You can either comment the Section Access line just to check whether the table is or is not concatenating as expected.&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, 07 Jun 2012 09:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340906#M125922</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-07T09:39:56Z</dc:date>
    </item>
    <item>
      <title>Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340907#M125923</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;&lt;/P&gt;&lt;P&gt;My NTNAME was lowercase!! I have just changed it and it now seems to be working. Thanks for your help, Sorry to be a pain!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thnaks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 09:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340907#M125923</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2012-06-07T09:44:31Z</dc:date>
    </item>
    <item>
      <title>Query on Section Access script</title>
      <link>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340908#M125924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevermind, that usually happens. I'm glad to help but please mark helpful and correct answers as such, so the next user can find it out easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&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, 07 Jun 2012 09:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-on-Section-Access-script/m-p/340908#M125924</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-07T09:49:57Z</dc:date>
    </item>
  </channel>
</rss>

