<?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: Champ concatener et synthaxe where in Francophones</title>
    <link>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17352#M304</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;Tout d'abord merci pour votre aide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je n'arrive pas à appliquer votre script. J'ai un message d'erreur :&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;Les noms des champs doivent être uniques dans la table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NewFCA:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; DATE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident FCA Where Num(DATE)&amp;lt;43131;&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ci-dessous mon script entier :&lt;/P&gt;&lt;P&gt;FCA:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Champ 1,&lt;/P&gt;&lt;P&gt;Champ 2,&lt;/P&gt;&lt;P&gt;AN&amp;amp;'-'&amp;amp;MOIS&amp;amp;'-'&amp;amp;JOUR as DATE;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM BDD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewFCA:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;DATE&lt;/P&gt;&lt;P&gt;Resident FCA Where Num(DATE)&amp;lt;43131;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table FCA;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2018 08:37:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-14T08:37:12Z</dc:date>
    <item>
      <title>Champ concatener et synthaxe where</title>
      <link>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17348#M300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bonjour à tous,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je récupère d'un fichier de base de donnée 3 champs pour la date (année / mois / jour).&lt;/P&gt;&lt;P&gt;Je concatène ces derniers, pour obtenir un champ reconnu comme une date, de la manière suivante :&lt;/P&gt;&lt;P&gt;AN&amp;amp;'-'&amp;amp;MOIS&amp;amp;'-'&amp;amp;JOUR as DATE&lt;/P&gt;&lt;P&gt;Jusque là QlikView reconnaît bien mon champ comme une date.&lt;/P&gt;&lt;P&gt;En revanche je veux, dans mon script, exclure les données rattachées à une date ultérieure. Exemple &amp;lt;=28/02/2018 (soit 43131 date depuis le 1er janvier 1900).&lt;/P&gt;&lt;P&gt;Pour ceci j'utilise un where.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ci-dessous mon script :&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Champ 1,&lt;/P&gt;&lt;P&gt;Champ 2,&lt;/P&gt;&lt;P&gt;AN&amp;amp;'-'&amp;amp;MOIS&amp;amp;'-'&amp;amp;JOUR as DATE;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM BDD&lt;/P&gt;&lt;P&gt;WHERE DATE&amp;lt;= 43131;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J'ai un message d'erreur comme quoi mon champ DATE est introuvable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merci d'avance pour votre aide.&lt;/P&gt;&lt;P&gt;Cdlt Baptiste.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 09:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17348#M300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-13T09:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Champ concatener et synthaxe where</title>
      <link>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17349#M301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌C’est normal&lt;/P&gt;&lt;P&gt;Ton chargement comporte 2 partie bien distinctes. la première à s’exécuter est celle du bas (en orange), dans ce cas c’est une requête SQL qui est envoyée à la base de donnée qui va te retourner un jeu de données qui sera exploitées par la seconde partie (en vert).&lt;/P&gt;&lt;P&gt;La seconde partie est du pur script Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #99cc00;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #99cc00;"&gt;Champ 1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #99cc00;"&gt;Champ 2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #99cc00;"&gt;AN&amp;amp;'-'&amp;amp;MOIS&amp;amp;'-'&amp;amp;JOUR as DATE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff9900;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff9900;"&gt;FROM BDD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff9900;"&gt;WHERE DATE&amp;lt;= 43131;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tu comprends du coup que tu ne peux pas utiliser dans la 1ère partie (Orange) un champ qui est créé dans la 2eme partie (vert)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tu as alors 2 possibilités:&lt;/P&gt;&lt;P&gt;1) Tu exportes tout de la table (Orange) et tu filtre dans Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #99cc00;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #99cc00;"&gt;Champ 1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #99cc00;"&gt;Champ 2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #99cc00;"&gt;MakeDate(AN, MOIS, JOUR) as DATE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #99cc00;"&gt;&lt;SPAN style="color: #99cc00; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;WHERE MakeDate(AN, MOIS, JOUR)&lt;/SPAN&gt; &amp;lt;= &lt;SPAN style="color: #99cc00; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;MakeDate(1900)&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff9900;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff9900;"&gt;FROM BDD&lt;/SPAN&gt;&lt;SPAN style="color: #ff9900;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Tu récupères de la base de données uniquement les données dont tu as besoin. Dépend de la base de données (ci-dessous un exemple pour SQL Server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #99cc00;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #99cc00;"&gt;Champ 1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #99cc00;"&gt;Champ 2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #99cc00;"&gt;MakeDate(AN, MOIS, JOUR) as DATE&lt;/SPAN&gt;&lt;SPAN style="color: #99cc00;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff9900;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff9900;"&gt;FROM BDD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff9900;"&gt;WHERE CAST(AN+'-'+MOIS&lt;SPAN style="color: #ff9900; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;+'-'+&lt;/SPAN&gt;JOUR as DATE ) &amp;gt;= &lt;SPAN style="color: #ff9900; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;CAST('1900-01-01'&lt;/SPAN&gt;&lt;SPAN style="color: #ff9900; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt; as DATE )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff9900;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 17:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17349#M301</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2018-03-13T17:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Champ concatener et synthaxe where</title>
      <link>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17350#M302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Essai ceci,&lt;/P&gt;&lt;P&gt;1)après avoir charger ton fichier de cette façon:&lt;/P&gt;&lt;P&gt;Table_Temp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Champ 1,&lt;/P&gt;&lt;P&gt;Champ 2,&lt;/P&gt;&lt;P&gt;AN&amp;amp;'-'&amp;amp;MOIS&amp;amp;'-'&amp;amp;JOUR as DATE;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM BDD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Tu crées une autre table comme ceci&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE&lt;/P&gt;&lt;P&gt;Resident Table_Temp Where Num(DATE) &amp;lt;= 43131;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Enfin tu effaces la première table:&lt;/P&gt;&lt;P&gt;DROP TABLE Table_Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 18:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17350#M302</guid>
      <dc:creator>intergnek</dc:creator>
      <dc:date>2018-03-13T18:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Champ concatener et synthaxe where</title>
      <link>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17351#M303</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;Tout d'abord merci pour votre aide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je rencontre des difficultés sur l'application de vos propositions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Mon script n'exclu pas les dates demandées :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;SPAN style="color: #99cc00;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;SPAN style="color: #99cc00;"&gt;Champ 1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;SPAN style="color: #99cc00;"&gt;Champ 2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;SPAN style="color: #99cc00;"&gt;MakeDate(AN, MOIS, JOUR) as DATE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;SPAN style="color: #99cc00;"&gt;&lt;SPAN style="color: #99cc00; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;MakeDate(AN, MOIS, JOUR)&lt;/SPAN&gt; &amp;lt; &lt;SPAN style="color: #99cc00; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;MakeDate(2018, 03)&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;SPAN style="color: #ff9900;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;SPAN style="color: #ff9900;"&gt;FROM BDD&lt;/SPAN&gt;&lt;SPAN style="color: #ff9900;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) J'ai un message d'erreur dans l'application du script : "&lt;STRONG&gt;DATE de type *SQLUDT dans *LIBL non trouvé&lt;/STRONG&gt;"&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;SPAN style="color: #99cc00;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;SPAN style="color: #99cc00;"&gt;Champ 1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;SPAN style="color: #99cc00;"&gt;Champ 2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;SPAN style="color: #99cc00;"&gt;MakeDate(AN, MOIS, JOUR) as DATE&lt;/SPAN&gt;&lt;SPAN style="color: #99cc00;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;SPAN style="color: #ff9900;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;SPAN style="color: #ff9900;"&gt;FROM BDD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;&lt;SPAN style="color: #ff9900;"&gt;WERE CAST(AN+'-'+MOIS&lt;SPAN style="color: #ff9900; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;+'-'+&lt;/SPAN&gt;JOUR as DATE ) &amp;lt; &lt;SPAN style="color: #ff9900; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt;CAST('2018-03-01'&lt;/SPAN&gt;&lt;SPAN style="color: #ff9900; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 20px;"&gt; as DATE )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff9900;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 07:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17351#M303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-14T07:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Champ concatener et synthaxe where</title>
      <link>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17352#M304</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;Tout d'abord merci pour votre aide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je n'arrive pas à appliquer votre script. J'ai un message d'erreur :&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;Les noms des champs doivent être uniques dans la table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NewFCA:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; DATE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident FCA Where Num(DATE)&amp;lt;43131;&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ci-dessous mon script entier :&lt;/P&gt;&lt;P&gt;FCA:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Champ 1,&lt;/P&gt;&lt;P&gt;Champ 2,&lt;/P&gt;&lt;P&gt;AN&amp;amp;'-'&amp;amp;MOIS&amp;amp;'-'&amp;amp;JOUR as DATE;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM BDD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewFCA:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;DATE&lt;/P&gt;&lt;P&gt;Resident FCA Where Num(DATE)&amp;lt;43131;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table FCA;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 08:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17352#M304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-14T08:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Champ concatener et synthaxe where</title>
      <link>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17353#M305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Je pense que tu auras une erreur car tu as 2 fois le champ DATE dans ta table Table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 10:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17353#M305</guid>
      <dc:creator>lcloatre</dc:creator>
      <dc:date>2018-03-14T10:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Champ concatener et synthaxe where</title>
      <link>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17354#M306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;En effet j'ai un message d'erreur sur l'unicité du champ.&lt;/P&gt;&lt;P&gt;As-tu une proposition ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 10:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17354#M306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-14T10:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Champ concatener et synthaxe where</title>
      <link>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17355#M307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌ok, j’ai corrigé mon message précédent:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Dans le premier j’avais oublier le mot clé WHERE&lt;/LI&gt;&lt;LI&gt;Dans le second, j’ai mal écrit WHERE&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je réponds depuis mon téléphone pendant mon voyage en train, le code n’est donc pas facile à écrire et je ne peux pas le vérifier&amp;nbsp; &lt;/P&gt;&lt;P&gt;jespere que cette fois c’est bon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 16:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17355#M307</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2018-03-14T16:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Champ concatener et synthaxe where</title>
      <link>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17356#M308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pas de soucis.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;La première méthode fonctionne !&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Par contre j'avais corrigé de moi même le WHERE de la seconde méthode et j'avais le message d'erreur. Je pense qu'il y a un autre problème dans le code mais pour ma part je suis parti avec la première proposition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;En tout cas merci pour l'aide et les explications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 07:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17356#M308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-15T07:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Champ concatener et synthaxe where</title>
      <link>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17357#M309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ha oui,&lt;/P&gt;&lt;P&gt;En effet le signe (*) utilisé dans la table "NewFCFA" contient déjà le champ DATE.&lt;/P&gt;&lt;P&gt;Donc dans la table nommée "NewFCFA", remplacez le signe * par les champs "Champ 1" et "Champ 2" comme ci-dessous:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FCA:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Champ 1,&lt;/P&gt;&lt;P&gt;Champ 2,&lt;/P&gt;&lt;P&gt;AN&amp;amp;'-'&amp;amp;MOIS&amp;amp;'-'&amp;amp;JOUR as DATE;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM BDD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewFCA:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Champ 1,&lt;/P&gt;&lt;P&gt;Champ 2,&lt;/P&gt;&lt;P&gt;DATE&lt;/P&gt;&lt;P&gt;Resident FCA Where Num(DATE)&amp;lt;43131;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table FCA;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 11:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Champ-concatener-et-synthaxe-where/m-p/17357#M309</guid>
      <dc:creator>intergnek</dc:creator>
      <dc:date>2018-03-15T11:43:30Z</dc:date>
    </item>
  </channel>
</rss>

