<?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 Problem with &amp;quot;Lookup&amp;quot; function in QV10. In QV9 is it perfectly working. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248894#M710389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; Ralf: &lt;/P&gt;&lt;P&gt;No, I tested it always in same statement, table. I created an export and reimported the data. And I tried it with a field called RefLiefNr, containing LiefNr-5000. This doesn't work, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; S. Uhlig. &lt;/P&gt;&lt;P&gt;Try it (more) similar to NewQlikies question above (&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;Lookup('F1','F2'&lt;SPAN style="text-decoration: underline;"&gt; &lt;/SPAN&gt;,F1 &lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM style="text-decoration: underline;"&gt;-5000&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt; ,'DATA'). &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt; &lt;/EM&gt;The evaluating (and calc) of the expression is'nt done.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;RR&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jul 2011 10:48:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-05T10:48:57Z</dc:date>
    <item>
      <title>Problem with "Lookup" function in QV10. In QV9 is it perfectly working.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248887#M710382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Does anybody has the same problem? I have a script with a lookup function which is perfectly running with QlikView9 but when running the identical function in QlikView10, it is not working anymore. I attached the original files, one is loaded with QV9 and one in QV10 (both have the identical script).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enclosed the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;load*,&amp;nbsp;&amp;nbsp;&amp;nbsp; if((KRENAME1='OMNIDENT GMBH' or KRENAME1='OMNIDENT GmbH'),'Omnident GmbH',if(LiefNr&amp;lt;&amp;gt;169999,KRENAME1, '( keine Lieferantenzuordnung )')) as DU_Lieferant, //LiefNr 169999 wird ausgefiltert, da diese nur eine Puffernummer ist für die Artikelstammpflege, so lange keine richtige LiefNr vergeben wurde. Werte = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(LiefNr=165575,'Miro GmbH &amp;amp; Co. KG (nur Omnident)',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // OmniLieferant hat keine DU-Artikel und somit keinen Bezug. Daher händische Namensvergabe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(LiefNr=165246,'Transcodent GmbH &amp;amp; Co. KG (nur Omnident)',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // OmniLieferant hat keine DU-Artikel und somit keinen Bezug. Daher händische Namensvergabe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(LiefNr=165626,'Werra Papier Wernshausen GmbH (nur Omnident)',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // OmniLieferant hat keine DU-Artikel und somit keinen Bezug. Daher händische Namensvergabe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(LiefNr&amp;gt;164999 and LiefNr&amp;lt;166000, lookup(KRENAME1,LiefNr,(LiefNr-5000))&amp;amp;' (nur Omnident)')))) as "OMNI_Lieferant"; //Analyse der OMNI Lieferanten&lt;/P&gt;&lt;P&gt;SQL SELECT //FIRMANUM,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KREKONTO as "LiefNr",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KRENAME1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KRENAME2 as "LiefName2",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIRMANUM as "Firmennummer",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STRASSE as "LiefStraße",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; POSTLEIT as "LiefPLZ",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORTSBEZ as "LiefOrt",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LAENDKEN as "LiefLand"&lt;/P&gt;&lt;P&gt;FROM NSFDAT.NSFSO&lt;/P&gt;&lt;P&gt;where FIRMANUM = '01';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop field KRENAME1;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explanation of the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first suppliernames do not have a suppliernumber, which is e.g. 165575-5000 = 160575. So for those 3 suppliers, I added the name-transformation manually. for all others, i would like to use the "lookup"-function. Since QV10 it does not work anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea why it is like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even the QV-support has the problem since 6 months but I do not hear anything about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NewQlikie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 11:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248887#M710382</guid>
      <dc:creator>newqlikie</dc:creator>
      <dc:date>2011-07-01T11:26:13Z</dc:date>
    </item>
    <item>
      <title>Problem with "Lookup" function in QV10. In QV9 is it perfectly working.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248888#M710383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello NewQlikie,&lt;/P&gt;&lt;P&gt;I was able to rebuild your results. Missing the original data-source I build a local szenario with exporting and reimporting your addresses. The reloading and matching with QV 9 SR6 works fine. But QV 10 SR2 doesn't.&lt;/P&gt;&lt;P&gt;So it seems to be a bug, I am going to report this to QT. Let's see what's happening. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 12:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248888#M710383</guid>
      <dc:creator />
      <dc:date>2011-07-01T12:56:17Z</dc:date>
    </item>
    <item>
      <title>Problem with "Lookup" function in QV10. In QV9 is it perfectly working.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248889#M710384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NewQlikie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now got a first reaction: It is a known bug in V10SR2. They can't say, when it will be solved, want to check it out with SR3.&lt;/P&gt;&lt;P&gt;So still hoping . . .&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 14:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248889#M710384</guid>
      <dc:creator />
      <dc:date>2011-07-01T14:59:21Z</dc:date>
    </item>
    <item>
      <title>Problem with "Lookup" function in QV10. In QV9 is it perfectly working.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248890#M710385</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;a pre build mapping table with LiefNr, KRENAME1 and applymap('maptable', LiefNr-5000) could help.&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, 05 Jul 2011 09:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248890#M710385</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-07-05T09:05:15Z</dc:date>
    </item>
    <item>
      <title>Problem with "Lookup" function in QV10. In QV9 is it perfectly working.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248891#M710386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hopefully can try it out in the afternoon.&lt;/P&gt;&lt;P&gt;I do my best, because I never worked with the "applymap"-function before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- NewQlikie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 09:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248891#M710386</guid>
      <dc:creator>newqlikie</dc:creator>
      <dc:date>2011-07-05T09:34:32Z</dc:date>
    </item>
    <item>
      <title>Problem with "Lookup" function in QV10. In QV9 is it perfectly working.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248892#M710387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;map_KRENAME1:&lt;/P&gt;&lt;P&gt;mapping load Distinct KRENAME1, LiefNr;&lt;/P&gt;&lt;P&gt;SQL SELECT Distinct KRENAME1, KREKONTO as "LiefNr" &lt;/P&gt;&lt;P&gt;FROM NSFDAT.NSFSO&lt;/P&gt;&lt;P&gt;where FIRMANUM = '01';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(LiefNr&amp;gt;164999 and LiefNr&amp;lt;166000, applymap('map_KRENAME1',(LiefNr-5000))&amp;amp;' (nur Omnident)')))) as "OMNI_Lieferant"&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, 05 Jul 2011 09:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248892#M710387</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-07-05T09:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with "Lookup" function in QV10. In QV9 is it perfectly working.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248893#M710388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello NewQlikie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lookup seems to work in the form:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;DATA:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, F2&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 4&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 3&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 2&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 1&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;left join(DATA)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;load *, Lookup('F1','F2',F1,'DATA') as X resident DATA&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be you can give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS.:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;NSFSO:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;load*,&amp;nbsp;&amp;nbsp;&amp;nbsp; if((KRENAME1='OMNIDENT GMBH' or KRENAME1='OMNIDENT GmbH'),'Omnident GmbH',if(LiefNr&amp;lt;&amp;gt;169999,KRENAME1, '( keine Lieferantenzuordnung )')) as DU_Lieferant //LiefNr 169999 wird ausgefiltert, da diese nur eine Puffernummer ist für die Artikelstammpflege, so lange keine richtige LiefNr vergeben wurde. Werte = 0&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;SQL SELECT //FIRMANUM,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KREKONTO as "LiefNr",&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KRENAME1,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KRENAME2 as "LiefName2",&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIRMANUM as "Firmennummer",&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STRASSE as "LiefStraße",&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; POSTLEIT as "LiefPLZ",&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORTSBEZ as "LiefOrt",&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LAENDKEN as "LiefLand"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;FROM NSFDAT.NSFSO&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;where FIRMANUM = '01';&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;left join(NSFSO) load LiefNr,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(LiefNr=165575,'Miro GmbH &amp;amp; Co. KG (nur Omnident)',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // OmniLieferant hat keine DU-Artikel und somit keinen Bezug. Daher händische Namensvergabe&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(LiefNr=165246,'Transcodent GmbH &amp;amp; Co. KG (nur Omnident)',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // OmniLieferant hat keine DU-Artikel und somit keinen Bezug. Daher händische Namensvergabe&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(LiefNr=165626,'Werra Papier Wernshausen GmbH (nur Omnident)',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // OmniLieferant hat keine DU-Artikel und somit keinen Bezug. Daher händische Namensvergabe&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lookup('KRENAME1','LiefNr',(LiefNr-5000),'&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;NSFSO&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;')&amp;amp;' (nur Omnident)'))) as "OMNI_Lieferant" //Analyse der OMNI Lieferanten&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;resident NSFSO where LiefNr&amp;gt;164999 and LiefNr&amp;lt;166000;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;drop field KRENAME1;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 09:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248893#M710388</guid>
      <dc:creator>s_uhlig</dc:creator>
      <dc:date>2011-07-05T09:54:41Z</dc:date>
    </item>
    <item>
      <title>Problem with "Lookup" function in QV10. In QV9 is it perfectly working.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248894#M710389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; Ralf: &lt;/P&gt;&lt;P&gt;No, I tested it always in same statement, table. I created an export and reimported the data. And I tried it with a field called RefLiefNr, containing LiefNr-5000. This doesn't work, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; S. Uhlig. &lt;/P&gt;&lt;P&gt;Try it (more) similar to NewQlikies question above (&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;Lookup('F1','F2'&lt;SPAN style="text-decoration: underline;"&gt; &lt;/SPAN&gt;,F1 &lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM style="text-decoration: underline;"&gt;-5000&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt; ,'DATA'). &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt; &lt;/EM&gt;The evaluating (and calc) of the expression is'nt done.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;RR&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 10:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248894#M710389</guid>
      <dc:creator />
      <dc:date>2011-07-05T10:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with "Lookup" function in QV10. In QV9 is it perfectly working.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248895#M710392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roland,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you confirm the attached testcase produces the following result ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 11:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248895#M710392</guid>
      <dc:creator>s_uhlig</dc:creator>
      <dc:date>2011-07-05T11:29:18Z</dc:date>
    </item>
    <item>
      <title>Problem with "Lookup" function in QV10. In QV9 is it perfectly working.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248896#M710395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no, your script is loading same with my QV9SR6 as well as in QV10SR2.&lt;/P&gt;&lt;P&gt;May be a resident load is a workaround ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 12:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248896#M710395</guid>
      <dc:creator />
      <dc:date>2011-07-05T12:17:03Z</dc:date>
    </item>
    <item>
      <title>Problem with "Lookup" function in QV10. In QV9 is it perfectly working.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248897#M710398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much to your all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also thank you to S.Uhlig. Your option (our remodelled part of the script) is perfectly running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am really happy about that solution, becaus it was not working for about 5 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewQlikie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 12:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-Lookup-quot-function-in-QV10-In-QV9-is-it/m-p/248897#M710398</guid>
      <dc:creator>newqlikie</dc:creator>
      <dc:date>2011-07-07T12:00:20Z</dc:date>
    </item>
  </channel>
</rss>

