<?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: Moyenne d'une variable sans champ &amp;quot;vide&amp;quot; in Francophones</title>
    <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712762#M5527</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je cherche à calculer une moyenne sur un champ "Nbj" qui correspond à un écart entre deux dates.&lt;/P&gt;&lt;P&gt;En l’occurrence les champs nuls ne se trouvent pas dans la variante "Nbj" mais bien dans les champs date, ce qui me donne une variable "Nbj" erronée pour certains cas. Dés lors pas possible de calculer la moyenne&amp;nbsp; sur "Nbj" moi même non ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 13:20:39 GMT</pubDate>
    <dc:creator>guillaume_gorli</dc:creator>
    <dc:date>2014-06-20T13:20:39Z</dc:date>
    <item>
      <title>Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712748#M5513</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;J'essaye de remonter une moyenne dans un graphique. Jusque là rien de méchant. &lt;/P&gt;&lt;P&gt;La formule Avg (Sales) marche correctement. Seulement ma base est polluée par un certain nombre de ligne dans laquelle le champ sales est vide. Du coup j'ai besoin de remonter la moyenne sur ces variables sans prendre en compte ces cellules vides dans ma moyenne ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merci de votre aide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 15:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712748#M5513</guid>
      <dc:creator>guillaume_gorli</dc:creator>
      <dc:date>2014-06-19T15:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712749#M5514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Avg({$ &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sales&lt;/SPAN&gt;={'&amp;gt;=0'}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sales&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 15:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712749#M5514</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-19T15:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712750#M5515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;si&amp;nbsp; "vide" = null je croix que la formule avg(exp) marche (see image)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60877_1.png" style="width: auto; height: auto;" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;script used to load data for the above image &lt;/P&gt;&lt;P&gt;load dim1, if(exp='null',null(),exp) as exp;&lt;/P&gt;&lt;P&gt;load* inline [&lt;/P&gt;&lt;P&gt;dim1, exp&lt;/P&gt;&lt;P&gt;1,null&lt;/P&gt;&lt;P&gt;1,10&lt;/P&gt;&lt;P&gt;1,12&lt;/P&gt;&lt;P&gt;2,10&lt;/P&gt;&lt;P&gt;2,12&lt;/P&gt;&lt;P&gt;2,14&lt;/P&gt;&lt;P&gt;2,null&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 15:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712750#M5515</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-19T15:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712751#M5516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression is not really working. i still don't get the correct figures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 08:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712751#M5516</guid>
      <dc:creator>guillaume_gorli</dc:creator>
      <dc:date>2014-06-20T08:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712752#M5517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You 're right, I included zero so the expression works as before, exclude it in this way, I tested and it works ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;=Avg({$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;={'&amp;gt;0'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 08:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712752#M5517</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-20T08:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712753#M5518</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;Massimo +1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guillaume,&lt;/P&gt;&lt;P&gt;la manière de faire de Massimo marche très bien d'autant plus qu'elle bénéfique sur certains points :&lt;/P&gt;&lt;P&gt;- le traitement se fait dans le script -&amp;gt; gain de performance&lt;/P&gt;&lt;P&gt;- Il est adaptable : Si demain la valeur non renseigné n'est plus null mais une chaine vide, tu&amp;nbsp; pourras alors utiliser la formule suivante : load dim1, if(exp='',null(),exp) as exp; Ainsi de suite, tu pourras affecter une valeur null comme tu voudras.&lt;/P&gt;&lt;P&gt;- La formule utilisé dans l'IHM reste simple et performante.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cdt,&lt;/P&gt;&lt;P&gt;Benjamin Drouin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 08:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712753#M5518</guid>
      <dc:creator />
      <dc:date>2014-06-20T08:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712754#M5519</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;J'arrive à appliquer la méthode de Massimo dans un modèle simple mais lorsque j'essaye dans mon application, quelque chose cloche.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je joint mon application en pièce jointe :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 tables :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 variables dans la table DELAI : Un numéro de facture client, une date de facturation, une date demandée par le client, un écart entre les deux dates (calculé automatiquement par l'ERP) et un type de commande&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 variables dans la table MATRICE&lt;/P&gt;&lt;P&gt;un type de commande et le business associé.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J'essaye donc pour chaque business de remonter le délai moyen entre la date de facturation demandée et la date de facturation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Les bonnes moyennes devraient être : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="204.39999997615814" style="border: 1px solid #000000; width: 220.39999997615814px; height: 206.39999997615814px;" width="218.39999997615814"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Business&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sans champ "Nbj" vide pris en compte&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Marche à pied&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Train&lt;/TD&gt;&lt;TD&gt;154&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Velo&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;31&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Voiture&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;TD&gt;31&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mais ce n'est pas le cas...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merci de votre aide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 10:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712754#M5519</guid>
      <dc:creator>guillaume_gorli</dc:creator>
      <dc:date>2014-06-20T10:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712755#M5520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Il n'y a rien en PJ &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 10:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712755#M5520</guid>
      <dc:creator />
      <dc:date>2014-06-20T10:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712756#M5521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mince, comment ça il n'y a rien ? Moi j'ai bien un fichier TEST AVG.qvw de 154.2K dans le mail ??? Il n'est pas accessible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 10:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712756#M5521</guid>
      <dc:creator>guillaume_gorli</dc:creator>
      <dc:date>2014-06-20T10:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712757#M5522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Je rajoute mon script si besoin : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load [Type Cde], if(Nbj='null',null(),Nbj) as Nbj;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [No Facture], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Delai Demande], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nbj, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Type Cde]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[\\tsclient\W\qvd\TEST AVG.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is DELAI);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Type Cde], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Business&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[\\tsclient\W\qvd\TEST AVG.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is MATRICE);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 11:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712757#M5522</guid>
      <dc:creator>guillaume_gorli</dc:creator>
      <dc:date>2014-06-20T11:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712758#M5523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Non, c'est bon, j'ai reussi à recuperer le fichier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A première vue, il semble y avoir des problèmes dans tes données.&lt;/P&gt;&lt;P&gt;Après je n'ai pas regarder à fond mais Qlikview sort des chiffres different des tiens.&lt;/P&gt;&lt;P&gt;Es-tu certain de tes moyennes de references ?&lt;/P&gt;&lt;P&gt;Si je compte à la main via un export excel je trouve une moyenne de 138 pour le velo !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 12:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712758#M5523</guid>
      <dc:creator />
      <dc:date>2014-06-20T12:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712759#M5524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;la fiknction AVG travaille sur toute la base donc les null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;calcule la moyenne toi-m^me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;voir pièce jointe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cordialement&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 13:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712759#M5524</guid>
      <dc:creator />
      <dc:date>2014-06-20T13:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712760#M5525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Benjamin, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;138,56 pour le vélo c'est effectivement ce que sort qlikview en prenant en compte les champs vides (652 317 / 4 708 = 138,55). J'obtiens les mêmes résultats via excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or en excluant les champs vides, la moyenne non biaisée devrait être de 30.84 pour le vélo (144 304 / 4 679 = 30,84).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview avec les champs "vides" pris en compte sort :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="204.39999997615814" style="border: 1px solid #000000; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; width: 218.39999997615814px;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Business&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Avec champ "Nbj" vide pris en compte&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; padding-right: 4px; padding-left: 4px; font-style: inherit; font-family: inherit;"&gt;Marche à pied&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding-right: 4px; padding-left: 4px; font-style: inherit; font-family: inherit;"&gt;7.73&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; padding-right: 4px; padding-left: 4px; font-style: inherit; font-family: inherit;"&gt;Train&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding-right: 4px; padding-left: 4px; font-style: inherit; font-family: inherit;"&gt;754.25&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Velo&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;138.56&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; padding-right: 4px; padding-left: 4px; font-style: inherit; font-family: inherit;"&gt;Voiture&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding-right: 4px; padding-left: 4px; font-style: inherit; font-family: inherit;"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; padding-right: 4px; padding-left: 4px; font-style: inherit; font-family: inherit;"&gt;Total&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding-right: 4px; padding-left: 4px; font-style: inherit; font-family: inherit;"&gt;139.56&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sans champ "vides" cela devrait ressembler à :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="204.39999997615814" style="border: 1px solid rgb(0, 0, 0); font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: rgb(61, 61, 61); width: 218.39999997615814px;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Business&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sans champ "Nbj" vide pris en compte&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Marche à pied&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;7.73&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Train&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;154.41&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Velo&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;30.85&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Voiture&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;9.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Total&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;31.09&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 13:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712760#M5525</guid>
      <dc:creator>guillaume_gorli</dc:creator>
      <dc:date>2014-06-20T13:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712761#M5526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Autant je trouve la meme chose que toi pour 652 317 jours,&lt;/P&gt;&lt;P&gt;autant je denombre 4708 sans valeur Null et 4726 avec les valeurs null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik3.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60918_qlik3.png" style="width: 620px; height: 278px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 13:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712761#M5526</guid>
      <dc:creator />
      <dc:date>2014-06-20T13:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712762#M5527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je cherche à calculer une moyenne sur un champ "Nbj" qui correspond à un écart entre deux dates.&lt;/P&gt;&lt;P&gt;En l’occurrence les champs nuls ne se trouvent pas dans la variante "Nbj" mais bien dans les champs date, ce qui me donne une variable "Nbj" erronée pour certains cas. Dés lors pas possible de calculer la moyenne&amp;nbsp; sur "Nbj" moi même non ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 13:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712762#M5527</guid>
      <dc:creator>guillaume_gorli</dc:creator>
      <dc:date>2014-06-20T13:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712763#M5528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;oui dans ce cas tu pars avec une variable Nbj qui est fausse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;est-il possible d'avoir le fichier XLS car l'appli n'est pas chargée&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 13:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712763#M5528</guid>
      <dc:creator />
      <dc:date>2014-06-20T13:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712764#M5529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bizarre, j'ai bien 30 valeurs nulles dans le champ [Delai Demande] qui sont liées au business Velo. A cela s'ajoute 4678 valeurs renseignées toujours dans ce champ [Delai Demande] soit un total de 4708 pour le business Velo. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(ci joint le tableur excel source)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 13:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712764#M5529</guid>
      <dc:creator>guillaume_gorli</dc:creator>
      <dc:date>2014-06-20T13:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712765#M5530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Je viens de le rajouter Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 13:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712765#M5530</guid>
      <dc:creator>guillaume_gorli</dc:creator>
      <dc:date>2014-06-20T13:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712766#M5531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guillaume,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;si tu n'as pas les moyens d'intervenir en amont lors du chargement des Nbj pour flaguer les null, 0... je ne vois pas comment faire&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 13:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712766#M5531</guid>
      <dc:creator />
      <dc:date>2014-06-20T13:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Moyenne d'une variable sans champ "vide"</title>
      <link>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712767#M5532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c'est bon je trouve 30 pour le vélo !!&lt;/P&gt;&lt;P&gt;ci-joint le script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[No Facture]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Delai Demande]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Nbj&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Type Cde]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;&lt;BR /&gt;(&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; DELAI);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MATRICE:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Type Cde]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Business&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;&lt;BR /&gt;(&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; MATRICE);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;DELAI:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[No Facture]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Delai Demande]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Nbj&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('MATRICE',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Type Cde]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Business&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; DELAI_TMP &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LEN&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Delai Demande]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;gt; 0;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;DROP&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; DELAI_TMP;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Moyenne-d-une-variable-sans-champ-quot-vide-quot/m-p/712767#M5532</guid>
      <dc:creator />
      <dc:date>2014-06-20T14:06:25Z</dc:date>
    </item>
  </channel>
</rss>

