<?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: Fonction Wildmatch, Graphique dynamique in Francophones</title>
    <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345976#M11427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Merci pour ta réponse Kevin.&lt;/P&gt;&lt;P&gt;Le problème est qu'il est possible de sélectionner plusieurs valeurs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j'essai de mettre un doc dans la journée pour que ce soit plus clair &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 May 2017 10:50:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-27T10:50:52Z</dc:date>
    <item>
      <title>Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345974#M11425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Bonjour,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;je souhaite créer un graphique dynamique.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;L'utilisateur peut se créer 4 groupes personnalisés (grâce à des états alternatifs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=IF(wildmatch([NomObjet],$NomObjetSélectionné1),NomGroupe1,&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-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;IF(wildmatch([NomObjet],$NomObjetSélectionné2),NomGroupe2,&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;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;IF(wildmatch([NomObjet],$NomObjetSélectionné3),NomGroupe3,&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;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;IF(wildmatch([NomObjet],$NomObjetSélectionné4),NomGroupe4,'Autres'&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;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Le problème:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Si je ne sélectionne rien, NomGroupe1 s'affiche comme légende (au lieu de 'Autres') .&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Si je sélectionne un objet dans le groupe 1 alors s'affiche NomGroupe1 et NomGroupe2 (Au lieu de NomGroupe1 et 'Autres').&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ETC ...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;En gros ca décale de 1 à chaque fois au niveau de l'affichage de la légende.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Avez vous une idée ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;merci&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 15:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345974#M11425</guid>
      <dc:creator />
      <dc:date>2017-05-26T15:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345975#M11426</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;As-tu un jeu de données à nous transmettre ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je ne suis pas sûr que cette fonction soit adapté pour ce que tu souhaites.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As-tu essayé plus simplement :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=IF([NomObjet]=$NomObjetSélectionné1,NomGroupe1,&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-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;IF([NomObjet]=$NomObjetSélectionné2,NomGroupe2,&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;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;IF([NomObjet]=$NomObjetSélectionné3,NomGroupe3,&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;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;IF([NomObjet]=$NomObjetSélectionné4,NomGroupe4,'Autres'&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;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; )&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;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 18:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345975#M11426</guid>
      <dc:creator>kevinchevrier</dc:creator>
      <dc:date>2017-05-26T18:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345976#M11427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Merci pour ta réponse Kevin.&lt;/P&gt;&lt;P&gt;Le problème est qu'il est possible de sélectionner plusieurs valeurs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j'essai de mettre un doc dans la journée pour que ce soit plus clair &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 May 2017 10:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345976#M11427</guid>
      <dc:creator />
      <dc:date>2017-05-27T10:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345977#M11428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Que contient $NomObjetSélectionné1 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Et quelle est l'expression qui construit $NomObjetSélectionné1 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 06:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345977#M11428</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2017-05-29T06:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345978#M11429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Voici un doc pour que ce soit plus clair. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L'utilisateur peut sélectionner plusieurs valeurs dans chaque liste de sélection.&lt;/P&gt;&lt;P&gt;A chaque fois la légende se décale de 1 :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Si je ne sélectionne rien, NomGroupe1 s'affiche comme légende (au lieu de 'Autres') .&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Si je sélectionne un objet dans le groupe 1 alors s'affiche NomGroupe1 et NomGroupe2 (Au lieu de NomGroupe1 et 'Autres').&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ETC ...&lt;/P&gt;&lt;P&gt;Merci pour votre aide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 08:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345978#M11429</guid>
      <dc:creator />
      <dc:date>2017-05-29T08:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345979#M11430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bonjour Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selon moi, le problème vient du fait que tu fais juste une comparaison sur le "Nom". Or chaque "Nom" n'est pas rattaché à un Groupe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tu devrais donc dans ton script faire un rattachement du Nom au Groupe puis utiliser ce nouveau champ en dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exemple :&lt;/P&gt;&lt;P&gt;load * inline [ &lt;/P&gt;&lt;P&gt;code, Nom, Groupe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 08:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345979#M11430</guid>
      <dc:creator>kevinchevrier</dc:creator>
      <dc:date>2017-05-29T08:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345980#M11431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Le groupe est du texte que l'utilisateur peut modifier. &lt;/P&gt;&lt;P&gt;Mais chaque groupe contient les même valeurs "Nom"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 08:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345980#M11431</guid>
      <dc:creator />
      <dc:date>2017-05-29T08:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345981#M11432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Les 10 noms d'un groupe peuvent-ils être sélectionné en même temps ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 12:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345981#M11432</guid>
      <dc:creator>kevinchevrier</dc:creator>
      <dc:date>2017-05-29T12:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345982#M11433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oui mais si par exemple je sélectionne 2 noms dans le groupe 1, cela n'a pas d’intérêt de les re sélectionner dans l'un des autres groupes (vu que c'est les mêmes ). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 13:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345982#M11433</guid>
      <dc:creator />
      <dc:date>2017-05-29T13:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345983#M11434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Salut Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plusieurs petite erreurs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Lorsqu'aucune sélection n'est faite, c'est comme si tout était sélectionné. Tu aurais pu facilement le constaté si tu avais mis une de tes variables dans un champ Texte.&lt;UL&gt;&lt;LI&gt;==&amp;gt; Il faut donc appliquer le concat sur &lt;STRONG&gt;code&lt;/STRONG&gt; que si une sélection a été faite sur &lt;STRONG&gt;Nom&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Ton WildMatch est mal utilisé, le premier paramètre doit être la chaîne de caractère principal (dans ton cas la concaténation de ta sélection) et les suivant la sous-chaine de caractère à rechercher avec des caractères de recherche (dans ton cas le code, mais il faut l'entourer du caractère *)&lt;UL&gt;&lt;LI&gt;==&amp;gt; Vu que j'ai qu'une chaine de caractères à rechercher à la&amp;nbsp; fois j'utiliserai le &lt;STRONG&gt;like&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a donc pour les variables :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Vmotif1&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Nom]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(), 'etat1'), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;[etat1]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,','), '') &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Vmotif2&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Nom]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(), 'etat2'), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;[etat2]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,','), '') &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Vmotif3&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Nom]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(), 'etat3'), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;[etat3]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,','), '') &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Vmotif4&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Nom]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(), 'etat4'), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;[etat4]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,','), '') &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Pour l'expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(Vmotif1)' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;'*',&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;VRubrique1&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(Vmotif2)' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;'*',&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;Vrubrique2&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(Vmotif3)' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;'*',&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vrubrique3&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(Vmotif4)' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;'*',&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vrubrique4&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&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; 'Autres'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt; )&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;L'application modifiée en pièce jointe&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 13:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345983#M11434</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2017-05-29T13:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345984#M11435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Donc si tu sélectionnes Nom 1 dans Groupe 2, alors tu les auras de sélectionner dans tous les autres groupes. Cela signifie qu'en dimension tu auras toujours les 4 groupes....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 13:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345984#M11435</guid>
      <dc:creator>kevinchevrier</dc:creator>
      <dc:date>2017-05-29T13:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345985#M11436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exact, c'est ce que je pensais lui proposer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 13:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345985#M11436</guid>
      <dc:creator>kevinchevrier</dc:creator>
      <dc:date>2017-05-29T13:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345986#M11437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;En complément de la solution de Sebastien Fatoux, si tu souhaites ne pas avoir à re sélectionner les noms il te suffit de faire ctrl + c sur la première sélection puis clic droit / "Copier l'objet de feuille".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ci-joint un exemple avec ton appli &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 13:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345986#M11437</guid>
      <dc:creator>kevinchevrier</dc:creator>
      <dc:date>2017-05-29T13:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345987#M11438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Merci beaucoup Sébastien.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 14:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345987#M11438</guid>
      <dc:creator />
      <dc:date>2017-05-29T14:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345988#M11439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Merci beaucoup Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 14:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345988#M11439</guid>
      <dc:creator />
      <dc:date>2017-05-29T14:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345989#M11440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tu peux améliorer en utilisant des dimensions calculées dans&amp;nbsp; etat2, etat3, etat4&amp;nbsp; pour filtrer les nom déjà utilisés dans les groupes précédant:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Groupe 2&amp;nbsp; :&amp;nbsp; &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;etat1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Nom&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Nom&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Groupe 3&amp;nbsp; :&amp;nbsp; &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;etat1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;etat2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Nom&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Nom&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Groupe 4&amp;nbsp; :&amp;nbsp; &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;etat1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;etat2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;etat3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Nom&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Nom&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG alt="Community_1145322.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/165113_Community_1145322.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 14:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345989#M11440</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2017-05-29T14:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345990#M11441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;???&lt;/P&gt;&lt;P&gt;Les 4 objets de sélections sont dans des états alternatifs différents (etat1, etat2, etat3, etat4), le but étant justement de sélectionner des noms différents dans chaque groupe &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 15:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345990#M11441</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2017-05-29T15:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Fonction Wildmatch, Graphique dynamique</title>
      <link>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345991#M11442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Je suis d'accord avec toi mais c'est ce qu'il demandait dans sa dernière demande :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"Oui mais si par exemple je sélectionne 2 noms dans le groupe 1, cela n'a pas d’intérêt de les re sélectionner dans l'un des autres groupes (vu que c'est les mêmes )."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Kevin&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 15:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Fonction-Wildmatch-Graphique-dynamique/m-p/1345991#M11442</guid>
      <dc:creator>kevinchevrier</dc:creator>
      <dc:date>2017-05-29T15:22:14Z</dc:date>
    </item>
  </channel>
</rss>

