<?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 Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/704398#M1058500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border: 0px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" colspan="9" height="20" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="720"&gt;&lt;P&gt;IF(LEN(CUENTA)&amp;gt;2,lookup('CUEN_NOMBRE', 'CUENTA_AUX',LEFT(CUENTA,2), 'CUENTAS_TMP')) AS GRUPO_NOMBRE_2:&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Return The value in the field CUEN_NOMBRE From the table CUENTAS_TMP Where the value Left(CUENTA,2) (first 2 characters) match in the field CUENTA_AUX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 15:34:35 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-10-10T15:34:35Z</dc:date>
    <item>
      <title>Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/704397#M1058499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´d like to have a little help with this function, i´ve read a few posts but i still didnt understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this in the script, and i dont understand what it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 720px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" colspan="9" height="20" width="720"&gt;IF(LEN(CUENTA)&amp;gt;2,lookup('CUEN_NOMBRE', 'CUENTA_AUX',LEFT(CUENTA,2), 'CUENTAS_TMP')) AS GRUPO_NOMBRE_2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here an example of the values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUEN_NOMBRE = activo&lt;/P&gt;&lt;P&gt;Cuenta_aux = 1&lt;/P&gt;&lt;P&gt;Cuenta= 1-1&lt;/P&gt;&lt;P&gt;and cuentas_tmp is a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 15:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/704397#M1058499</guid>
      <dc:creator />
      <dc:date>2014-10-10T15:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/704398#M1058500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border: 0px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" colspan="9" height="20" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="720"&gt;&lt;P&gt;IF(LEN(CUENTA)&amp;gt;2,lookup('CUEN_NOMBRE', 'CUENTA_AUX',LEFT(CUENTA,2), 'CUENTAS_TMP')) AS GRUPO_NOMBRE_2:&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Return The value in the field CUEN_NOMBRE From the table CUENTAS_TMP Where the value Left(CUENTA,2) (first 2 characters) match in the field CUENTA_AUX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 15:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/704398#M1058500</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-10T15:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/704399#M1058501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! Now i have a little doubt about this parte.&lt;/P&gt;&lt;P&gt;&lt;/P&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: 13.3333339691162px;"&gt;Where the value Left(CUENTA,2) (first 2 characters) match in the field CUENTA_AUX&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;What do you mean with match? that there are the same values? sory but i don´t have a good english&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 15:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/704399#M1058501</guid>
      <dc:creator />
      <dc:date>2014-10-10T15:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/704400#M1058502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , the first time they have the same values you have the field returned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 15:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/704400#M1058502</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-10T15:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Function</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/704401#M1058503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 15:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Function/m-p/704401#M1058503</guid>
      <dc:creator />
      <dc:date>2014-10-10T15:44:46Z</dc:date>
    </item>
  </channel>
</rss>

