<?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: CREATION FLAG AVEC LEFT JOIN in Francophones</title>
    <link>https://community.qlik.com/t5/Francophones/CREATION-FLAG-AVEC-LEFT-JOIN/m-p/133447#M2201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok d'accord. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Et si je souhaite avoir "OK" ou "EXISTANT" dans mon FLAG alors ça se passe comment ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2018 15:45:16 GMT</pubDate>
    <dc:creator>jmialoundama</dc:creator>
    <dc:date>2018-08-29T15:45:16Z</dc:date>
    <item>
      <title>CREATION FLAG AVEC LEFT JOIN</title>
      <link>https://community.qlik.com/t5/Francophones/CREATION-FLAG-AVEC-LEFT-JOIN/m-p/133443#M2197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Bonjour, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;J'ai un fichier QVD qui contient les colonnes suivantes : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;- ID ARTICLE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; - Stock &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;J'ai un fichier CSV qui contient également ces colonnes : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;- ID ARTICLE &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;- Stock &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Je ramène les données du fichier vers la table qui existe dans QLIK SENSE avec un left join. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Cependant ce que je veux c'est verfier si l'ID article de ma table QLIK SENSE existe dans le fichier CSV. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Donc , créer une colonne "FLAG_ARTICLE" qui dit Si ID_ARTICLE EXISTE DANS FICHIER CSV ALORS "OK" SINON "EXISTE PAS". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Mon problème est que je ne sais pas à quel moment du script créer la colonne "FLAG_ARTICLE"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #000000; text-decoration: underline;"&gt;Exemple de mon script&lt;/SPAN&gt;&lt;/STRONG&gt; : &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;STRONG style="color: #993366;"&gt;ARTICLES : &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #993366;"&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff9900;"&gt;[ID ARTICLES],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff9900;"&gt;[STOCK]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #800000;"&gt;&lt;SPAN style="color: #3366ff;"&gt;FROM&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;ARTICLE.QVD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #993366;"&gt;LEFT JOIN (ARTICLES)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #993366;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff9900;"&gt;[ID ARTICLES],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff9900;"&gt;[STOCK]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3366ff;"&gt;FROM&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;&lt;A class="jive-link-external-small" href="HTTP://MEDIA/TEST/LISTE.CSV" rel="nofollow" target="_blank"&gt;HTTP://MEDIA/TEST/LISTE.CSV&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;STRONG style="color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;STRONG style="color: #000000;"&gt;Merci d'avance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 15:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/CREATION-FLAG-AVEC-LEFT-JOIN/m-p/133443#M2197</guid>
      <dc:creator>jmialoundama</dc:creator>
      <dc:date>2018-08-29T15:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: CREATION FLAG AVEC LEFT JOIN</title>
      <link>https://community.qlik.com/t5/Francophones/CREATION-FLAG-AVEC-LEFT-JOIN/m-p/133444#M2198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c'est une table de mapping qu'il vous foudra créer (mapping table) a partir de ton QVD que tu appliquera a l'intérieur du bloc de chargement du CSV (applymap).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptPrefixes/Mapping.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptPrefixes/Mapping.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptPrefixes/Mapping.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 15:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/CREATION-FLAG-AVEC-LEFT-JOIN/m-p/133444#M2198</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-08-29T15:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: CREATION FLAG AVEC LEFT JOIN</title>
      <link>https://community.qlik.com/t5/Francophones/CREATION-FLAG-AVEC-LEFT-JOIN/m-p/133445#M2199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bonjour Youssef,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;Merci pour ton retour.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;Du coup ça donnerai au niveau du script quelque chose du genre :&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style=": ; font-size: 10pt; background-color: #fafafa; font-family: arial, helvetica, sans-serif;"&gt;// Load mapping table of country codes:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;STRONG style="background-color: #fafafa;"&gt;MAP_ARTICLES:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; background-color: #fafafa;"&gt;&lt;STRONG style=": ; color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;mapping&lt;/STRONG&gt; &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;SPAN style="font-style: inherit; font-family: inherit; color: #993366;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&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;SPAN style="font-style: inherit; font-family: inherit; color: #ff9900;"&gt;&lt;STRONG&gt;[ID ARTICLES],&lt;/STRONG&gt;&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;SPAN style="font-style: inherit; font-family: inherit; color: #ff9900;"&gt;&lt;STRONG&gt;[STOCK]&lt;/STRONG&gt;&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;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;FROM&lt;/SPAN&gt; &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;&lt;STRONG&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;A class="jive-link-external-small" href="http://media/TEST/LISTE.CSV" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;HTTP://MEDIA/TEST/LISTE.CSV&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;ARTICLES&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000000;"&gt;ApplyMap('MAP_ARTICLES',&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;SPAN style="font-family: inherit; font-size: 13px; font-style: inherit; color: #ff9900;"&gt;&lt;STRONG&gt;[ID ARTICLES]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000000;"&gt;,'INEXISTANT') As FLAG_ARTICLES&lt;/STRONG&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-style: inherit; font-family: inherit; color: #ff9900;"&gt;&lt;STRONG&gt;[ID ARTICLES],&lt;/STRONG&gt;&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;SPAN style="font-style: inherit; font-family: inherit; color: #ff9900;"&gt;&lt;STRONG&gt;[STOCK]&lt;/STRONG&gt;&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;SPAN style="font-style: inherit; font-family: inherit; color: #ff9900;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #993366;"&gt;FROM&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;ARTICLES.QVD&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 15:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/CREATION-FLAG-AVEC-LEFT-JOIN/m-p/133445#M2199</guid>
      <dc:creator>jmialoundama</dc:creator>
      <dc:date>2018-08-29T15:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: CREATION FLAG AVEC LEFT JOIN</title>
      <link>https://community.qlik.com/t5/Francophones/CREATION-FLAG-AVEC-LEFT-JOIN/m-p/133446#M2200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exactement, comme ça vous aurez le mot "inexistant" devant chaque ID qui n'existe pas sur le QVD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 15:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/CREATION-FLAG-AVEC-LEFT-JOIN/m-p/133446#M2200</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-08-29T15:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: CREATION FLAG AVEC LEFT JOIN</title>
      <link>https://community.qlik.com/t5/Francophones/CREATION-FLAG-AVEC-LEFT-JOIN/m-p/133447#M2201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok d'accord. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Et si je souhaite avoir "OK" ou "EXISTANT" dans mon FLAG alors ça se passe comment ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 15:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/CREATION-FLAG-AVEC-LEFT-JOIN/m-p/133447#M2201</guid>
      <dc:creator>jmialoundama</dc:creator>
      <dc:date>2018-08-29T15:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: CREATION FLAG AVEC LEFT JOIN</title>
      <link>https://community.qlik.com/t5/Francophones/CREATION-FLAG-AVEC-LEFT-JOIN/m-p/133448#M2202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;if(ApplyMap('MAP_ARTICLES',&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #ff9900;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[ID ARTICLES]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,'INEXISTANT')&amp;lt;&amp;gt;'inexistant','existant', &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 12px; font-style: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;ApplyMap('MAP_ARTICLES',&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13px; color: #ff9900;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[ID ARTICLES]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit; font-size: 12px; font-style: inherit; color: #000000;"&gt;,'INEXISTANT')) as &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f2f2f2; color: #000000;"&gt;FLAG_ARTICLES&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;STRONG style="font-family: inherit; font-size: 12px; font-style: inherit; color: #000000;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f2f2f2; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;STRONG style="font-family: inherit; font-size: 12px; font-style: inherit; color: #000000;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f2f2f2; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 15:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/CREATION-FLAG-AVEC-LEFT-JOIN/m-p/133448#M2202</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-08-29T15:56:09Z</dc:date>
    </item>
  </channel>
</rss>

