<?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 Sheet visability in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sheet-visability/m-p/407245#M1157877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two distinct groups of users, finance and clinicians.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my QVW I have a number of sheets that both groups use to discuss performance.&amp;nbsp; However, I have one sheet that is only applicable to the finance team. Is it possible to hide it so the clinicians cannot see it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2013 10:52:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-09T10:52:37Z</dc:date>
    <item>
      <title>Sheet visability</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-visability/m-p/407245#M1157877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two distinct groups of users, finance and clinicians.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my QVW I have a number of sheets that both groups use to discuss performance.&amp;nbsp; However, I have one sheet that is only applicable to the finance team. Is it possible to hide it so the clinicians cannot see it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 10:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-visability/m-p/407245#M1157877</guid>
      <dc:creator />
      <dc:date>2013-01-09T10:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet visability</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-visability/m-p/407246#M1157878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI YOU CAN TRIE WITH SECCION ACCES. I RELINK TO A DISCUSION OF THIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS IS A WAY TO SOLVE YOUR PROBLEM.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/message/169211#169211" title="http://community.qlik.com/message/169211#169211"&gt;http://community.qlik.com/message/169211#169211&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOPE IT HELPS YOU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 11:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-visability/m-p/407246#M1157878</guid>
      <dc:creator>fdelacal</dc:creator>
      <dc:date>2013-01-09T11:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet visability</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-visability/m-p/407247#M1157879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've had a look at that, but I am not trying to hide fields or data. i am just trying to hide an&amp;nbsp; individual sheet instead &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 11:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-visability/m-p/407247#M1157879</guid>
      <dc:creator />
      <dc:date>2013-01-09T11:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet visability</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-visability/m-p/407248#M1157880</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;Let me give you some hints rather.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can look at Sheet properties &amp;gt;&amp;gt; General Tab &amp;gt;&amp;gt; Show Sheet (Conditional). In this box you can enter an expression that should return either True() or False() based on various conditions. You'll probably be able to use the Match() &amp;amp; OSUser() or QVUser() functions inside an If statement to make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pseudo code: If username = 'Ben' or 'Sara' then return True() else return False().&lt;/P&gt;&lt;P&gt;If(Match(OSUser(),''Ben'',''Sara'')&amp;gt;0, true(),false())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 11:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-visability/m-p/407248#M1157880</guid>
      <dc:creator />
      <dc:date>2013-01-09T11:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet visability</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-visability/m-p/407249#M1157881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RIGHT&amp;nbsp; CLICK ON THE SPECIFIC SHEET GO TO PROPERTIES. GENERAL. SHOW SHEET CONDITIONAL&lt;/P&gt;&lt;P&gt;AND DO YOUR SENTENCE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ATACH A IMAGEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 11:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-visability/m-p/407249#M1157881</guid>
      <dc:creator>fdelacal</dc:creator>
      <dc:date>2013-01-09T11:18:39Z</dc:date>
    </item>
  </channel>
</rss>

