<?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 Data Reduction using Section Access with UserId's in SQL Server database in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Reduction-using-Section-Access-with-UserId-s-in-SQL-Server/m-p/219805#M72779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks GGG&lt;/P&gt;&lt;P&gt;You are right it worked fine when I removed the reduction column form my load script. I wanted to reload the document on the server so when specifying the reload task I had to check the section access check box and give it a userid and password as Admin for it to reload successfully. I selected the reload option as "Reload at the current location"&lt;/P&gt;&lt;P&gt;It worked only for username ADMIN. for other users I am still going into userid/password loop.&lt;/P&gt;&lt;P&gt;So far so good... But following the same steps when I provide a reduction column and follow the same steps as above I am getting into a userid/password loop when publishing on the server. It works fine when I open the document locally.&lt;/P&gt;&lt;P&gt;Ritesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2009 22:31:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-22T22:31:40Z</dc:date>
    <item>
      <title>Data Reduction using Section Access with UserId's in SQL Server database</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reduction-using-Section-Access-with-UserId-s-in-SQL-Server/m-p/219801#M72775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mates,&lt;/P&gt;&lt;P&gt;I have a table in SQL Server that has follwing columns userid, password, [ReductionColumn]&lt;/P&gt;&lt;P&gt;The data in the qlikview document will be reduced based on this [ReductionColumn].&lt;/P&gt;&lt;P&gt;Can anybody tell me how can I load this user information in the Section Access with all this users be assigned USER ACCESS?&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;P&gt;Ritesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 23:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reduction-using-Section-Access-with-UserId-s-in-SQL-Server/m-p/219801#M72775</guid>
      <dc:creator />
      <dc:date>2009-10-19T23:33:46Z</dc:date>
    </item>
    <item>
      <title>Data Reduction using Section Access with UserId's in SQL Server database</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reduction-using-Section-Access-with-UserId-s-in-SQL-Server/m-p/219802#M72776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ritesh,&lt;BR /&gt;&lt;BR /&gt;I guess you want to join the users with the admins?&lt;BR /&gt;&lt;BR /&gt;This should work:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, USERID, PASSWORD, REDUCTIONCOLUMN&lt;BR /&gt; ADMIN, ADMIN, ADMIN,&lt;BR /&gt;];&lt;BR /&gt;LOAD&lt;BR /&gt; 'USER' AS ACCESS,&lt;BR /&gt; upper([userid]) as USERID,&lt;BR /&gt; upper([password]) as PASSWORD,&lt;BR /&gt; upper(ReductionColumn) AS REDUCTIONCOLUMN&lt;BR /&gt;FROM (SQL)&lt;BR /&gt;Section Application;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gustav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 04:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reduction-using-Section-Access-with-UserId-s-in-SQL-Server/m-p/219802#M72776</guid>
      <dc:creator>Gustav_Guldberg</dc:creator>
      <dc:date>2009-10-22T04:28:49Z</dc:date>
    </item>
    <item>
      <title>Data Reduction using Section Access with UserId's in SQL Server database</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reduction-using-Section-Access-with-UserId-s-in-SQL-Server/m-p/219803#M72777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome!!&lt;/P&gt;&lt;P&gt;It works perfectly on my desktop. But when I deploy it to Qlikview server and am trying to access it through IE accesspoint I am not able to login to the document. It asks me the userid and password and then I provide the correct user id and password for admin but the document does not open.&lt;/P&gt;&lt;P&gt;I am able to open it directly though.&lt;/P&gt;&lt;P&gt;Do I need to do some server settings to make it work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 20:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reduction-using-Section-Access-with-UserId-s-in-SQL-Server/m-p/219803#M72777</guid>
      <dc:creator />
      <dc:date>2009-10-22T20:21:26Z</dc:date>
    </item>
    <item>
      <title>Data Reduction using Section Access with UserId's in SQL Server database</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reduction-using-Section-Access-with-UserId-s-in-SQL-Server/m-p/219804#M72778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;BR /&gt;&lt;BR /&gt;This should work just fine, no additional settings on the server side are needed.&lt;BR /&gt;The only difference is that all users have "USER" status, so there are no ADMINs when accessing via QVS.&lt;BR /&gt;Make sure you reload and save the document and don't make any additional changes to the document before putting putting the document in your documents directory.&lt;BR /&gt;If you run into a userid/password "loop" there could be something in your reduction that's failing.&lt;BR /&gt;I woul dtry to run the application without the reduction field at first to make sure that the Section Access part is valid.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gustav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 21:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reduction-using-Section-Access-with-UserId-s-in-SQL-Server/m-p/219804#M72778</guid>
      <dc:creator>Gustav_Guldberg</dc:creator>
      <dc:date>2009-10-22T21:23:24Z</dc:date>
    </item>
    <item>
      <title>Data Reduction using Section Access with UserId's in SQL Server database</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reduction-using-Section-Access-with-UserId-s-in-SQL-Server/m-p/219805#M72779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks GGG&lt;/P&gt;&lt;P&gt;You are right it worked fine when I removed the reduction column form my load script. I wanted to reload the document on the server so when specifying the reload task I had to check the section access check box and give it a userid and password as Admin for it to reload successfully. I selected the reload option as "Reload at the current location"&lt;/P&gt;&lt;P&gt;It worked only for username ADMIN. for other users I am still going into userid/password loop.&lt;/P&gt;&lt;P&gt;So far so good... But following the same steps when I provide a reduction column and follow the same steps as above I am getting into a userid/password loop when publishing on the server. It works fine when I open the document locally.&lt;/P&gt;&lt;P&gt;Ritesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 22:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reduction-using-Section-Access-with-UserId-s-in-SQL-Server/m-p/219805#M72779</guid>
      <dc:creator />
      <dc:date>2009-10-22T22:31:40Z</dc:date>
    </item>
  </channel>
</rss>

