<?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. :Re: Re. :Re: Re. :Access Security and XML File in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235537#M86793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, I can never answer the "why" questions... &lt;IMG alt="Tongue Tied" src="http://community.qlik.com/emoticons/emotion-7.gif" /&gt;&lt;BR /&gt;This is how it works. Section Access requires field names and field values in upper case. If you use load inline, it will be in upper case as you enter it, but if you load from any data source, you have to convert it using upper() function. Even if you think that the values are in upper case in data source - it may be not reliable.&lt;BR /&gt;If you use fields for data reduction in Section Access and Sectio appliaction - the "upper rule" must be used in both places.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jul 2010 15:55:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-07-29T15:55:55Z</dc:date>
    <item>
      <title>Access Security and XML File</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235528#M86784</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 Session Access in Qlikview :&lt;/P&gt;&lt;P&gt;I have many reports (8 in total) and each of them have User Access different.&lt;/P&gt;&lt;P&gt;I want to use a XML file to write their rights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;Security&amp;gt;&lt;BR /&gt; &amp;lt;Users App="Payment Report"&amp;gt;&lt;BR /&gt; &amp;lt;User Access="ADMIN" UserId="" Password="" NTName="ADMIN03\Qlikview Administrators "/&amp;gt;&lt;BR /&gt; &amp;lt;User Access="ADMIN" NTName="*" UserId="ADMIN" Password="ADMIN" /&amp;gt;&lt;BR /&gt; &amp;lt;/Users&amp;gt;&lt;BR /&gt;&amp;lt;/Security&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;And I use in my QVW script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;&lt;BR /&gt;Section Access;&lt;BR /&gt;&lt;BR /&gt;LOAD Access as ACCESS,&lt;BR /&gt; UserId as USERID,&lt;BR /&gt; Password as PASSWORD,&lt;BR /&gt; NTName as NTNAME&lt;BR /&gt;FROM [$(pathSecu)QV_Security.xml] (XmlSimple, Table is [Security/Users/User]);&lt;BR /&gt;&lt;BR /&gt;Section Application;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that my NT Account is not recognised by Qlikview when a Open my file after the reload.&lt;/P&gt;&lt;P&gt;I don't understand why but when I used the Access Users Helper in the Edit Script and i add manually my Account like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, USERID, PASSWORD, NTNAME&lt;BR /&gt; ADMIN, , , ADMIN03\Qlikview Administrators&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I succeed to open my file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me to understand the difference please and resolve my problem ?[:'(]&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 15:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235528#M86784</guid>
      <dc:creator />
      <dc:date>2010-07-27T15:26:18Z</dc:date>
    </item>
    <item>
      <title>Re. :Access Security and XML File</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235529#M86785</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;Anyone have a suggestion please??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 08:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235529#M86785</guid>
      <dc:creator />
      <dc:date>2010-07-28T08:34:49Z</dc:date>
    </item>
    <item>
      <title>Re. :Access Security and XML File</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235530#M86786</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;Anybody have a suggestion for this problem please?? Is very Crucial for my report.&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, 29 Jul 2010 14:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235530#M86786</guid>
      <dc:creator />
      <dc:date>2010-07-29T14:24:42Z</dc:date>
    </item>
    <item>
      <title>Re. :Access Security and XML File</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235531#M86787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please Try This Code.&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;LOAD Trim(Access) as ACCESS,&lt;BR /&gt; Trim(UserId) as USERID,&lt;BR /&gt; Trim(Password) as PASSWORD,&lt;BR /&gt; Trim(NTName) as NTNAME&lt;BR /&gt;FROM [$(pathSecu)QV_Security.xml] (XmlSimple, Table is [Security/Users/User]);&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sunil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 14:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235531#M86787</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-07-29T14:48:16Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Access Security and XML File</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235532#M86788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not works &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Again th same message : Please enter your login &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 14:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235532#M86788</guid>
      <dc:creator />
      <dc:date>2010-07-29T14:54:53Z</dc:date>
    </item>
    <item>
      <title>Re. :Access Security and XML File</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235533#M86789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;P&gt;You may need an asterisk in the blank fields for your NT account in the XML file.&lt;/P&gt;&lt;PRE style="margin:0px;"&gt;UserId="*" Password="*"&lt;BR /&gt;&lt;BR /&gt;Jonathan&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 14:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235533#M86789</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-07-29T14:57:59Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Access Security and XML File</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235534#M86790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It don't change anything &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 15:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235534#M86790</guid>
      <dc:creator />
      <dc:date>2010-07-29T15:04:54Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Access Security and XML File</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235535#M86791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When loading Section Access fields, you must always use upper():&lt;BR /&gt;upper(UserId) as USERID&lt;BR /&gt;upper(Pwassword) as PASSWORD&lt;BR /&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 15:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235535#M86791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-29T15:11:19Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Access Security and XML File</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235536#M86792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's Works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ^^ Thank you very much for your help ^^&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain me why this function is important please? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 15:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235536#M86792</guid>
      <dc:creator />
      <dc:date>2010-07-29T15:19:45Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Access Security and XML File</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235537#M86793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, I can never answer the "why" questions... &lt;IMG alt="Tongue Tied" src="http://community.qlik.com/emoticons/emotion-7.gif" /&gt;&lt;BR /&gt;This is how it works. Section Access requires field names and field values in upper case. If you use load inline, it will be in upper case as you enter it, but if you load from any data source, you have to convert it using upper() function. Even if you think that the values are in upper case in data source - it may be not reliable.&lt;BR /&gt;If you use fields for data reduction in Section Access and Sectio appliaction - the "upper rule" must be used in both places.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 15:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235537#M86793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-29T15:55:55Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Re: Re. :Access Security and XML File</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235538#M86794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ^^&lt;/P&gt;&lt;P&gt;It's works perfectly now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can use now a Bash Script to load my QVW ^^&lt;/P&gt;&lt;P&gt;I use the command QV.exe /nodata /r Name.QVW&lt;/P&gt;&lt;P&gt;. They are a solution to Reduced the data and saved the file with any data in Command Line please?&lt;/P&gt;&lt;P&gt;Because the option Nodata open the file with any data but He don't save and close ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 16:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235538#M86794</guid>
      <dc:creator />
      <dc:date>2010-07-29T16:14:26Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Re: Re. :Access Security and XML File</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235539#M86795</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 Security acces for Users in TABS :&lt;/P&gt;&lt;P&gt;I use this script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;SecurityUsers:&lt;BR /&gt;LOAD App,&lt;BR /&gt; %Key_Users_335982C89FAF2002 // Key for this table: Security/Users&lt;BR /&gt;FROM [$(pathSecu)QV_Security.xml] (XmlSimple, Table is [Security/Users]);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INNER JOIN (SecurityUsers)&lt;BR /&gt;LOAD Access as [ACCESS],&lt;BR /&gt; NTName as [NTNAME],&lt;BR /&gt; UserId as [USERID],&lt;BR /&gt; Password as [PASSWORD],&lt;BR /&gt; UserGroup as [USERGROUP],&lt;BR /&gt; %Key_Users_335982C89FAF2002 // Key to parent table: Security/Users&lt;BR /&gt;FROM [$(pathSecu)QV_Security.xml] (XmlSimple, Table is [Security/Users/User]);&lt;BR /&gt;&lt;BR /&gt;Groups:&lt;BR /&gt;LOAD App,&lt;BR /&gt; %Key_Groups_54382BD20F57B5D1 // Key for this table: Security/Groups&lt;BR /&gt;FROM $(pathSecu)QV_Security.xml] (XmlSimple, Table is [Security/Groups]);&lt;BR /&gt;&lt;BR /&gt;INNER JOIN (Groups)&lt;BR /&gt;LOAD Name,&lt;BR /&gt; Business,&lt;BR /&gt; Site,&lt;BR /&gt; Sport,&lt;BR /&gt; %Key_Groups_54382BD20F57B5D1 // Key to parent table: Security/Groups&lt;BR /&gt;FROM [$(pathSecu)QV_Security.xml] (XmlSimple, Table is [Security/Groups/Group]);&lt;BR /&gt;&lt;BR /&gt;section access;&lt;BR /&gt;&lt;BR /&gt;replace LOAD UPPER([ACCESS]),&lt;BR /&gt; UPPER([NTNAME]),&lt;BR /&gt; UPPER([USERID]),&lt;BR /&gt; UPPER([PASSWORD]),&lt;BR /&gt; UPPER([USERGROUP]) as [GROUP]&lt;BR /&gt;RESIDENT SecurityUsers&lt;BR /&gt;WHERE App = 'Trading Desk';&lt;BR /&gt;&lt;BR /&gt;section application;&lt;BR /&gt;star is *;&lt;BR /&gt;&lt;BR /&gt;DROP TABLE SecurityUsers;&lt;BR /&gt;&lt;BR /&gt;USERGROUP_SHEETS:&lt;BR /&gt;replace LOAD UPPER([Name]) as [GROUP] ,&lt;BR /&gt; Sport as "STATS_BETS.sport_trad"&lt;BR /&gt;RESIDENT Groups&lt;BR /&gt;WHERE App = 'Trading Desk';&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;For the reload in the QVW script.&lt;/P&gt;&lt;P&gt;My XML file is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&amp;lt;Users App="Trading Desk"&amp;gt;&lt;BR /&gt; &amp;lt;User Access="ADMIN" NTName="qlikview" UserId="*" Password="*" UserGroup="ADMIN" /&amp;gt;&lt;BR /&gt; &amp;lt;User Access="ADMIN" NTName="*" UserId="ADMIN" Password="ADMIN" UserGroup="ADMIN" /&amp;gt;&lt;BR /&gt; &amp;lt;User Access="ADMIN" NTName="MAL-BI01\QlikView Administrators" UserId="*" Password="*" UserGroup="ADMIN" /&amp;gt;&lt;BR /&gt; &amp;lt;User Access="ADMIN" NTName="ADMIN03\QlikView Administrators" UserId="*" Password="*" UserGroup="ADMIN" /&amp;gt;&lt;BR /&gt; &amp;lt;User Access="ADMIN" NTName="bmartinsledo" UserId="*" Password="*" UserGroup="ADMIN" /&amp;gt;&lt;BR /&gt; &amp;lt;User Access="User" NTName="pviswanath" UserId="*" Password="*" UserGroup="ADMIN" /&amp;gt;&lt;BR /&gt; &amp;lt;User Access="User" NTName="cdolain" UserId="*" Password="*" UserGroup="TD" /&amp;gt;&lt;BR /&gt; &amp;lt;/Users&amp;gt;&lt;BR /&gt; &amp;lt;Groups App="Trading Desk"&amp;gt;&lt;BR /&gt; &amp;lt;Group Name="ADMIN" Business="*" Site="*" Sport="*" /&amp;gt;&lt;BR /&gt; &amp;lt;Group Name="TD" Business="*" Site="*" Sport="*"/&amp;gt;&lt;BR /&gt; &amp;lt;Group Name="TURF" Business="Betclick" Site="*" Sport="Horse Racing" /&amp;gt;&lt;BR /&gt; &amp;lt;Group Name="TURF" Business="Betclick" Site="*" Sport="Horse Racing Int." /&amp;gt;&lt;BR /&gt; &amp;lt;/Groups&amp;gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But the users in ACCESS User with a UserGroup TD or Turf don't have access are the sheets.&lt;/P&gt;&lt;P&gt;I want that users of UserGroup TD have access to ALL SPORT in STATS_BETS.sport_trad and&lt;/P&gt;&lt;P&gt;the users of USerGroup TURF have only access to the Sport Horse Racing and Horse Racing Int.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you help me to understand why it's not works??&lt;/P&gt;&lt;P&gt;Thanks ^^&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;King regards,&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 10:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235539#M86795</guid>
      <dc:creator />
      <dc:date>2010-08-03T10:04:43Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Re: Re. :Access Security and XML File</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235540#M86796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please anyone have an idea ?&lt;/P&gt;&lt;P&gt;The security of the open QVW is OK but it left the security of Sheets is very different I don't understand why this not work &lt;IMG alt="Sad" src="http://community.qlik.com/emoticons/emotion-6.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 09:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Security-and-XML-File/m-p/235540#M86796</guid>
      <dc:creator />
      <dc:date>2010-08-04T09:50:01Z</dc:date>
    </item>
  </channel>
</rss>

