<?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: QlikView Section Access - Tab show/hide based on a condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Section-Access-Tab-show-hide-based-on-a-condition/m-p/1570398#M442061</link>
    <description>&lt;P&gt;yes, it holds data. This should be viewed only by admin.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2019 09:53:17 GMT</pubDate>
    <dc:creator>ppereria</dc:creator>
    <dc:date>2019-04-17T09:53:17Z</dc:date>
    <item>
      <title>QlikView Section Access - Tab show/hide based on a condition</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Section-Access-Tab-show-hide-based-on-a-condition/m-p/1570277#M442052</link>
      <description>&lt;P&gt;QlikView - Section Access - Restrict data as well as maintain sheet Show hide&lt;/P&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have to develop 2 part of Section Access - One based on Data restrict data, and the other show hide the tab based on logged in User.&lt;/P&gt;&lt;P&gt;Section Access restricting data is working fine.&lt;/P&gt;&lt;P&gt;I am unable to develop Tab show hide - What I want to do is -&lt;/P&gt;&lt;P&gt;1. if user is admin - he should see all the city data and view all the tabs too - Tab names Tab1, Tab2, Tab3, Tab4.&lt;/P&gt;&lt;P&gt;2. if user has access to one city like London - Dashboard to show up only London data but should also restrict showing 2 tabs out of 4 - say tab3 and tab 4 should be hidden.&lt;/P&gt;&lt;P&gt;3. if user has access to 2 cities like London and Chicago, then user should see data pertaining to these too, but should also restrict showing tab3 and tab 4&lt;/P&gt;&lt;P&gt;Currently even an admin when selects a particular city QV is hiding the 2 tabs. Which it should not, no matter what I click all the tabs should be visible.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Section-Access-Tab-show-hide-based-on-a-condition/m-p/1570277#M442052</guid>
      <dc:creator>ppereria</dc:creator>
      <dc:date>2024-11-16T21:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Section Access - Tab show/hide based on a condition</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Section-Access-Tab-show-hide-based-on-a-condition/m-p/1570366#M442058</link>
      <description>&lt;P&gt;What is there in the tabs? Does it holds reports with data?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 09:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Section-Access-Tab-show-hide-based-on-a-condition/m-p/1570366#M442058</guid>
      <dc:creator>saminea_ANZ</dc:creator>
      <dc:date>2019-04-17T09:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Section Access - Tab show/hide based on a condition</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Section-Access-Tab-show-hide-based-on-a-condition/m-p/1570398#M442061</link>
      <description>&lt;P&gt;yes, it holds data. This should be viewed only by admin.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 09:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Section-Access-Tab-show-hide-based-on-a-condition/m-p/1570398#M442061</guid>
      <dc:creator>ppereria</dc:creator>
      <dc:date>2019-04-17T09:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Section Access - Tab show/hide based on a condition</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Section-Access-Tab-show-hide-based-on-a-condition/m-p/1570406#M442062</link>
      <description>&lt;P&gt;you can create a Section Access table like this,&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;SA_User&lt;/TD&gt;&lt;TD&gt;DataLevel&lt;/TD&gt;&lt;TD&gt;Tab 1&lt;/TD&gt;&lt;TD&gt;Tab 2&lt;/TD&gt;&lt;TD&gt;Tab 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Admin&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;User1&lt;/TD&gt;&lt;TD&gt;Reg 1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;User2&lt;/TD&gt;&lt;TD&gt;Reg 2&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;User3&lt;/TD&gt;&lt;TD&gt;Reg 3&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Above table will define, who gets to see what. Under tab fields, 0 means user will not have access that area.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In UI at Sheet level&amp;nbsp; or object level layout condition:&lt;/P&gt;&lt;P&gt;Tab 1&amp;lt;&amp;gt;1 for tab 1 ... similarly for others.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this will work.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 10:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Section-Access-Tab-show-hide-based-on-a-condition/m-p/1570406#M442062</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2019-04-17T10:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Section Access - Tab show/hide based on a condition</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Section-Access-Tab-show-hide-based-on-a-condition/m-p/1586375#M443244</link>
      <description>&lt;P&gt;Here is a link I have left on a few other posts now from the Design Blog area by Henric Cronstrom, there are additional blog post links at the bottom of that post with information on related topics, which may help you get things sorted out.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 18:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Section-Access-Tab-show-hide-based-on-a-condition/m-p/1586375#M443244</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-05-29T18:52:15Z</dc:date>
    </item>
  </channel>
</rss>

