<?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 NTNAME Conditional Show on Button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-NTNAME-Conditional-Show-on-Button/m-p/540980#M202195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure you have the following option checked in Document Properties:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/50989_pastedImage_0.png" style="width: 620px; height: 540px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jan 2014 15:09:25 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2014-01-02T15:09:25Z</dc:date>
    <item>
      <title>Section Access NTNAME Conditional Show on Button</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-NTNAME-Conditional-Show-on-Button/m-p/540979#M202194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to implement section access so only certain users are able to see a button when logging into the access portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what i have scripted so far and this works for granting USER1 and USER2 access to the portal.&amp;nbsp; For instance, a USER3 does not even see the access portal on the web.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIACCESS:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIACCESS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, SIACCESS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, USER1, Y&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, N&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have a button called (SI) with a conditional Show which looks like this:&lt;/P&gt;&lt;P&gt; if(SIACCESS='Y', 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i get it so the "Y" or "N" from the section access user records tells the button to appear or not?&amp;nbsp; Am i missing something in the Section Access area?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 19:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-NTNAME-Conditional-Show-on-Button/m-p/540979#M202194</guid>
      <dc:creator />
      <dc:date>2013-12-31T19:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access NTNAME Conditional Show on Button</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-NTNAME-Conditional-Show-on-Button/m-p/540980#M202195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure you have the following option checked in Document Properties:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/50989_pastedImage_0.png" style="width: 620px; height: 540px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 15:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-NTNAME-Conditional-Show-on-Button/m-p/540980#M202195</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-02T15:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access NTNAME Conditional Show on Button</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-NTNAME-Conditional-Show-on-Button/m-p/540981#M202196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The field SIACCESS would in many cases return more than 1 value. To check if this is the case, then create a textboject with the expression =SIACCESS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If thats the case, I would use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(Only(SIACCESS)='Y', 1, 0) instead. So there is a aggregation around the field.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 15:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-NTNAME-Conditional-Show-on-Button/m-p/540981#M202196</guid>
      <dc:creator>tseebach</dc:creator>
      <dc:date>2014-01-02T15:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access NTNAME Conditional Show on Button</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-NTNAME-Conditional-Show-on-Button/m-p/540982#M202197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for this tip...this solved my issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 15:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-NTNAME-Conditional-Show-on-Button/m-p/540982#M202197</guid>
      <dc:creator />
      <dc:date>2014-01-02T15:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access NTNAME Conditional Show on Button</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-NTNAME-Conditional-Show-on-Button/m-p/540983#M202198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 15:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-NTNAME-Conditional-Show-on-Button/m-p/540983#M202198</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-02T15:23:12Z</dc:date>
    </item>
  </channel>
</rss>

