<?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: Restricting Access to your dashboard in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restricting-Access-to-your-dashboard/m-p/529326#M1327241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using publisher?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 23:55:15 GMT</pubDate>
    <dc:creator>iktrayanov</dc:creator>
    <dc:date>2014-01-17T23:55:15Z</dc:date>
    <item>
      <title>Restricting Access to your dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Access-to-your-dashboard/m-p/529325#M1327238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey QV Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a dashboard containing sensitive data I don't want certain people to be able to access.&lt;/P&gt;&lt;P&gt;The list is of ~1000 users and is contained in an excel spreadsheet currently and contains their usernames and SSOs and titles.&lt;/P&gt;&lt;P&gt;Is there a way to check the user's title for a keyword to see if they should have access to a dashboard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use the title rather than the people's user names or SSOs because the list will be dynamic as people quit or get hired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to lock it down to a specific group?&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;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Access-to-your-dashboard/m-p/529325#M1327238</guid>
      <dc:creator>andyquirin</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Access to your dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Access-to-your-dashboard/m-p/529326#M1327241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using publisher?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 23:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Access-to-your-dashboard/m-p/529326#M1327241</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-01-17T23:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Access to your dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Access-to-your-dashboard/m-p/529327#M1327246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy, We can do this with help of section Access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly, you need to create the Security QVD with help of excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security:&lt;/P&gt;&lt;P&gt;LOAD UPPER(USERNAME) AS NTNAME ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'USER' AS ACCESS &lt;/P&gt;&lt;P&gt;LOAD * FROM EXCEL_FILE &lt;/P&gt;&lt;P&gt;Where KEY_WORD = 'Active' ; (This place you need to provide the logic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Security)&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;NTNAME , ACCESS&lt;/P&gt;&lt;P&gt;QVSERVICEACCOUNT , ADMIN&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Security into Security.qvd (qvd) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this Security QVD in the section Table in the main application.&lt;/P&gt;&lt;P&gt;-----------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access ;&lt;/P&gt;&lt;P&gt;LOAD NTNAME , ACCESS FROM Security.qvd (qvd) where 1=1 ;&lt;/P&gt;&lt;P&gt;Section Application ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the &lt;STRONG&gt;Initial Data Reduction Based on Section Access&lt;/STRONG&gt; option in Document Properties --&amp;gt; Opening Tab &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2014 01:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Access-to-your-dashboard/m-p/529327#M1327246</guid>
      <dc:creator />
      <dc:date>2014-01-18T01:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Access to your dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Access-to-your-dashboard/m-p/529328#M1327251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Old but always very interesting doc about section access&lt;/P&gt;&lt;P&gt;Hope it helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2014 17:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Access-to-your-dashboard/m-p/529328#M1327251</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-01-18T17:54:58Z</dc:date>
    </item>
  </channel>
</rss>

