<?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>article Chart Level Access by user in Member Articles</title>
    <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/ta-p/1478045</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find attached Qlikview document for implementing chart level access by user.&amp;nbsp; You can open the Qlikview file by using users A, B, C and D.&amp;nbsp; There is no Password for this file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you login as user A you can access both charts (CH01 and CH02).&lt;/P&gt;
&lt;P&gt;When you login as user B you can access only one chart (CH01).&lt;/P&gt;
&lt;P&gt;When you login as user C you can access only one chart (CH02).&lt;/P&gt;
&lt;P&gt;When you login as user D you can access both charts (CH01 and CH02).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is implemented by using Chart Properties -&amp;gt; Layout -&amp;gt; Show -&amp;gt; Conditional.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The charts and users are configured using ChartAccessMatrix table.&amp;nbsp; Refer below script for implementation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&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&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Admin, A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; User, B&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; User, C&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USer, D&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;Section Application;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ChartAccessMatrix:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;USERID, CH01, CH02&lt;/P&gt;
&lt;P&gt;A,1,1&lt;/P&gt;
&lt;P&gt;B,1,0&lt;/P&gt;
&lt;P&gt;C,0,1&lt;/P&gt;
&lt;P&gt;D,1,1];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jagan.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Oct 2022 13:26:27 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2022-10-07T13:26:27Z</dc:date>
    <item>
      <title>Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/ta-p/1478045</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find attached Qlikview document for implementing chart level access by user.&amp;nbsp; You can open the Qlikview file by using users A, B, C and D.&amp;nbsp; There is no Password for this file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you login as user A you can access both charts (CH01 and CH02).&lt;/P&gt;
&lt;P&gt;When you login as user B you can access only one chart (CH01).&lt;/P&gt;
&lt;P&gt;When you login as user C you can access only one chart (CH02).&lt;/P&gt;
&lt;P&gt;When you login as user D you can access both charts (CH01 and CH02).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is implemented by using Chart Properties -&amp;gt; Layout -&amp;gt; Show -&amp;gt; Conditional.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The charts and users are configured using ChartAccessMatrix table.&amp;nbsp; Refer below script for implementation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&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&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Admin, A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; User, B&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; User, C&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USer, D&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;Section Application;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ChartAccessMatrix:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;USERID, CH01, CH02&lt;/P&gt;
&lt;P&gt;A,1,1&lt;/P&gt;
&lt;P&gt;B,1,0&lt;/P&gt;
&lt;P&gt;C,0,1&lt;/P&gt;
&lt;P&gt;D,1,1];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jagan.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 13:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/ta-p/1478045</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2022-10-07T13:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478046#M704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Due to license problem,i cant open your qvw.could you please post a screenshot of the condition used in the chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 04:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478046#M704</guid>
      <dc:creator />
      <dc:date>2015-02-10T04:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478047#M705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(CH01) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 05:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478047#M705</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-10T05:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478048#M706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you jagan. Its working great..&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 05:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478048#M706</guid>
      <dc:creator />
      <dc:date>2015-02-10T05:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478049#M707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HELLO JAGAN, I WRITE MY SECTION ACCESS 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,USERID&lt;/P&gt;&lt;P&gt;ADMIN,MADHU&lt;/P&gt;&lt;P&gt;USER,KALYAN&lt;/P&gt;&lt;P&gt;USER,RAM&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SECTION Application;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;USERID,CH01,CHO2&lt;/P&gt;&lt;P&gt;MADHU,1,1&lt;/P&gt;&lt;P&gt;KALYAN,1,0&lt;/P&gt;&lt;P&gt;RAM,0,1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 14:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478049#M707</guid>
      <dc:creator />
      <dc:date>2015-06-02T14:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478050#M708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHAT IS THAT 1,1 AND 1,0 PLS EXPLAIN ME JAGAN AND WHICH PLACE I GIVE CONDITION AND HOW TO WRITE CONDITION.PLS TELL ME OUT JAGAN .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 14:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478050#M708</guid>
      <dc:creator />
      <dc:date>2015-06-02T14:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478051#M709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 Means user have access to the chart, 0 means it won't show the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 04:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478051#M709</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-03T04:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478052#M710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing valuable information. Here I have one doubt, suppose if we have more than 100 charts in dashboard it is difficult to declare like below what you mentioned in your post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ChartAccessMatrix:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;USERID, CH01, CH02&lt;/P&gt;&lt;P&gt;A,1,1&lt;/P&gt;&lt;P&gt;B,1,0&lt;/P&gt;&lt;P&gt;C,0,1&lt;/P&gt;&lt;P&gt;D,1,1];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any alternative way to achieve this and also suppose if we want to assign to particular group to particular chart. What would be the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 09:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478052#M710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-15T09:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478053#M711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Map users to groups and assign chart access to groups instead of users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 01:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478053#M711</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-16T01:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478054#M712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I went through all types of access level section as well as sheet and chart. I did not understand which one should i use. I want a particular user to see some apps and he should not be able top edit the script or view any of the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 14:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478054#M712</guid>
      <dc:creator />
      <dc:date>2016-04-07T14:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478055#M713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;This logic works only if the "Initial data reduction based os section access" option is checked.&lt;/P&gt;&lt;P&gt;In my report if I check that option, no one can access the report from access point including me.&lt;/P&gt;&lt;P&gt;However I am able to open in my local machine. What could be the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Dharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 12:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478055#M713</guid>
      <dc:creator>dharmarasu</dc:creator>
      <dc:date>2016-04-28T12:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478056#M714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does it work in the server if we use NTNAME&amp;nbsp; instead of USERID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it bby deploying dashboard in the server, but it takes Servers NTNAME and object level security is not achievable there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 14:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478056#M714</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2016-09-30T14:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478057#M715</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;Just replace USERID with NTNAME that's it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 03:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478057#M715</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-10-03T03:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478058#M716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded the qvw file and tried to open with A. It worked perfectly but than I tried to open it with other users and it failed to open. I am not sure why that happened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I tried the similar approach with me qvw on the server with NTNAME. And it is failing to open for all of my users. Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Parth &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 19:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478058#M716</guid>
      <dc:creator />
      <dc:date>2016-10-27T19:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478059#M717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using windows account then you have to user NTNAME otherwise you need to use USERID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 06:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478059#M717</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-10-31T06:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478060#M718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I replaced USERID with NTNAME and checked Strict Exclusion in Document Settings, as the sane you did in your application. I am using windows authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in access point it says you don't have access to the document even for me, however I am able to open it from Qlikview desktop but not from Access Point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why this is happening? Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 06:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478060#M718</guid>
      <dc:creator>aapurva09</dc:creator>
      <dc:date>2016-11-02T06:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478061#M719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Apurva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the same account in Accesspoint? &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 08:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478061#M719</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-11-10T08:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478062#M720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values in the USER field in the qvw, are in Camel case. If you make them Upper Case, the qvw will work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subrat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 06:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478062#M720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-09T06:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Level Access by user</title>
      <link>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478063#M721</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;As many people pointed out here, this is not working in SERVER with NTNAME. It is throwing error "Failed to open document, You don't have access to this document.".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did anybody found out the answer for this? Please share if you know about this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 06:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Chart-Level-Access-by-user/tac-p/1478063#M721</guid>
      <dc:creator>manojkumargowda</dc:creator>
      <dc:date>2018-04-18T06:12:23Z</dc:date>
    </item>
  </channel>
</rss>

