<?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: Select code in some values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766385#M1024196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You aske me to give the scipt.&lt;/P&gt;&lt;P&gt;I try to send the script under your answer but i can't had attechement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we see in the table TABLE_TT that CODE_QUAI(QUAI as CODE_QUAI) has no values.&lt;/P&gt;&lt;P&gt;In the script&lt;/P&gt;&lt;P&gt;Where Match(Trim(QUAI),'Q21','Q21-22','Q22','Q22-23','Q24','Q24-25','Q25')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so we must have something ('Q21','Q21-22','Q22','Q22-23','Q24','Q24-25','Q25') in CODE_QUAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look on &lt;/P&gt;&lt;P&gt;Select code in somme values(2)&lt;/P&gt;&lt;P&gt;what is wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regard's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2015 12:20:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-09T12:20:03Z</dc:date>
    <item>
      <title>Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766381#M1024192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I want to select the code in some values like in sql ( where code in ('01','11','12').&lt;/P&gt;&lt;P&gt;I use the fonction Qlikview match (&amp;nbsp; where match(trim(code),01','11','12') ). But the result give informations where trim(code) is different of '01','11','12'.&lt;/P&gt;&lt;P&gt;Match is it the correct fonction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regard's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 11:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766381#M1024192</guid>
      <dc:creator />
      <dc:date>2015-03-09T11:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766382#M1024193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Match is correct function. &lt;/P&gt;&lt;P&gt;What other codes do you see in the table? Can you post the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 11:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766382#M1024193</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-03-09T11:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766383#M1024194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where match(code,01,11,12)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;wildmatch(code,01,11,12)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 11:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766383#M1024194</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2015-03-09T11:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766384#M1024195</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;BR /&gt;Can you post your script??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you write same code as mention above then you are missing one ' single quote before 01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where match(trim(code),&lt;STRONG&gt;'&lt;/STRONG&gt;01','11','12')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 12:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766384#M1024195</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-09T12:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766385#M1024196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You aske me to give the scipt.&lt;/P&gt;&lt;P&gt;I try to send the script under your answer but i can't had attechement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we see in the table TABLE_TT that CODE_QUAI(QUAI as CODE_QUAI) has no values.&lt;/P&gt;&lt;P&gt;In the script&lt;/P&gt;&lt;P&gt;Where Match(Trim(QUAI),'Q21','Q21-22','Q22','Q22-23','Q24','Q24-25','Q25')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so we must have something ('Q21','Q21-22','Q22','Q22-23','Q24','Q24-25','Q25') in CODE_QUAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look on &lt;/P&gt;&lt;P&gt;Select code in somme values(2)&lt;/P&gt;&lt;P&gt;what is wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regard's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 12:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766385#M1024196</guid>
      <dc:creator />
      <dc:date>2015-03-09T12:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766386#M1024197</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; font-size: 13px;"&gt;Where Match(QUAI,'Q21','Q21-22','Q22','Q22-23','Q24','Q24-25','Q25')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 12:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766386#M1024197</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2015-03-09T12:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766387#M1024198</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;Do you find the attechement on Select code in somme values(2) please Mr &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/anbu1984"&gt;anbu1984&lt;/A&gt;&lt;/STRONG&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 12:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766387#M1024198</guid>
      <dc:creator />
      <dc:date>2015-03-09T12:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766388#M1024199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;If it is not huge script, you can directly paste script in reply else select "Use advanced editor" and upload script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the values do you see other than mentioned in your where clause "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Where Match(Trim(QUAI),'Q21','Q21-22','Q22','Q22-23','Q24','Q24-25','Q25')" &lt;/EM&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 12:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766388#M1024199</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-03-09T12:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766389#M1024200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/Manideep78"&gt;Manideep78&lt;/A&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trim(QUAI) alow to remouve space before and after QUAI. I think that &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Match(Trim(QUAI),'Q21','Q21-22','Q22','Q22-23','Q24','Q24-25','Q25')&lt;/SPAN&gt; is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 12:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766389#M1024200</guid>
      <dc:creator />
      <dc:date>2015-03-09T12:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766390#M1024201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;//This is an extract of the script of&amp;nbsp; fact Table (TABLE_TT)&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;left join (TRAFICCOTENEUR_IMP_ABJ)&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;LOAD QUCLEUNIK, &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt; &lt;SPAN style="background: yellow;"&gt;QUAI as CODE_QUAI,&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOL_DEB, &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOL_FIN, &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt; date(right(ACCOSTAGE,2)&amp;amp;'/'&amp;amp;left(right(ACCOSTAGE,4),2)&amp;amp;'/'&amp;amp;left(ACCOSTAGE,4),'DD/MM/YYYY') as 'Date Accostage', &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt; H_ACCOSTAGE as 'Heure Accostage', &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt; date(right(APPAREILLAGE,2)&amp;amp;'/'&amp;amp;left(right(APPAREILLAGE,4),2)&amp;amp;'/'&amp;amp;left(APPAREILLAGE,4),'DD/MM/YYYY') as 'Date Appareillage', &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; H_APPAREILLAGE as 'Heure Appareillage', &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEJOUR as 'Sejour Quai', &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SITUAT as CODE_SIT, &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ESCLEUNIK as ESCLEUNIK_Quai, &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MVT_ACCOSTAGE, &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MVT_APPAREILLAGE&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;FROM $(MonChemin)QUAI.qvd (qvd)&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="background: yellow;"&gt;Where Match(Trim(QUAI),'Q21','Q21-22','Q22','Q22-23','Q24','Q24-25','Q25')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;and not(isnull(Trim(QUAI)));&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;In the fact table TABLE_TT sometime i have &lt;SPAN style="background-color: #ffff00;"&gt;CODE_QUAI&lt;/SPAN&gt; with moting ( - ) or CODE_QUAI which is not in (&lt;SPAN style="background-color: #ffff00;"&gt;,'Q21','Q21-22','Q22','Q22-23','Q24','Q24-25','Q25')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Thank's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 12:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766390#M1024201</guid>
      <dc:creator />
      <dc:date>2015-03-09T12:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766391#M1024202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try just Match without second condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: yellow;"&gt;Where Match(Trim(QUAI),'Q21','Q21-22','Q22','Q22-23','Q24','Q24-25','Q25');&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; background: yellow; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: line-through; font-weight: inherit;"&gt;and not(isnull(Trim(QUAI)));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: yellow;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 12:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766391#M1024202</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-03-09T12:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766392#M1024203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;and not(isnull(Trim(QUAI)));&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 12:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766392#M1024203</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2015-03-09T12:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766393#M1024204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agy with you. I had this (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffff00; text-decoration: line-through;"&gt;and not(isnull(Trim(QUAI)))&lt;/SPAN&gt;) after, where i see that&amp;nbsp; in CODE_QUAI there were &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CODE_QUAI which is not in (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #ffff00;"&gt;,'Q21','Q21-22','Q22','Q22-23','Q24','Q24-25','Q25')&lt;/SPAN&gt;. When i delete it the result is the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 12:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766393#M1024204</guid>
      <dc:creator />
      <dc:date>2015-03-09T12:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766394#M1024205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the join key to Table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;TRAFICCOTENEUR_IMP_ABJ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 13:12:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766394#M1024205</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-03-09T13:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766395#M1024206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to send you all the sript without make it public.&lt;/P&gt;&lt;P&gt;The table ESCALE in join to the table QUAI by &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;key ESCLEUNIK. So ESCALE.&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;ESCLEUNIK&lt;/SPAN&gt; join to QUAI.&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;ESCLEUNIK&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 13:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766395#M1024206</guid>
      <dc:creator />
      <dc:date>2015-03-09T13:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766396#M1024207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just noticed you have Left join. Is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CODE_QUAI join key? Then extra values whatever you see, comes from table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TRAFICCOTENEUR_IMP_ABJ&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 13:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766396#M1024207</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-03-09T13:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766397#M1024208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok i try an other join (inner join). I make you returne.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 13:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766397#M1024208</guid>
      <dc:creator />
      <dc:date>2015-03-09T13:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Select code in some values</title>
      <link>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766398#M1024209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think you. The result is correct now. My misteake was in the join. I use inner join to make my&amp;nbsp; fact tables and by mystake i inserte left join with tha table Quai insted of inner join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 13:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-code-in-some-values/m-p/766398#M1024209</guid>
      <dc:creator />
      <dc:date>2015-03-09T13:45:31Z</dc:date>
    </item>
  </channel>
</rss>

