<?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: Comment utiliser une variable comme filtre in Francophones</title>
    <link>https://community.qlik.com/t5/Francophones/Comment-utiliser-une-variable-comme-filtre/m-p/414493#M2818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Je suis absent(e) du bureau jusqu'au 03/06/2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am out of the office and get back to you when I return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remarque&amp;nbsp;: ceci est une réponse automatique à votre message  "[Groupe des&lt;/P&gt;&lt;P&gt;Utilisateurs Francophones] - Re: Comment utiliser une variable comme&lt;/P&gt;&lt;P&gt;filtre" envoyé le 31/5/13 15:26:28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C'est la seule notification que vous recevrez pendant l'absence de cette&lt;/P&gt;&lt;P&gt;personne.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This message and any attachments (the "message") is&lt;/P&gt;&lt;P&gt;intended solely for the intended addressees and is confidential. &lt;/P&gt;&lt;P&gt;If you receive this message in error,or are not the intended recipient(s), &lt;/P&gt;&lt;P&gt;please delete it and any copies from your systems and immediately notify&lt;/P&gt;&lt;P&gt;the sender. Any unauthorized view, use that does not comply with its purpose, &lt;/P&gt;&lt;P&gt;dissemination or disclosure, either whole or partial, is prohibited. Since the internet &lt;/P&gt;&lt;P&gt;cannot guarantee the integrity of this message which may not be reliable, BNP PARIBAS &lt;/P&gt;&lt;P&gt;(and its subsidiaries) shall not be liable for the message if modified, changed or falsified. &lt;/P&gt;&lt;P&gt;Do not print this message unless it is necessary,consider the environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 May 2013 13:32:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-31T13:32:53Z</dc:date>
    <item>
      <title>Comment utiliser une variable comme filtre</title>
      <link>https://community.qlik.com/t5/Francophones/Comment-utiliser-une-variable-comme-filtre/m-p/414489#M2814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Bonjour,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Comment peut on utiliser la variable créée pour filtrer selon le résultat de ma variable dans un set analysis ou un if :&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;J'entre dans mon expression calculée :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Soit la variable cashouresultat dont le résultat est soit résultat soit investissement&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Je veux donc créer deux graphiques, chacun étant filtré sur chaque résultat de la variable dans l'expression suivante (pour le premier graph, j'ai résultat) :&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;sum({&amp;lt;CASHOURESULTAT={'RESULTAT'}&amp;gt;} account_cost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Sum({$&amp;lt; CASHOURESULTAT = 'RESULTAT'&amp;gt;}account_cost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Le grahique s'affiche mais ne filtre pas , j'ai les deux valeurs correspondant au calcul de la variable dans le script (RESULTAT ET INVESTISSMENT)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;J'ai également essayé ceci sur base d'un post mais pas de résultat, peut être une erreur de syntaxe ?&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;sum ({&amp;lt;CASHOURESULTAT={$(=('INVESTISSEMENTS')}&amp;gt;} account_cost))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea ?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 12:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Comment-utiliser-une-variable-comme-filtre/m-p/414489#M2814</guid>
      <dc:creator />
      <dc:date>2013-05-28T12:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Comment utiliser une variable comme filtre</title>
      <link>https://community.qlik.com/t5/Francophones/Comment-utiliser-une-variable-comme-filtre/m-p/414490#M2815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THe correct syntax is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$ &amp;lt;CASHOURESULTAT={$(myVariable)}&amp;gt;} account_cost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 12:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Comment-utiliser-une-variable-comme-filtre/m-p/414490#M2815</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-05-28T12:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Comment utiliser une variable comme filtre</title>
      <link>https://community.qlik.com/t5/Francophones/Comment-utiliser-une-variable-comme-filtre/m-p/414491#M2816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it does not work : sum({$ &amp;lt;CASHOURESULTAT={$('RESULTAT')}&amp;gt;} account_cost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My variable is CASHOURESULTAT ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This variable is calculated in the script if( [accounting_center] = 'INVESTISSEMENTS','CASH OUT','RESULTAT' ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET CASHOURESULTAT = 'if( [accounting_center] = ' &amp;amp; chr(39) &amp;amp; 'INVESTISSEMENTS' &amp;amp; chr(39) &amp;amp; ',' &amp;amp; chr(39) &amp;amp; 'CASH OUT' &amp;amp; chr(39) &amp;amp; ',' &amp;amp; chr(39) &amp;amp; 'RESULTAT' &amp;amp; chr(39) &amp;amp; ' )'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and can have 2 values : CASH OUT or RESULTAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to calculate the sum of amount (account cost) for each of these values : one graph with CAsh out and on graph with resultat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 13:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Comment-utiliser-une-variable-comme-filtre/m-p/414491#M2816</guid>
      <dc:creator />
      <dc:date>2013-05-29T13:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Comment utiliser une variable comme filtre</title>
      <link>https://community.qlik.com/t5/Francophones/Comment-utiliser-une-variable-comme-filtre/m-p/414492#M2817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pourquoi ne pas créer un champ dans votre table avec la bonne valeur et utiliser ce champs pour vos calculs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.800000190734863px; background-color: #ffffff;"&gt;if &lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.800000190734863px; background-color: #ffffff;"&gt; [accounting_center]&lt;/SPAN&gt; = 'INVESTISSEMENTS' , 'CASH OUT' , 'RESULTAT' as &lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.800000190734863px; background-color: #ffffff;"&gt;CASHOURESULTAT &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-size: 12.800000190734863px; background-color: #ffffff; font-family: Arial;"&gt;et après , vous pouvez utiliser le set analysis &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-size: 12.727272033691406px; background-color: #ffffff; font-family: Arial;"&gt;sum({$ &amp;lt;CASHOURESULTAT={RESULTAT}&amp;gt;} account_cost)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-size: 12.727272033691406px; background-color: #ffffff; font-family: Arial;"&gt;Philippe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-size: 12.727272033691406px; background-color: #ffffff; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 13:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Comment-utiliser-une-variable-comme-filtre/m-p/414492#M2817</guid>
      <dc:creator>PhilippeMotillon</dc:creator>
      <dc:date>2013-05-31T13:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Comment utiliser une variable comme filtre</title>
      <link>https://community.qlik.com/t5/Francophones/Comment-utiliser-une-variable-comme-filtre/m-p/414493#M2818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Je suis absent(e) du bureau jusqu'au 03/06/2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am out of the office and get back to you when I return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remarque&amp;nbsp;: ceci est une réponse automatique à votre message  "[Groupe des&lt;/P&gt;&lt;P&gt;Utilisateurs Francophones] - Re: Comment utiliser une variable comme&lt;/P&gt;&lt;P&gt;filtre" envoyé le 31/5/13 15:26:28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C'est la seule notification que vous recevrez pendant l'absence de cette&lt;/P&gt;&lt;P&gt;personne.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This message and any attachments (the "message") is&lt;/P&gt;&lt;P&gt;intended solely for the intended addressees and is confidential. &lt;/P&gt;&lt;P&gt;If you receive this message in error,or are not the intended recipient(s), &lt;/P&gt;&lt;P&gt;please delete it and any copies from your systems and immediately notify&lt;/P&gt;&lt;P&gt;the sender. Any unauthorized view, use that does not comply with its purpose, &lt;/P&gt;&lt;P&gt;dissemination or disclosure, either whole or partial, is prohibited. Since the internet &lt;/P&gt;&lt;P&gt;cannot guarantee the integrity of this message which may not be reliable, BNP PARIBAS &lt;/P&gt;&lt;P&gt;(and its subsidiaries) shall not be liable for the message if modified, changed or falsified. &lt;/P&gt;&lt;P&gt;Do not print this message unless it is necessary,consider the environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 13:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Comment-utiliser-une-variable-comme-filtre/m-p/414493#M2818</guid>
      <dc:creator />
      <dc:date>2013-05-31T13:32:53Z</dc:date>
    </item>
  </channel>
</rss>

