<?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: VLookup in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068412#M357055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh really, I can use the same vlookup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the parameter diff?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Mar 2016 09:26:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-29T09:26:06Z</dc:date>
    <item>
      <title>VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068404#M357047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to convert this Excel V-Lookup into a QV formula? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=TODAY()-(VLOOKUP(VLOOKUP(J2,A:L,10),A:L,11))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 14:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068404#M357047</guid>
      <dc:creator />
      <dc:date>2016-03-24T14:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068405#M357048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search forum for Applymap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2756"&gt;Don't join - use Applymap instead&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 14:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068405#M357048</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-03-24T14:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068406#M357049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Today() - ApplyMap('MappingTableName', FieldName) as Something&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 14:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068406#M357049</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-24T14:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068407#M357050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with ApplyMap function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 14:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068407#M357050</guid>
      <dc:creator />
      <dc:date>2016-03-24T14:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068408#M357051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this may not be the right function for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to do is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF task 1 is dependent on task 2, then check if task 2 is overdue. If it is, then make RAG status red.&lt;/P&gt;&lt;P&gt;If task 2 is dependent on task 3, and task 3 is overdue, then both task 2 and task 1 should become RED (as they're all dependent on one another)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 270px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="87"&gt;Task&lt;/TD&gt;&lt;TD width="87"&gt;Due Date&lt;/TD&gt;&lt;TD width="96"&gt;Dependent on&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Task 1&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;01/01/2016&lt;/TD&gt;&lt;TD&gt;Task 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Task 2&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;01/03/2016&lt;/TD&gt;&lt;TD&gt;Task 3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 14:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068408#M357051</guid>
      <dc:creator />
      <dc:date>2016-03-24T14:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068409#M357052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm struggling with this a little bit. Is it possible to show me an example of what this would look like using ApplyMap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Risk!A3="","",TODAY()-VLOOKUP(Risk!J3,Risk!A:L,11))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am guessing that it would be using field names rather than Excel columns, so I've included that below:&lt;/P&gt;&lt;P&gt;=IF(Ref="","",TODAY()-VLOOKUP(Dependent,Ref,TargetDate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 09:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068409#M357052</guid>
      <dc:creator />
      <dc:date>2016-03-29T09:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068410#M357053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. if you have &lt;STRONG&gt;two columns&lt;/STRONG&gt; in source table and want to &lt;STRONG&gt;take value from second column&lt;/STRONG&gt; then use &lt;STRONG&gt;ApplyMap()&lt;/STRONG&gt; function.&lt;/P&gt;&lt;P&gt;2. if you have &lt;STRONG&gt;more than two column&lt;/STRONG&gt; in source table and want to ta&lt;STRONG&gt;ke value from any column from 2nd column&lt;/STRONG&gt; then use &lt;STRONG&gt;lookup()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Second option is same vlookup() formula in excel, only parameter sequence is different.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 09:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068410#M357053</guid>
      <dc:creator>amayuresh</dc:creator>
      <dc:date>2016-03-29T09:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068411#M357054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you looked at the link provided?&lt;/P&gt;&lt;P&gt;See below&lt;/P&gt;&lt;P&gt;The first table (Ref) is your lookup table where T1 is your data for the lookup table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second table (Orders or whatever you will call this table)is your table where you want to return your data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Ref&lt;/SPAN&gt;:&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mapping Load&lt;/SPAN&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Dependent&lt;/SPAN&gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TargetDate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;From &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;T1 &lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;The second step is to use this information when reading the order table, such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;Orders&lt;/SPAN&gt;:&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load &lt;/SPAN&gt;*,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Today()- &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;ApplyMap&lt;/SPAN&gt;('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Ref&lt;/SPAN&gt;', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Dependent&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;null&lt;/SPAN&gt;()&lt;/SPAN&gt;) &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;as &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;Something&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;T2 &lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 09:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068411#M357054</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-03-29T09:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068412#M357055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh really, I can use the same vlookup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the parameter diff?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 09:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068412#M357055</guid>
      <dc:creator />
      <dc:date>2016-03-29T09:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068413#M357056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer this link for more details: &lt;A href="https://community.qlik.com/docs/DOC-5698"&gt;LOAD data into QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 09:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068413#M357056</guid>
      <dc:creator>amayuresh</dc:creator>
      <dc:date>2016-03-29T09:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068414#M357057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;Lookup:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119646_1.PNG" style="height: 304px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ApplyMap():&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-2" height="107" src="https://community.qlik.com/legacyfs/online/119647_1.PNG" style="height: 106.945px; width: 329px;" width="329" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/119654_2.PNG" style="height: 162px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 09:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068414#M357057</guid>
      <dc:creator>amayuresh</dc:creator>
      <dc:date>2016-03-29T09:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068415#M357058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I have a basic ApplyMap working. How would I do a nested ApplyMap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here is the working one&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Today()- ApplyMap('Ref', Dependent, null()) as Dependency2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here is the nested VLookup I'm trying to mirror&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=IF(Ref="","",TODAY()-(VLOOKUP(VLOOKUP(Dependent,Risk!A:L,Dependent),Ref,TargetDate)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attempted with an nested ApplyMap but appear to have broken it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 09:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068415#M357058</guid>
      <dc:creator />
      <dc:date>2016-03-29T09:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068416#M357059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post sample data of both tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 10:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068416#M357059</guid>
      <dc:creator>amayuresh</dc:creator>
      <dc:date>2016-03-29T10:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068417#M357060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;What is the parameter diff?&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you elaborate?&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'comic sans ms', sans-serif;"&gt;Feeling Qlikngry?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="8342" data-objecttype="102" href="https://community.qlik.com/docs/DOC-8342" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;How To /Missing Manual(25 articles)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 10:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068417#M357060</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-03-29T10:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068418#M357061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post your formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 10:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068418#M357061</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-03-29T10:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068419#M357062</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;Here is the nested formula I am trying, It has syntax errors, any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Today()- ApplyMap(ApplyMap('Ref', Dependent, null()), 'Ref', Dependent, null()) as Dependency1,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 10:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068419#M357062</guid>
      <dc:creator />
      <dc:date>2016-03-29T10:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068420#M357063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also tried this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Today()- ApplyMap('Ref',ApplyMap('Ref', Dependent, null()), Dependent, null()) as Dependency1,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 10:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068420#M357063</guid>
      <dc:creator />
      <dc:date>2016-03-29T10:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068421#M357064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check below is my example:&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119656_2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/119657_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 10:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068421#M357064</guid>
      <dc:creator>amayuresh</dc:creator>
      <dc:date>2016-03-29T10:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068422#M357065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create the temp table and resident the to the particular table it may be get the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 10:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068422#M357065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-29T10:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup</title>
      <link>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068423#M357066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per your formula mentioned above &lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;VLOOKUP(Dependent,Risk!A:L,Dependent)), &lt;/STRONG&gt;you have more than two columns from source table so use lookup() function to get the target column value.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 10:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VLookup/m-p/1068423#M357066</guid>
      <dc:creator>amayuresh</dc:creator>
      <dc:date>2016-03-29T10:27:59Z</dc:date>
    </item>
  </channel>
</rss>

