<?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: Tab Access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tab-Access/m-p/388973#M145176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, have you ticked the option in document&amp;nbsp; properties &amp;gt;opening...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Initial data reduction based on section access'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this isnt ticked then no data will be restricted. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Mar 2013 15:24:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-25T15:24:05Z</dc:date>
    <item>
      <title>Tab Access</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-Access/m-p/388972#M145175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to make a specific tab viewable by certain users only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my load script, I have the following:&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;USERID, PASSWORD, ACCESS, GROUPNAME&lt;/P&gt;&lt;P&gt;bloggsj jb,USER,G1&lt;/P&gt;&lt;P&gt;smithj,js,USER,G2&lt;/P&gt;&lt;P&gt;admin,1,ADMIN,*&lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;Star is *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Groups:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;GROUPNAME&lt;/P&gt;&lt;P&gt;G1&lt;/P&gt;&lt;P&gt;G2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the tab property, I have the following condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=FieldIndex('GROUPNAME', 'G1')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would therefore only expect bloggsj and Admin to be able to view the tab but all 3 can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 15:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-Access/m-p/388972#M145175</guid>
      <dc:creator />
      <dc:date>2013-03-25T15:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tab Access</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-Access/m-p/388973#M145176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, have you ticked the option in document&amp;nbsp; properties &amp;gt;opening...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Initial data reduction based on section access'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this isnt ticked then no data will be restricted. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 15:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-Access/m-p/388973#M145176</guid>
      <dc:creator />
      <dc:date>2013-03-25T15:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Tab Access</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-Access/m-p/388974#M145177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure it's a relaible approach to use fieldindex().&amp;nbsp; Try this:&lt;BR /&gt;match(concat({1} distinct GROUPNAME),'G1')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 15:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-Access/m-p/388974#M145177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-25T15:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tab Access</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-Access/m-p/388975#M145178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With reference to Michael's comment "I'm not sure it's a relaible approach to use fieldindex().&amp;nbsp; Try this:&lt;/P&gt;&lt;P&gt;match(concat({1} distinct GROUPNAME),'G1') "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are VERY right. fieldindex does not work (for me). I get different results on the Web than I do on my server copy when using fieldindex. How that can be I will never know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am happy to say that "match(concat({1} distinct GROUPNAME),'G1')" works perfectly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for that, I was really stuck.&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;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 14:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-Access/m-p/388975#M145178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-04T14:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Tab Access</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-Access/m-p/388976#M145179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if they all have a windows login, I'd list them in the propety -&amp;gt;general-&amp;gt;condition.&lt;/P&gt;&lt;P&gt;=upper(osuser())='domain\user'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will that help?&lt;IMG __jive_id="36110" class="jive-image-thumbnail jive-image" onclick="" alt="Capture.PNG" src="https://community.qlik.com/legacyfs/online/36110_Capture.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 14:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-Access/m-p/388976#M145179</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2013-04-04T14:37:16Z</dc:date>
    </item>
  </channel>
</rss>

