<?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 Easiest Way to Hide Sheets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246262#M1205601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies...do I create the 'vshow' variable in 'Variable Overview'? Assume I define it as '1' and then in the conditional bit I just add 'vshow'= 1'&lt;/P&gt;&lt;P&gt;New to a lot of this...would this variable therefore be unique to my instance of the QVD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Mar 2010 15:09:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-02T15:09:13Z</dc:date>
    <item>
      <title>Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246258#M1205597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to keep a separate sheet for me to work on with new draft reports &amp;amp; charts that no other user can see/access&lt;/P&gt;&lt;P&gt;What is the easiest way to do this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 13:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246258#M1205597</guid>
      <dc:creator />
      <dc:date>2010-03-02T13:20:00Z</dc:date>
    </item>
    <item>
      <title>SV:Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246259#M1205598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Show condition: qvuser()='You'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 14:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246259#M1205598</guid>
      <dc:creator />
      <dc:date>2010-03-02T14:10:13Z</dc:date>
    </item>
    <item>
      <title>Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246260#M1205599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use NTFS security instead of QV security then you can put&lt;/P&gt;&lt;P&gt;=OSUser()='yourdomainname\your_username'&lt;/P&gt;&lt;P&gt;in Sheet Properties -&amp;gt; General -&amp;gt; Show Sheet -&amp;gt; Conditional&lt;/P&gt;&lt;P&gt;I have files, where only several users can access to specific sheets. I also use both QV and NTFS security. In this case my sheet showing condition looks like:&lt;/P&gt;&lt;P&gt;=Match(QVUser(),'USER1','USER2') OR MixMatch(OSUser(),'domain\user1','domain\user2')&lt;/P&gt;&lt;P&gt;Rgs,&lt;BR /&gt;AT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 14:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246260#M1205599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-02T14:24:52Z</dc:date>
    </item>
    <item>
      <title>Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246261#M1205600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note that if you use the above methods, you will also have to do the same on any reports that you create as well as in the sheet properties.&lt;/P&gt;&lt;P&gt;The other way is to simply use "vShow = 1" and create a variable called vShow. Manually changing this value will show/hide the sheet. Sure it's not as autonomous but still works.&lt;/P&gt;&lt;P&gt;The easiest way is to take a copy of the qve file and store it where only you can see. This also lowers the risk of breaking an application, if your work includes modification of the load script.&lt;/P&gt;&lt;P&gt;For a full answer you need to tell us exactly what you shall be hiding from other people.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 14:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246261#M1205600</guid>
      <dc:creator />
      <dc:date>2010-03-02T14:48:58Z</dc:date>
    </item>
    <item>
      <title>Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246262#M1205601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies...do I create the 'vshow' variable in 'Variable Overview'? Assume I define it as '1' and then in the conditional bit I just add 'vshow'= 1'&lt;/P&gt;&lt;P&gt;New to a lot of this...would this variable therefore be unique to my instance of the QVD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 15:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246262#M1205601</guid>
      <dc:creator />
      <dc:date>2010-03-02T15:09:13Z</dc:date>
    </item>
    <item>
      <title>Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246263#M1205602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning Artjoms,&lt;/P&gt;&lt;P&gt;Sorry for disturbance through this mail.&lt;/P&gt;&lt;P&gt;Actually in my case also i have used =Match(QVUser(),'USER1','USER2') but my client asked that he will be create one table where all user's Domain,ID and Right will be available.Now i have to access that table and have to match OSUSER with the user having ADMIN rights for provding access to some sheets in the application.&lt;/P&gt;&lt;P&gt;So my issue can be summarized as follows -----&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;Hide some sheets in the Application available on the Server.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;-----------------------------------------------------------------------&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;My Client asked me to hide some sheets of QV application available on Server (Accesspoint) based on the USER having ADMIN rights.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;I have used Conditional SHOW sheet check-box with following logic --------&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;I have created 2 vairables named as "Admin" and "Var"&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;means for these sheets I have given SHOW SHEET condition as =(Admin)&amp;gt;0&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;Where "Admin" is a variable with definition&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;--------- =(fieldindex('ca_user',Var))&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;And "Var" is a variable with definition ----------- =subfield(osuser(),'\',2)&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;As you know, OSUSER() shows DOMAIN\USER-ID.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;"ca_user" is a field(column) showing USER-ID with administration rights from a table created by Client.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;It works fine on local machine but it doesn't work on Server like Accesspoint.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;Insted of FIELDINDEX,i have used EXISTS but this function also works only on local machine not on the Server.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;Could you please tell me how to hide sheets in the application available on the Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 08:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246263#M1205602</guid>
      <dc:creator />
      <dc:date>2010-04-05T08:56:04Z</dc:date>
    </item>
    <item>
      <title>Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246264#M1205603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A convienent way to hide the "developer sheet" is to set the Conditional Show property of the sheet (General tab) to "0". This will hide the sheet. When you want to see the sheet press Ctl-Shift-s.&lt;/P&gt;&lt;P&gt;This is not a good way to hide secure data, but it works for the cosmetic stuff.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 02:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246264#M1205603</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-04-06T02:59:56Z</dc:date>
    </item>
    <item>
      <title>Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246265#M1205604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this and found that when document is published via AccessPoint (we use IE plugin) you cannot unhide the sheet again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working a treat when in the in development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a limitation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Soreen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 14:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246265#M1205604</guid>
      <dc:creator />
      <dc:date>2011-08-25T14:30:08Z</dc:date>
    </item>
    <item>
      <title>Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246266#M1205605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Wow, Rob, never knew you could do that! Wish I had, could've saved me tons of time, heh! I'm sure that will prove very useful in the future! Top tip! For those who don't know: Ctrl + shift + s will overrule any conditional display of sheets or sheet objects so that everything becomes visible, and then toggles it back on again. This is especially useful for me, as I have a lot of hidden objects based on a users visibility restrictions, so working out all the permutations that can show a certain object is sometimes hard, being able to see everything no matter what is a Godsend!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 14:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246266#M1205605</guid>
      <dc:creator>richnorris</dc:creator>
      <dc:date>2011-08-25T14:49:17Z</dc:date>
    </item>
    <item>
      <title>Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246267#M1205607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only display the sheet to your username/osuser, and hide for others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right clikc on sheet -&amp;gt; properties -&amp;gt; click conditional under show sheet, the add the following expression:&lt;/P&gt;&lt;P&gt;=subfield(OSUser(),'\',2) = 'YOUR OSUSERNAME'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 13:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246267#M1205607</guid>
      <dc:creator>pho3nix90</dc:creator>
      <dc:date>2011-09-05T13:46:01Z</dc:date>
    </item>
    <item>
      <title>Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246268#M1205609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to find out what your osuser is, add the following to a text object&lt;/P&gt;&lt;P&gt;=subfield(OSUser(),'\',2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 13:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246268#M1205609</guid>
      <dc:creator>pho3nix90</dc:creator>
      <dc:date>2011-09-05T13:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246269#M1205611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ich werde ab  05.09.2011 nicht im Büro sein. Ich kehre zurück am&lt;/P&gt;&lt;P&gt;23.09.2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Verwertung des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.&lt;/P&gt;&lt;P&gt;Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 14:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246269#M1205611</guid>
      <dc:creator />
      <dc:date>2011-09-05T14:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246270#M1205613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ich werde ab  05.09.2011 nicht im Büro sein. Ich kehre zurück am&lt;/P&gt;&lt;P&gt;23.09.2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Verwertung des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.&lt;/P&gt;&lt;P&gt;Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 14:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246270#M1205613</guid>
      <dc:creator />
      <dc:date>2011-09-05T14:02:50Z</dc:date>
    </item>
    <item>
      <title>Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246271#M1205615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very Helpful ..Thank u &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, 03 Nov 2011 16:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246271#M1205615</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2011-11-03T16:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246272#M1205616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great tip.&amp;nbsp; Will use in future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 19:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246272#M1205616</guid>
      <dc:creator>jtanajewski</dc:creator>
      <dc:date>2013-08-20T19:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246273#M1205617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice tip,&amp;nbsp; too easy.&amp;nbsp; Been looking for this. Don't want to delete tab, as I'll need to add back at later date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 19:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/246273#M1205617</guid>
      <dc:creator>jtanajewski</dc:creator>
      <dc:date>2013-08-20T19:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/1667502#M1205618</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I was trying to do this in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="hiddenSpellError"&gt;QlikSense&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;and was thinking I was so stupid because&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="hiddenGrammarError"&gt;i&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;couldn't make to work&lt;/SPAN&gt;&lt;SPAN class="hiddenGrammarError"&gt;..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just realize that this solution is for&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="hiddenSpellError"&gt;Qlikview&lt;/SPAN&gt;&lt;SPAN&gt;(tried and was able to do it)&lt;/SPAN&gt;&lt;SPAN class="hiddenGrammarError"&gt;..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But what about&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="hiddenSpellError"&gt;QlikSense&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Enterprise? Is there an Easy way to do it? I don't want to go&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;through&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="hiddenSpellError"&gt;QMC&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="hiddenGrammarError"&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;even do they gave a lot of permission, I am afraid to do something wrong and end up messing the server (&lt;/SPAN&gt;&lt;SPAN&gt;nobodies from TI really Knows how to configure the server&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="hiddenGrammarError"&gt;..&lt;/SPAN&gt;&lt;SPAN&gt;had to figure out&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;bi myself&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;how to change app owner and other stuff)&lt;/SPAN&gt;&lt;SPAN class="hiddenGrammarError"&gt;..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 19:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/1667502#M1205618</guid>
      <dc:creator>felipe87</dc:creator>
      <dc:date>2020-01-20T19:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/1698012#M1205619</link>
      <description>&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Match(QVUser(),'USER1','USER2') OR MixMatch(OSUser(),'domain\user1','domain\user2')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I like to know, it is possible to use Apply Mapping? So that can enter domain/user data at excel file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 07:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/1698012#M1205619</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-30T07:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest Way to Hide Sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/1698015#M1205620</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Below are the sharing from Rob :-&lt;/P&gt;&lt;P&gt;A convienent way to hide the "developer sheet" is to set the Conditional Show property of the sheet (General tab) to "0". This will hide the sheet. When you want to see the sheet press Ctl-Shift-s.&lt;/P&gt;&lt;P&gt;This is not a good way to hide secure data, but it works for the cosmetic stuff.&lt;/P&gt;&lt;P&gt;I am using Ver 9. &amp;nbsp;It can not work. It is work only above Ver 9&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 08:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Easiest-Way-to-Hide-Sheets/m-p/1698015#M1205620</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-30T08:00:22Z</dc:date>
    </item>
  </channel>
</rss>

