<?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: Re: Lookup Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652386#M238533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Have you tried using Only() function with Set Expression?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2014 15:25:28 GMT</pubDate>
    <dc:creator>IAMDV</dc:creator>
    <dc:date>2014-06-10T15:25:28Z</dc:date>
    <item>
      <title>Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652366#M238513</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;Now that the Lookup() function is gone, how do I do an easy lookup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Unique ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ColA&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ColB&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ColC&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;yyy&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;zzz&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;rrr&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;sss&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;ttt&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;uuu&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;vvv&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;www&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say I have id=2 and col='ColC'. How do I get to 'ttt' now without creating millions of mapping tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 12:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652366#M238513</guid>
      <dc:creator />
      <dc:date>2014-06-10T12:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652367#M238514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try this&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(id=2,pick(match(col,'ColA','ColB','ColC'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ColA,ColB,ColC))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 12:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652367#M238514</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-06-10T12:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652368#M238515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi (number),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why not just using QlikView's Lookup() function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 12:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652368#M238515</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-10T12:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652369#M238516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because I don't think Lookup exists anymore in my version?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Oli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652369#M238516</guid>
      <dc:creator />
      <dc:date>2014-06-10T13:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652370#M238517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's just hardcoding it... What if id=24343 and col=ColXY?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652370#M238517</guid>
      <dc:creator />
      <dc:date>2014-06-10T13:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652371#M238518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why? Which version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652371#M238518</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-10T13:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652372#M238519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know the lookup function still exists?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652372#M238519</guid>
      <dc:creator />
      <dc:date>2014-06-10T13:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652373#M238520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QV11... Doesn't come up!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60374_qv.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Oli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652373#M238520</guid>
      <dc:creator />
      <dc:date>2014-06-10T13:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652374#M238521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See above...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652374#M238521</guid>
      <dc:creator />
      <dc:date>2014-06-10T13:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652375#M238522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's actually really strange, I can see it in my help menu but I see the same problem you do...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652375#M238522</guid>
      <dc:creator />
      <dc:date>2014-06-10T13:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652376#M238523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lookup() can be used in script only..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652376#M238523</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-10T13:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652377#M238524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, so this won't work here...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652377#M238524</guid>
      <dc:creator />
      <dc:date>2014-06-10T13:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652378#M238525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't believe such a simple function doesn't exist&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652378#M238525</guid>
      <dc:creator />
      <dc:date>2014-06-10T13:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652379#M238526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, I suggest to add a field with this lookup in script level..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652379#M238526</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-10T13:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652380#M238527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That won't be dynamic enough... Lookup is the simplest function ever, there must be a way to use it in QlikView?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652380#M238527</guid>
      <dc:creator />
      <dc:date>2014-06-10T13:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652381#M238528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Analyze the peek command. I think it will solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 14:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652381#M238528</guid>
      <dc:creator>rogerioqv</dc:creator>
      <dc:date>2014-06-10T14:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652382#M238529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're on an aggregation level in chart. This is very different than on raw data level. I guess you can do something with set analysis and/or Aggr() but therefor one would need more information on the use case itself..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 14:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652382#M238529</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-10T14:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652383#M238530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this from the help that may help you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor51"&gt;&lt;/A&gt;&lt;A name="lookup("&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;lookup(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="Italic"&gt;fieldname, matchfieldname, matchfieldvalue [, tablename]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Returns the value of &lt;SPAN class="Italic"&gt;fieldname&lt;/SPAN&gt; corresponding to the first occurrence of the value &lt;SPAN class="Italic"&gt;matchfieldvalue&lt;/SPAN&gt; in the field &lt;SPAN class="Italic"&gt;matchfieldname&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Fieldname&lt;/SPAN&gt;, &lt;SPAN class="Italic"&gt;matchfieldname&lt;/SPAN&gt; and &lt;SPAN class="Italic"&gt;tablename&lt;/SPAN&gt; must be given as strings (e.g. quoted literals). &lt;/P&gt;&lt;P&gt;The search order is load order unless the table is the result of complex operations such as joins, in which case the order is not well defined. &lt;/P&gt;&lt;P&gt;Both &lt;SPAN class="Italic"&gt;fieldname&lt;/SPAN&gt; and &lt;SPAN class="Italic"&gt;matchfieldname&lt;/SPAN&gt; must be fields in the same table, specified by &lt;SPAN class="Italic"&gt;tablename&lt;/SPAN&gt;. If &lt;SPAN class="Italic"&gt;tablename&lt;/SPAN&gt; is omitted the current table is assumed. &lt;/P&gt;&lt;P&gt;If no match is found, null is returned. &lt;/P&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;&lt;STRONG&gt;lookup('Price', 'ProductID', InvoicedProd, 'pricelist')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 14:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652383#M238530</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-10T14:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652384#M238531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not reading previous answers first?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 14:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652384#M238531</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-10T14:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652385#M238532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peek is not supported expressions either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 15:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/652385#M238532</guid>
      <dc:creator />
      <dc:date>2014-06-10T15:20:19Z</dc:date>
    </item>
  </channel>
</rss>

