<?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: Handling many tabs - Pick list using a multi-box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011837#M948079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what I have done is defined a variable that calls the function.&amp;nbsp; The function checks the user name, including the domain and if they match, I set a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then have a conditional show on the tab that will only show the tabs based on what the user has access to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find it easier to manage than section access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OSuser&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())=domain\user1' &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OSuser&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())=domain\user2' &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OSuser&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())=domain\user3' &lt;BR /&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; ,1,0)))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The avove checks the name and sets the variable to 1 if the user that logs in matches a user in the list.&amp;nbsp; The show condtion on the tab will show only if the variable is set to 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;You can have multiple different values, almost like user roles where the variable of 1 is the lowes, and 10 is the highest&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;you would have multiple if tests like above and then the show contition would be based on the values&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2015 18:04:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-14T18:04:23Z</dc:date>
    <item>
      <title>Handling many tabs - Pick list using a multi-box</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011831#M948073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am handling many tabs in my QV application with the following list box:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-12-14 at 17.22.42.png" class="jive-image image-2" src="/legacyfs/online/108954_Screen Shot 2015-12-14 at 17.22.42.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Within the sheet properties i have a conditional show based on the following expression:&lt;/P&gt;&lt;P&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Match&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;QVUser&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(),'CHITEMERERE CHRIS') &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;_View&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) = 'Patent Analytics', &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;True&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(), &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;False&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()) and user selecting the sheet to view from the multi box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;The fist part of the application limits sheet access to user 'CHITEMERERE CHRIS'.&amp;nbsp; If however another user with no access rights to the 'Patent Analytics' sheet selects 'Patent Analytics' in multi box depicted above, the application opens a tab which contains all the fields in my application which is as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="Screen Shot 2015-12-14 at 17.22.16.png" class="jive-image image-1" src="/legacyfs/online/108953_Screen Shot 2015-12-14 at 17.22.16.png" style="height: 298px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;How can the application be configured to avoid this behaviour, say going to a default sheet like the 'Dashboard' or any other recommendations?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 15:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011831#M948073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-14T15:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Handling many tabs - Pick list using a multi-box</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011832#M948074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post an example please?&lt;/P&gt;&lt;P&gt;seems to me that there might be a misspelling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 16:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011832#M948074</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-12-14T16:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Handling many tabs - Pick list using a multi-box</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011833#M948075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a continuation of the same disucssion as the end of the previous one: &lt;A href="https://community.qlik.com/message/932896"&gt;Section Access Simplification&lt;/A&gt;‌ ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, please close the other one or we're bound to loose track. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 16:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011833#M948075</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-14T16:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Handling many tabs - Pick list using a multi-box</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011834#M948076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suggestion - I have used the Upper(OSUser()) function in a variable or variables, where I will set the variables based on the user logged in - the tab will then only show if the user that loggs in matches a name defined in the variable.&amp;nbsp; This sounds similar to what you are doing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My main question is the business/use case for the lsit box containing all of the sheets? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are no concitions around the values in the list, then all users will see all tabs that are in the applciation, even if they do not have access&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 16:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011834#M948076</guid>
      <dc:creator />
      <dc:date>2015-12-14T16:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Handling many tabs - Pick list using a multi-box</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011835#M948077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Adam, the business/use case for the multi box is that the number of tabs is too many and cluttering the user interface.&amp;nbsp; Hiding the tabs and using a multi box gives a more appealing user interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you explain further the use of the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Upper(OSUser()) function&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 17:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011835#M948077</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-14T17:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Handling many tabs - Pick list using a multi-box</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011836#M948078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks, closed and marked as assumed answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 17:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011836#M948078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-14T17:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Handling many tabs - Pick list using a multi-box</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011837#M948079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what I have done is defined a variable that calls the function.&amp;nbsp; The function checks the user name, including the domain and if they match, I set a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then have a conditional show on the tab that will only show the tabs based on what the user has access to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find it easier to manage than section access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OSuser&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())=domain\user1' &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OSuser&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())=domain\user2' &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OSuser&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())=domain\user3' &lt;BR /&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; ,1,0)))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The avove checks the name and sets the variable to 1 if the user that logs in matches a user in the list.&amp;nbsp; The show condtion on the tab will show only if the variable is set to 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;You can have multiple different values, almost like user roles where the variable of 1 is the lowes, and 10 is the highest&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;you would have multiple if tests like above and then the show contition would be based on the values&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 18:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011837#M948079</guid>
      <dc:creator />
      <dc:date>2015-12-14T18:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Handling many tabs - Pick list using a multi-box</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011838#M948080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also, in accesspoint, if there are enough tabs to scroll, over on the right is a down arrow that when clicked, will show all of the tabs in the application &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 18:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011838#M948080</guid>
      <dc:creator />
      <dc:date>2015-12-14T18:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Handling many tabs - Pick list using a multi-box</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011839#M948081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Adam for the two recent posts and input&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 18:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011839#M948081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-14T18:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Handling many tabs - Pick list using a multi-box</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011840#M948082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;christoper - If you open your applciation either on accesspoint or on your desk top and seitch to web view, you will see a down arrow next to the left and right arrows - if you select it you should see a list of all of the tabs available (below is a sample but had to erase the name of some entries, but it should give you an idea)&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108960_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 19:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011840#M948082</guid>
      <dc:creator />
      <dc:date>2015-12-14T19:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Handling many tabs - Pick list using a multi-box</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011841#M948083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 20:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-many-tabs-Pick-list-using-a-multi-box/m-p/1011841#M948083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-14T20:16:26Z</dc:date>
    </item>
  </channel>
</rss>

