<?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: Section access reload issue on server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564239#M210574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try and move the QV_ADMIN from the concatenated INLINE list to the Excel user list, and see if it makes a difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2014 07:38:11 GMT</pubDate>
    <dc:creator>jfkinspari</dc:creator>
    <dc:date>2014-02-25T07:38:11Z</dc:date>
    <item>
      <title>Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564237#M210572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a qvw file with section access. The purpose is that, I want to restrict data visibility based on the attached file(just an example). Admin can see all country data, and users can only see their country data.&lt;/P&gt;&lt;P&gt;When I reload the file on desktop manually which is placed inside Qlikview\SourceDocument folder it runs fine, and then I use to place the qvw inside Qlikview\documents folder so that users can access via Access point. By following this process it works.&lt;/P&gt;&lt;P&gt;But, I want to be a scheduled run on the server, and I have created a task in QVMC which run fine. The document is also distributed to Qlikview\documents folder.&lt;/P&gt;&lt;P&gt;Now when i try to access the qvw using access point I get error msg: Failed to open the document, you might not have permission.&lt;/P&gt;&lt;P&gt;Why is this not working in scheduled run ?&lt;/P&gt;&lt;P&gt;below is my code for section access.&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Star is '*';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Section Access;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;User:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD LOGIN as NTNAME, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNTRY_CD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[QlikviewUsers.xlsx]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;User:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;CONCATENATE LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, ACCESS, COUNTRY_CD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QV_ADMIN, ADMIN, *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Section Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;User_Visiblity:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD LOGIN as NTNAME, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROFILE, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNTRY_CD, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNTRY_NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;FROM[QlikviewUsers.xlsx]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;User_Visiblity:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;CONCATENATE LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, PROFILE, COUNTRY_CD, COUNTRY_NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QV_ADMIN, Admin, ALL, *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;I have also added QV_ADMIN user in the list through which all our Qlikview services runs on the server. I came to know about this somehow from the community and google.&lt;/P&gt;&lt;P&gt;What else I'm missing here or I need to do some other way ? Let me know if any more detail is required.&lt;/P&gt;&lt;P&gt;Any help is much appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Roushan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 07:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564237#M210572</guid>
      <dc:creator />
      <dc:date>2014-02-25T07:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564238#M210573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you included the service account as an admin user with access to all data in the section access list?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 07:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564238#M210573</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-02-25T07:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564239#M210574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try and move the QV_ADMIN from the concatenated INLINE list to the Excel user list, and see if it makes a difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 07:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564239#M210574</guid>
      <dc:creator>jfkinspari</dc:creator>
      <dc:date>2014-02-25T07:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564240#M210575</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;you have to give the admin rights to the account on which your all Qlikview servieces are running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put one more line in your existing section access for the Serviece login ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 467px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" width="128"&gt;LOGIN&lt;/TD&gt;&lt;TD width="60"&gt;ACCESS&lt;/TD&gt;&lt;TD width="61"&gt;PROFILE&lt;/TD&gt;&lt;TD width="70"&gt;COUNTRY_CD&lt;/TD&gt;&lt;TD width="148"&gt;COUNTRY_NAME&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;Admin1&lt;/TD&gt;&lt;TD&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;Admin&lt;/TD&gt;&lt;TD&gt;ALL&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;User1&lt;/TD&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;User&lt;/TD&gt;&lt;TD&gt;DK&lt;/TD&gt;&lt;TD&gt;Denmark&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;User2&lt;/TD&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;User&lt;/TD&gt;&lt;TD&gt;SE&lt;/TD&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17"&gt;&lt;STRONG&gt;Service Login ID&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63"&gt;&lt;STRONG&gt;ADMIN&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63"&gt;&lt;STRONG&gt;Admin&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63"&gt;&lt;STRONG&gt;ALL&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 07:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564240#M210575</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2014-02-25T07:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564241#M210576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, and that is QV_ADMIN account&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 07:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564241#M210576</guid>
      <dc:creator />
      <dc:date>2014-02-25T07:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564242#M210577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already tried that by adding QV_ADMIN in the excel. But no Luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 07:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564242#M210577</guid>
      <dc:creator />
      <dc:date>2014-02-25T07:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564243#M210578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that, but makes no difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 07:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564243#M210578</guid>
      <dc:creator />
      <dc:date>2014-02-25T07:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564244#M210579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When creating your Section Access table, always use the UPPER() function to convert USERID, PASSWORD, NTNAME and whatever to upper case. Especially when loading from an external source. Solves a lot of Section Access mysteries. Maybe yours will be solved too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 08:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564244#M210579</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-25T08:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564245#M210580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I understand it correctly that before data reduction, you try to associate User_Visibility and User by way of two fields (NTNAME and COUNTRY_CD)? QV does not create synthetic keys for tables in Section Access...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 08:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564245#M210580</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-25T08:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564246#M210581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A solution to this can be to create a Users key from both NTNAME and COUNTRY_CD. The annoying thing is that you loose '*' functionality. You'll have to do the expansion yourself. &lt;EM&gt;Or just drop the NTNAME link&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's no use to create a User_Visibility table with exactly the same fields as Users. User_Visibility will have one unique field that links to section access, and other fields that link to the rest of the data. It's contents is just a list of all possible countries that are available in your data, &lt;EM&gt;not in the security file&lt;/EM&gt;. To see this, imagine that you have a country called GRMBL that has data available but no ordinary user should be able to see it. You'll expect QV_ADMIN to have access to GRMBL data, but QV_ADMIN only specifies *, and country GRMBL won't occur in your security excel. The * of QV_ADMIN will expand to all values from column COUNTRY_CD in table User_Visibility that doesn't include GRMBL...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 08:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564246#M210581</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-25T08:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564247#M210582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I agree, when 'Star is * ' is explicitly specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should remove the '' around the * (star), making it simply:&lt;/P&gt;&lt;P&gt;Star is *;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 08:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564247#M210582</guid>
      <dc:creator>jfkinspari</dc:creator>
      <dc:date>2014-02-25T08:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564248#M210583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I understand what it is you do not agree with. I certainly could have put it more clearly, sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 09:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564248#M210583</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-25T09:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564249#M210584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in setting side of qlikview&lt;/P&gt;&lt;P&gt;for document properties--&amp;gt;security tab--&amp;gt;check on admin override security&amp;nbsp; and&lt;/P&gt;&lt;P&gt;document properties--&amp;gt;opening tab --&amp;gt;check on initial data reduction based on section access&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 09:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564249#M210584</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-02-25T09:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564250#M210585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please provide an example code, how to work with ?&lt;/P&gt;&lt;P&gt;I tried UPPER() function, but no luck.&lt;/P&gt;&lt;P&gt;I also tried Star is * instead of Star is '*', this too didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 12:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564250#M210585</guid>
      <dc:creator />
      <dc:date>2014-02-25T12:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564251#M210586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Settings have been taken care...still not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 12:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564251#M210586</guid>
      <dc:creator />
      <dc:date>2014-02-25T12:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564252#M210587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should remove single quotes surrounding *, &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Star is *;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 12:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564252#M210587</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-02-25T12:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564253#M210588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I used the same&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Star is *;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 12:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564253#M210588</guid>
      <dc:creator />
      <dc:date>2014-02-25T12:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564254#M210589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reload the Source Document,then save it.&lt;/P&gt;&lt;P&gt;Then run the task manually on the QMC, then it will distribute your application to the other users.&lt;/P&gt;&lt;P&gt;Now, try to access the document with differenct login credentials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siva Dandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 12:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564254#M210589</guid>
      <dc:creator />
      <dc:date>2014-02-25T12:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564255#M210590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't provide example code, I'll need an example model for that from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the changes are simple.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In table Users, rename the COUNTRY_CD field to LINKFIELD, or something else.&lt;/LI&gt;&lt;LI&gt;Delete everything you listed in the above section application. Why? Identities and authentication belong in Section Access. In Section Application you'll provide authorizations only, which in your case means a simple link table listing individual countries.&lt;/LI&gt;&lt;LI&gt;In Section Application, create a new User_Visibility table and &lt;EM&gt;fill it with the country values that occur in your facts tables&lt;/EM&gt; further on in your data model. Because this table in essence doesn't really do anything except "link", create rows with two fields (e.g. LINKFIELD and COUNTRY_CD) with identical values. If COUNTRY_CD is not the field that connects to the rest of the data model, replace it by something else. However, make sure that LINKFIELD still contains COUNTRY_CD values.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are multiple solutions for this problem, but they differ mostly because of particular details in your application. And we have no information about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter &lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 12:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564255#M210590</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-25T12:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Section access reload issue on server</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564256#M210591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And by the way, you may ask yourself how you can fill User_Visibility when the facts haven't even been loaded yet... Section Access doesn't have to be at the front of your script, you can put it at the end without any problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 12:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-reload-issue-on-server/m-p/564256#M210591</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-25T12:57:17Z</dc:date>
    </item>
  </channel>
</rss>

