<?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: Hide sheets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685812#M248466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under Properties of the sheet, General, Conditional set it to 0 or 1=2 like Colin said, but i prefer for example to set it conditional that only you can view it, by using the OSUser() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example set the condition to: if (OSUser() = 'MALEK.SAFA,1,0) that way you will be the only one that is able to see the sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Aug 2014 10:47:19 GMT</pubDate>
    <dc:creator>maleksafa</dc:creator>
    <dc:date>2014-08-15T10:47:19Z</dc:date>
    <item>
      <title>Hide sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685810#M248464</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;How can i easily hide sheets in my app without any conditions.&amp;nbsp; I want to hide these as we dont want to currently make these available to users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 10:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685810#M248464</guid>
      <dc:creator />
      <dc:date>2014-08-15T10:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hide sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685811#M248465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set the Show Sheet as Conditional and set to zero&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="showCondition.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/64505_showCondition.JPG.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 10:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685811#M248465</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-08-15T10:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685812#M248466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under Properties of the sheet, General, Conditional set it to 0 or 1=2 like Colin said, but i prefer for example to set it conditional that only you can view it, by using the OSUser() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example set the condition to: if (OSUser() = 'MALEK.SAFA,1,0) that way you will be the only one that is able to see the sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 10:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685812#M248466</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-08-15T10:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hide sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685813#M248467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks. To show it again would I use the document properties? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 10:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685813#M248467</guid>
      <dc:creator />
      <dc:date>2014-08-15T10:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hide sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685814#M248468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you give me an example of osuser pls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 10:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685814#M248468</guid>
      <dc:creator />
      <dc:date>2014-08-15T10:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685815#M248469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;under sheet properties, go to conditional and type the below for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(OSUser() = 'CORP\BIUSER',1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the user is 'CORP\BIUSER' then it will be able to see the sheet, OSUser() takes the user name that you are accessing with, so in my case CORP is the corporate active directory name and BIUSER is the user (in my case it is the windows authentication user).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can easily identify your OSUser(), by simply creating a text object in the dashboard with the expession =OSUser()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/64504_Capture.PNG.png" style="width: 620px; height: 256px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 11:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685815#M248469</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-08-15T11:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hide sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685816#M248470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Bshindroja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easiest way to hide and show the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hide Sheet:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sheet Properties &amp;gt; Tab General &amp;gt; Select Radio Box "Conditional" set value 0 &amp;gt; Apply &amp;gt; OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Show Sheet:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Settings &amp;gt; Document Properties &amp;gt; Tab Sheets &amp;gt; Select "Sheet" &amp;gt; Properties&amp;nbsp; &amp;gt; General &amp;gt; Select Radio Box Always &amp;gt; Apply &amp;gt; OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 11:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-sheets/m-p/685816#M248470</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2014-08-15T11:07:55Z</dc:date>
    </item>
  </channel>
</rss>

