<?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: Lookup functionality in qlik (not in script) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Lookup-functionality-in-qlik-not-in-script/m-p/976225#M647178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do something like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a Variable vAccessID with the following expression to get rid about the multiple values:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Concat(DISTINCT chr(39)&amp;nbsp; &amp;amp; AccessID &amp;amp; chr(39) , ',') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) = Match(OsUser(), $(=$(vAccessID)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Oct 2015 14:06:39 GMT</pubDate>
    <dc:creator>pamaxeed</dc:creator>
    <dc:date>2015-10-01T14:06:39Z</dc:date>
    <item>
      <title>Lookup functionality in qlik (not in script)</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-functionality-in-qlik-not-in-script/m-p/976223#M647176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem that i would really like to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The case:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;What I want: &lt;/SPAN&gt; To show/hide an object for different users based on conditional show. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Each person has a user ID&lt;/P&gt;&lt;P&gt;- Each sheet that a user click on has a Sheet ID&lt;/P&gt;&lt;P&gt;- For each sheet there is a list of names of people with access (Access ID) in a table for whom is allowed to see the hidden object (they can all access the sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;The problem:&lt;/SPAN&gt; The list of names of whom is allowed to see the hidden object contain multiple names (thus multiple Access IDs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;show object if userID = Access ID (field name)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when there are multiple people in the Access ID field, qlik returns NULL when i refer to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me with this issue?&lt;/P&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;&lt;P&gt;NOTE: 'I need to make this logic work when changing the sheet (thus the list of Access IDs changes) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ya'll smart individuals for helping me!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 08:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-functionality-in-qlik-not-in-script/m-p/976223#M647176</guid>
      <dc:creator />
      <dc:date>2015-10-01T08:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup functionality in qlik (not in script)</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-functionality-in-qlik-not-in-script/m-p/976224#M647177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try it with something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match(osuser(), 'User1', 'User2', ......)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you should also have a look on &lt;A href="https://community.qlik.com/docs/DOC-9039"&gt;Section Access&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 13:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-functionality-in-qlik-not-in-script/m-p/976224#M647177</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-01T13:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup functionality in qlik (not in script)</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-functionality-in-qlik-not-in-script/m-p/976225#M647178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do something like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a Variable vAccessID with the following expression to get rid about the multiple values:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Concat(DISTINCT chr(39)&amp;nbsp; &amp;amp; AccessID &amp;amp; chr(39) , ',') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) = Match(OsUser(), $(=$(vAccessID)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-functionality-in-qlik-not-in-script/m-p/976225#M647178</guid>
      <dc:creator>pamaxeed</dc:creator>
      <dc:date>2015-10-01T14:06:39Z</dc:date>
    </item>
  </channel>
</rss>

