<?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: Conditional show on Sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682059#M247290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to sheet properties-&amp;gt; condition and use this condition below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OSUser() = 'ABC' or OSUser() = 'XYZ' or OSUser() = 'HJX'&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;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Sep 2014 10:17:54 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2014-09-01T10:17:54Z</dc:date>
    <item>
      <title>Conditional show on Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682051#M247282</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;I have to show one sheet for only some people, rest of the sheets can see everyone. Here i am using osuser() function in conditional show like: =&lt;/P&gt;&lt;P&gt;=if(OSUser()='user1' or OSUser()= 'user2' &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;,1,0). This is working fine, but i have to show this for 30 users and in future it may increase, how can i do this without section access?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 09:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682051#M247282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-01T09:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show on Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682052#M247283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use Mixmatch() function as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=mixmatch(osuser(), 'user1','user2', 'user3')&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 09:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682052#M247283</guid>
      <dc:creator>narband2778</dc:creator>
      <dc:date>2014-09-01T09:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show on Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682053#M247284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try Match()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OSUser(), 'user1', 'user2' &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;, 'user3'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;, 'user4'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;, 'user5'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;, .............'usern'&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 09:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682053#M247284</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-01T09:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show on Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682054#M247285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can we make usernames configurable?&lt;/P&gt;&lt;P&gt;i mean can we put all the usernames in one excel file and can we use the same in conditional show without writing all the usernames in condition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 09:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682054#M247285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-01T09:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show on Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682055#M247286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;can we make usernames configurable?&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;i mean can we put all the usernames in one excel file and can we use the same in conditional show without writing all the usernames in condition?&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 26px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/131389" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-family: inherit; color: #3778c7; background-color: #f3f3f3;"&gt;Conditional show on Sheet&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 09:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682055#M247286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-01T09:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show on Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682056#M247287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load user names from Excel file &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;UserName&lt;/P&gt;&lt;P&gt;FROM ExcelFile;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Len(Only({&amp;lt;UserName={'$(=OsUser())'}&amp;gt;} UserName)) &amp;gt; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 10:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682056#M247287</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-01T10:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show on Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682057#M247288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doc in the resource library&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5175"&gt;Sheets Security with Section Access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is a very good reference for what you are trying to do. Basically you create a tick sheet for each user. If you aren't using section access then you will need to add the OsUser() calculation to set analysis in the sheet visibility.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 10:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682057#M247288</guid>
      <dc:creator>DavidFoster1</dc:creator>
      <dc:date>2014-09-01T10:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show on Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682058#M247289</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;Check this link, hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="j-search-result-value" href="https://community.qlik.com/docs/DOC-4435" style="margin: 0 0 3px; font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Sheet&lt;/EM&gt; &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;level&lt;/EM&gt; &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;access&lt;/EM&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 10:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682058#M247289</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-01T10:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show on Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682059#M247290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to sheet properties-&amp;gt; condition and use this condition below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OSUser() = 'ABC' or OSUser() = 'XYZ' or OSUser() = 'HJX'&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;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 10:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682059#M247290</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-09-01T10:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show on Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682060#M247291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's Working,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 10:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682060#M247291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-01T10:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show on Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682061#M247292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;You must have Users information stored somewhere in table/ qvd/excel. You can cretae one table in application with concatenated field (0say User) of all users which you want to give access and then use expression&lt;/P&gt;&lt;P&gt;Substringcount(OSUser,User)&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;If you have table&lt;/P&gt;&lt;P&gt;UserList:&lt;/P&gt;&lt;P&gt;UserName&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;From XYZ.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Concat(UserName) As UserName&lt;/P&gt;&lt;P&gt;From XYZ.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 10:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-on-Sheet/m-p/682061#M247292</guid>
      <dc:creator>vijay_iitkgp</dc:creator>
      <dc:date>2014-09-01T10:26:20Z</dc:date>
    </item>
  </channel>
</rss>

