<?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 Security implementation for QlickView reports in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150486#M28496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load the access details like ADMIN or User and also the Role.After this load the role detials in the sectiion application and link to object corresponds to the Role to your data model.&lt;/P&gt;&lt;P&gt;Don't forget to check the option "Intial data reduction Based on the Selection" in the document properties(In opening tab)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2009 00:37:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-29T00:37:05Z</dc:date>
    <item>
      <title>Security implementation for QlickView reports</title>
      <link>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150483#M28493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Am new to QlickView and I have the requirement to implement security for a report in QV.&lt;/P&gt;&lt;P&gt;This is something like the security needs to be implemented data wise and role wise.&lt;/P&gt;&lt;P&gt;I mean to say if in my report i have data for north,south, east and west, then the east manager should be able to view only the east region data and he should not view the data of other regions.&lt;/P&gt;&lt;P&gt;Hope am clear to all.&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 19:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150483#M28493</guid>
      <dc:creator />
      <dc:date>2009-07-28T19:51:39Z</dc:date>
    </item>
    <item>
      <title>Security implementation for QlickView reports</title>
      <link>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150484#M28494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to implement section access.&lt;/P&gt;&lt;P&gt;With section access you can define rights based on the users opening the application.&lt;/P&gt;&lt;P&gt;Thes reights will work in the entire application and in the report. Please have a look at Qlikview manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 21:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150484#M28494</guid>
      <dc:creator />
      <dc:date>2009-07-28T21:40:32Z</dc:date>
    </item>
    <item>
      <title>Security implementation for QlickView reports</title>
      <link>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150485#M28495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahasweta,&lt;BR /&gt;&lt;BR /&gt;A very simple code example below:&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, REDUCTION&lt;BR /&gt; ADMIN, ADMIN,&lt;BR /&gt; USER, ManEast, EAST&lt;BR /&gt; USER, ManWest, WEST&lt;BR /&gt; USER, ManNorth, NORTH&lt;BR /&gt; USER, ManSouth, SOUTH&lt;BR /&gt;];&lt;BR /&gt;//There's a difference between " " and "*".&lt;BR /&gt;//In short " " is "every value in the field" where "*" is everything listed for that field.&lt;BR /&gt;&lt;BR /&gt;Section Application;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; REDUCTION, FIELD_USED_AS_LINK_TO_YOUR_DATA_STRUCTURE&lt;BR /&gt; EAST, REGIONEAST&lt;BR /&gt; WEST, REGIONWEST&lt;BR /&gt; NORTH, REGIONNORTH&lt;BR /&gt; SOUTH, REGINSOUTH&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Gustav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 22:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150485#M28495</guid>
      <dc:creator>Gustav_Guldberg</dc:creator>
      <dc:date>2009-07-28T22:11:18Z</dc:date>
    </item>
    <item>
      <title>Security implementation for QlickView reports</title>
      <link>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150486#M28496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load the access details like ADMIN or User and also the Role.After this load the role detials in the sectiion application and link to object corresponds to the Role to your data model.&lt;/P&gt;&lt;P&gt;Don't forget to check the option "Intial data reduction Based on the Selection" in the document properties(In opening tab)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 00:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150486#M28496</guid>
      <dc:creator />
      <dc:date>2009-07-29T00:37:05Z</dc:date>
    </item>
    <item>
      <title>Security implementation for QlickView reports</title>
      <link>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150487#M28497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Thanks a ton for the replies.&lt;/P&gt;&lt;P&gt;Yes i have used the section access,but still i have some doubt.&lt;/P&gt;&lt;P&gt;After setting the user name and password , the qvw file can be opened by the user and the user can view the script as well.&lt;/P&gt;&lt;P&gt;So now the user can change the password also, then how the security will be maintained?&lt;/P&gt;&lt;P&gt;Is there any other way to secure the document, so that the user only can view the document but he should not change any thing?&lt;/P&gt;&lt;P&gt;Or am missing something in the implementation?&lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 16:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150487#M28497</guid>
      <dc:creator />
      <dc:date>2009-07-30T16:25:55Z</dc:date>
    </item>
    <item>
      <title>Security implementation for QlickView reports</title>
      <link>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150488#M28498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No user won't see the code until and unless you share the Secured Password.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 16:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150488#M28498</guid>
      <dc:creator />
      <dc:date>2009-07-30T16:52:33Z</dc:date>
    </item>
    <item>
      <title>Security implementation for QlickView reports</title>
      <link>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150489#M28499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mahasweta,&lt;BR /&gt;&lt;BR /&gt;I would do a couple of things:&lt;BR /&gt;&lt;BR /&gt;1. Put "Section Access;" into the hidden script, thus password protected even for ADMIN&lt;/P&gt;&lt;P&gt;2. Under "Security" on document level, change the permissions so that USER cannot edit script, reload and so forth.&lt;/P&gt;&lt;P&gt;3. Under "Opening", prohibit binary reload and enable "reduction based on SA" and "Strict Exclusion"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gustav&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 21:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150489#M28499</guid>
      <dc:creator>Gustav_Guldberg</dc:creator>
      <dc:date>2009-07-30T21:19:38Z</dc:date>
    </item>
    <item>
      <title>Security implementation for QlickView reports</title>
      <link>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150490#M28500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gustav,&lt;/P&gt;&lt;P&gt;Thanks a ton for your help.&lt;/P&gt;&lt;P&gt;1- Could you please let me know How to put the "Section access" into the hidden script.? As the same is disable for me when am seeing the same from edit script menu.&lt;/P&gt;&lt;P&gt;2- Yes i have checked the security on document level. But now even if am opening the file with Admin access username then it should allow me to reload or not? As its asking me admin access required for reload.&lt;/P&gt;&lt;P&gt;3- Under opening tab, when am checking for initial data reduction then the document itself is not opening and giving the message like "This document c:\demand.qvw failed to load"&lt;/P&gt;&lt;P&gt;Could you please let me know is there any specific admin rights or am missing something?&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 17:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150490#M28500</guid>
      <dc:creator />
      <dc:date>2009-07-31T17:44:40Z</dc:date>
    </item>
    <item>
      <title>Security implementation for QlickView reports</title>
      <link>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150491#M28501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;Thanks a ton..&lt;/P&gt;&lt;P&gt;As you said :&lt;/P&gt;&lt;P&gt;Load the access details like ADMIN or User and also the Role.After this load the role detials in the sectiion application and link to object corresponds to the Role to your data model.&lt;/P&gt;&lt;P&gt;Don't forget to check the option "Intial data reduction Based on the Selection" in the document properties(In opening tab)&lt;/P&gt;&lt;P&gt;Here even though i have created the access for user and admin and am trying to open the file with admin access, then also by checking the initial data reduction ,am getting some warning message like "This document c:\demand.qvw failed to load". So am not able to open the document itself.&lt;/P&gt;&lt;P&gt;Could you please let me know where am missing ?&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 17:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-implementation-for-QlickView-reports/m-p/150491#M28501</guid>
      <dc:creator />
      <dc:date>2009-07-31T17:50:35Z</dc:date>
    </item>
  </channel>
</rss>

