<?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: Help for using section access with sharepoint list data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-for-using-section-access-with-sharepoint-list-data/m-p/656671#M668852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean the Section Access works when opening qvw app in the QlikView desktop locally, but doesn't when opening it on the Access Point? That would be very strange. Just to be sure, by not working you mean just the filter not working, not the app failing to open at all on the Access Point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Oct 2014 09:20:22 GMT</pubDate>
    <dc:creator>kuba_michalik</dc:creator>
    <dc:date>2014-10-19T09:20:22Z</dc:date>
    <item>
      <title>Help for using section access with sharepoint list data</title>
      <link>https://community.qlik.com/t5/QlikView/Help-for-using-section-access-with-sharepoint-list-data/m-p/656668#M668849</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 created a report in qlikview with all user's entry-exit times to show them how many hours they work and how many hours they have delay per month, now I wanna publish the report in our sharepoint portal but each of them is suppose to see just her/his report, means when they log in with their usernames and password, the report has to show just those information which is related to them . I made a list in sharepoint (as you can see in the picture) which user's access information and add the below script part in my report script , but it doesnt work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; did I miss s.th? &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;PersonelInfo:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNumber,&lt;SPAN style="color: #ff0000;"&gt;PersonelId&lt;/SPAN&gt;,ows_Author&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1,9,9;#Mohsen Kermani&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,10,10;#Mehdi Etehadi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,13,13;#Mis Bahrami&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4,30,30;#Mis Shahi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,38,&lt;SPAN style="color: #ff0000;"&gt;38&lt;/SPAN&gt;;#Mis Aqabeyki&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AccessInfo:&lt;/P&gt;&lt;P&gt;LOAD ows_NTNAME as NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ows_SAUSER as SAUSER,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ows_TABACCESSSHEET1 as TABACCESS.SHEET1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ows_TABACCESSSHEET2 as TABACCESS.SHEET2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ows_FIELDACCESSDIVISIONFILTER as &lt;SPAN style="color: #ff0000;"&gt;FIELDACCESS.DIVISIONFILTER&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ows_Title as ACCESS&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://10.130.11.3/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List="&gt;http://10.130.11.3/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List=&lt;/A&gt;&lt;SPAN&gt;{1D93957E-BD48-428A-B599-3F2D811982C3}&amp;amp;View={61BFBA78-3020-4081-B475-FA0EDBBB944D}] (XmlSimple, Table is [xml/data/row]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;SATABLE:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ACCESS,&lt;/P&gt;&lt;P&gt;NTNAME,&lt;/P&gt;&lt;P&gt;SAUSER&lt;/P&gt;&lt;P&gt;Resident AccessInfo;&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;&lt;/P&gt;&lt;P&gt;DocSecurity:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;SAUSER,&lt;/P&gt;&lt;P&gt;TABACCESS.SHEET1,&lt;/P&gt;&lt;P&gt;TABACCESS.SHEET2,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;FIELDACCESS.DIVISIONFILTER&lt;/SPAN&gt; as &lt;SPAN style="color: #ff0000;"&gt;PersonelId&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Resident AccessInfo;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2014 13:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-for-using-section-access-with-sharepoint-list-data/m-p/656668#M668849</guid>
      <dc:creator />
      <dc:date>2014-10-18T13:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help for using section access with sharepoint list data</title>
      <link>https://community.qlik.com/t5/QlikView/Help-for-using-section-access-with-sharepoint-list-data/m-p/656669#M668850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you enabled Initial Data Reduction Based On Section Access in Document Properties : Opening ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if you want those stars to work (I assume they are to mean "everything"?), you need to put&lt;/P&gt;&lt;P&gt;STAR is *;&lt;/P&gt;&lt;P&gt;before loading the DocSecurity table. Otherwise it will look for users who have literal stars as their PersonelID.&lt;/P&gt;&lt;P&gt;It is prudent to put&lt;/P&gt;&lt;P&gt;STAR is;&lt;/P&gt;&lt;P&gt;right after loading this table, to turn it off again (it will remain in effect for already loaded data).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2014 22:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-for-using-section-access-with-sharepoint-list-data/m-p/656669#M668850</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2014-10-18T22:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help for using section access with sharepoint list data</title>
      <link>https://community.qlik.com/t5/QlikView/Help-for-using-section-access-with-sharepoint-list-data/m-p/656670#M668851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jakub ,&lt;/P&gt;&lt;P&gt;Yes , due to my searches for sloving my problem I have enabled &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Initial Data Reduction Based On Section Access in Document PropertiesmOpening tab&amp;nbsp; and also I added &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STAR is * in the right place &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; but it still doesnt work ! I think&amp;nbsp; there is something about table relations or like this . and it's interesting that the filter seems to work when a user run the report exe file , but any effect when try to open it on the web ! how they can be different?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2014 05:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-for-using-section-access-with-sharepoint-list-data/m-p/656670#M668851</guid>
      <dc:creator />
      <dc:date>2014-10-19T05:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help for using section access with sharepoint list data</title>
      <link>https://community.qlik.com/t5/QlikView/Help-for-using-section-access-with-sharepoint-list-data/m-p/656671#M668852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean the Section Access works when opening qvw app in the QlikView desktop locally, but doesn't when opening it on the Access Point? That would be very strange. Just to be sure, by not working you mean just the filter not working, not the app failing to open at all on the Access Point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2014 09:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-for-using-section-access-with-sharepoint-list-data/m-p/656671#M668852</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2014-10-19T09:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help for using section access with sharepoint list data</title>
      <link>https://community.qlik.com/t5/QlikView/Help-for-using-section-access-with-sharepoint-list-data/m-p/656672#M668853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jakub&lt;/P&gt;&lt;P&gt;Yes I mean just the filter not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 09:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-for-using-section-access-with-sharepoint-list-data/m-p/656672#M668853</guid>
      <dc:creator />
      <dc:date>2014-11-01T09:01:38Z</dc:date>
    </item>
  </channel>
</rss>

