<?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: Section Access restricting visibility to data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228591#M855524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To hide data from specific users then you will need to use the OMIT option as sasi k suggested.&lt;/P&gt;&lt;P&gt;Remember that other expressions in your charts may fail if the field they require has been omitted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2017 13:22:01 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2017-02-20T13:22:01Z</dc:date>
    <item>
      <title>Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228585#M855518</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 setup Section Access for our Monthly Sales Report. I have managed to restrict access by Account Manager but I also want to restrict visibility for a particular user/group of users so that they cannot see sales/budget values only volumes. I have tried reading the post on Section Access on the forum and all the sub sections of this but I can't find a scenario that matches what I need to do. Is it possible to do what I want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sec1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153744_sec1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;This is my Section Access file as it stands at the moment and it works as I expect it to, restricting the users to products linked to their StockBDM code.&lt;/P&gt;&lt;P&gt;What I want to do is restrict the user JessicaPace to only be able to select volumes from this selection option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sec3.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/153751_sec3.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;and this is the script to display the above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sec2.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/153750_sec2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help with this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Steve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228585#M855518</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228586#M855519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The key to Section Access is UPPERCASE.&lt;/P&gt;&lt;P&gt;The field names &amp;amp; data within the fields needs to be uppercase for section access to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Have a look at these examples &lt;A href="https://community.qlik.com/docs/DOC-5917"&gt;QlikView Section Access Examples&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 12:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228586#M855519</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-02-20T12:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228587#M855520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Try to use OMIT in this case like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NTNAME ,OMIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TSL\JESSICAPACE, Sales value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;TSL\JESSICAPACE,cost value&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;TSL\JESSICAPACE,&lt;/SPAN&gt;Margin value&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;etc, list all fields in separate rows which you do not want to give and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load this file from your excel within section access and application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Also make sure all FIELD Names in UPPER CASE&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 13:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228587#M855520</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-02-20T13:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228588#M855521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks but that is not the problem I am having. My Section Access works as it is at the moment but how do I only allow Jess to select volumes and not values from the Metrics list by using my Section Access spreadsheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 13:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228588#M855521</guid>
      <dc:creator />
      <dc:date>2017-02-20T13:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228589#M855522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't think that was the case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NT and access need to be in uppercase but I thought fields and data could be any case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Certainly that is how it is working in our V12 environment, example of our control table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153758_Capture.PNG" style="height: 72px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 13:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228589#M855522</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-20T13:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228590#M855523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's good if v12 is not so critical on uppercase - I have not checked v12 specifically.&lt;/P&gt;&lt;P&gt;It has always been from v8.5 when I started with QlikView, that the golden rule for Section Access was uppercase, uppercase and if in doubt uppercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part of it depends how the data is loaded. If loading from inline tables then the SA data is loaded as uppercase automatically. If loading from a database then you need to check the case of the field names and data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 13:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228590#M855523</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-02-20T13:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228591#M855524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To hide data from specific users then you will need to use the OMIT option as sasi k suggested.&lt;/P&gt;&lt;P&gt;Remember that other expressions in your charts may fail if the field they require has been omitted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 13:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228591#M855524</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-02-20T13:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228592#M855525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed, uppercase, uppercase uppercase&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However V12 seems more forgiving, I might be mistaken but the above code is certainly working for us&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 13:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228592#M855525</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-20T13:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228593#M855526</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've added the OMIT field to my Section Access spreadsheet, and included the OMIT field in the load, but it still allows me to select the Sales Value and displays the data when logged in as Jess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sec4.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153778_sec4.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sec5.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/153788_sec5.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something I've done wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Steve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 15:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228593#M855526</guid>
      <dc:creator />
      <dc:date>2017-02-20T15:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228594#M855527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try changing the Sales Value field to be uppercase both in the data model and in the OMIT column?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 16:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228594#M855527</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-02-20T16:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228595#M855528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried that under my login to save me logging in and out every 5 minutes. Still allows me to select SALES VALUE from the list and displays data in the chart.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sec6.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153803_sec6.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sec5.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/153804_sec5.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sec7.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/153805_sec7.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks, Steve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 16:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228595#M855528</guid>
      <dc:creator />
      <dc:date>2017-02-20T16:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228596#M855529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OMIT doesn't work that way. In the OMIT column you specify a field name. It that field cannot be found (as in your case) then it has been successfully omitted &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 17:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228596#M855529</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-02-20T17:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228597#M855530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which fields exist in your data [SALES VALUE], [Sales Value] or both?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you test if the sales value data exists in a listbox rather than an ad-hoc chart, as OMIT should remove that field from the model for the user. Once you are certain that the data has been omitted correctly then look at getting the Ad-hoc chart correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you fully exiting the QV client and signing in again between tests to ensure that fresh credentials are used not cached credentials? To test section access means signing in and out a lot, there's no shortcut! Which client are you testing this on Ajax or desktop?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 17:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228597#M855530</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-02-20T17:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228598#M855531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/39881"&gt;Problem with section acces and OMIT&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the correct answer by Miguel in above link, he has attached a sample qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OMIT is used to limit the &lt;STRONG&gt;FIELDS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If you want to limit the values within the field then use that FIELDNAME and under that place VALUE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;ACCESS, USERNAME, OMIT, &lt;STRONG&gt;COUNTRY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;USER, USERNAME1, SALES, USA&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, *, *&lt;/P&gt;&lt;P&gt;USER, USERNAME2, , &lt;/P&gt;&lt;P&gt;USER, USERNAME3, PROFIT, UK&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;In above example, COUNTRY is a Fieldname and it has values USA, UK etc....&lt;/P&gt;&lt;P&gt;USER1 will only see USA and USER3 will see only from UK while USER1 will not see SALES &lt;STRONG&gt;FIELD&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 18:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228598#M855531</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-02-20T18:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228599#M855532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Please find the attache Application.&lt;/P&gt;&lt;P&gt;username :ADMIN&lt;/P&gt;&lt;P&gt;Pwd: ADMIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usernmae: Jessica&lt;/P&gt;&lt;P&gt;pwd:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Jessica&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be this is what you are looking for else please let us know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 07:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228599#M855532</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-02-21T07:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228600#M855533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that is close to what I am looking for although I don't really want users to be having to enter a username and password. Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 15:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228600#M855533</guid>
      <dc:creator />
      <dc:date>2017-02-21T15:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228601#M855534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin&lt;/P&gt;&lt;P&gt;I'm using the QV Desktop, V12. Yes I have been exiting the client and then reopening. What I can't find is how the %metric links back to fields generated by the QVDs we have that then work within the report.&lt;/P&gt;&lt;P&gt;The person who created the report is no longer contactable so I am at a bit of a loss with this one. Thanks for your help but I think this is going to require paid time with a consultant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 15:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228601#M855534</guid>
      <dc:creator />
      <dc:date>2017-02-21T15:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228602#M855535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Username and Password can be removed and instead of that use NTNAME.&lt;/P&gt;&lt;P&gt;As locally we can test SA by logging in as different users. &lt;/P&gt;&lt;P&gt;But if you remove those 2 fields and just use NTNAME the result should be same and it will restrict users based on NTNAME, both locally and on access point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 16:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228602#M855535</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-02-21T16:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228603#M855536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Try to replace USERID &amp;amp; PASWWORD with NTNAME in that case &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 07:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228603#M855536</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-02-22T07:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access restricting visibility to data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228604#M855537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The %metric will be used in a Conditional Show expression in the chart columns of your ad-hoc chart. &lt;BR /&gt;This is nothing to do with Section Access and is an Ad-Hoc chart issue.&amp;nbsp; &lt;/P&gt;&lt;P&gt;There is an example Ad-Hoc Chart in the "Whats New in V11" example app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The show condition will be something like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ad-hoc.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154075_ad-hoc.JPG" style="height: 546px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 11:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-restricting-visibility-to-data/m-p/1228604#M855537</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-02-22T11:16:42Z</dc:date>
    </item>
  </channel>
</rss>

