<?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: Governance Dashboard and section access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Governance-Dashboard-and-section-access/m-p/1118905#M368992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rqad this document, I think that it can help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5175"&gt;Sheets Security with Section Access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel del Valle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jun 2016 07:41:03 GMT</pubDate>
    <dc:creator>migueldelval</dc:creator>
    <dc:date>2016-06-27T07:41:03Z</dc:date>
    <item>
      <title>Governance Dashboard and section access</title>
      <link>https://community.qlik.com/t5/QlikView/Governance-Dashboard-and-section-access/m-p/1118904#M368991</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;I have a governance dashboard with additional script appended.&lt;/P&gt;&lt;P&gt;I'm also doing some customizations in the UI.&lt;/P&gt;&lt;P&gt;I want to have the document accessible through the access point and want to restrict the document to several users only.&lt;/P&gt;&lt;P&gt;couldn't find a way of doing it with section access.&lt;/P&gt;&lt;P&gt;any idae?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 07:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Governance-Dashboard-and-section-access/m-p/1118904#M368991</guid>
      <dc:creator>shayraber</dc:creator>
      <dc:date>2016-06-27T07:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Governance Dashboard and section access</title>
      <link>https://community.qlik.com/t5/QlikView/Governance-Dashboard-and-section-access/m-p/1118905#M368992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rqad this document, I think that it can help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5175"&gt;Sheets Security with Section Access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel del Valle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 07:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Governance-Dashboard-and-section-access/m-p/1118905#M368992</guid>
      <dc:creator>migueldelval</dc:creator>
      <dc:date>2016-06-27T07:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Governance Dashboard and section access</title>
      <link>https://community.qlik.com/t5/QlikView/Governance-Dashboard-and-section-access/m-p/1118906#M368993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually this is pretty simple (you're only talking about "&lt;EM&gt;restrict the document to several users only&lt;/EM&gt;", not about hiding/showing sheets or reducing data). Sine the entire load script of the GD is already stored in a hidden script, add something like this to the script (anywhere will do, as long as it is in the main body):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Section Access;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ACCESS, NTNAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ADMIN, &lt;EM&gt;YourDomain\ServiceAccountname&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ADMIN, &lt;EM&gt;YourDomain\YourUsername&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;USER, &lt;EM&gt;YourDomain\OtherUserAccount&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Section Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace the parts in italics with values that apply to your environment, save and reload. From now on, section access controls access to this document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORTANT: make sure that you keep a copy with the Section Access-statement commented out at all times. For those situations where you cannot access your own document anymore.&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>Mon, 27 Jun 2016 08:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Governance-Dashboard-and-section-access/m-p/1118906#M368993</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-27T08:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Governance Dashboard and section access</title>
      <link>https://community.qlik.com/t5/QlikView/Governance-Dashboard-and-section-access/m-p/1118907#M368994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pologize...&lt;/P&gt;&lt;P&gt;apparently, I handled it myself.&lt;/P&gt;&lt;P&gt;first, I didn't notice that I can view the hidden script (that's why I thought that I can only add script at the end and not at the beginning) so I can add a regular section access script.&lt;/P&gt;&lt;P&gt;in addition, even without revealing the script - adding a section access via the wizard - worked!&lt;/P&gt;&lt;P&gt;so thanks everyone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 08:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Governance-Dashboard-and-section-access/m-p/1118907#M368994</guid>
      <dc:creator>shayraber</dc:creator>
      <dc:date>2016-06-27T08:48:38Z</dc:date>
    </item>
  </channel>
</rss>

