<?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: line chart in Francophones</title>
    <link>https://community.qlik.com/t5/Francophones/line-chart/m-p/535041#M4204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Je ne connais pas du tout cette façon de faire. Je vais regarder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merci.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------&lt;/P&gt;&lt;P&gt;Edit :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, je travaille déjà avec un tableau croisé que je modifie en "line chart".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Est-ce la même chose ou pas ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jul 2013 14:11:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-30T14:11:56Z</dc:date>
    <item>
      <title>line chart</title>
      <link>https://community.qlik.com/t5/Francophones/line-chart/m-p/535035#M4198</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;Je dois faire un line chart et j'ai un souci :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Admettons une table T1 :&lt;/P&gt;&lt;P&gt;"Nom", "Date de fin", "Date de fin estimée"&lt;/P&gt;&lt;P&gt;A, 01/01/2013, 02/01/2013&lt;/P&gt;&lt;P&gt;B, 05/05/2013, 05/05/2013&lt;/P&gt;&lt;P&gt;etc ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comment faire pour avoir une ligne utilisant la "date de fin" et une ligne utilisant la "date de fin estimée" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;En vous remerciant par avance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 12:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/line-chart/m-p/535035#M4198</guid>
      <dc:creator />
      <dc:date>2013-07-29T12:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: line chart</title>
      <link>https://community.qlik.com/t5/Francophones/line-chart/m-p/535036#M4199</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;Que souhaites-tu afficher dans ton graphique ? A quoi correspondent ton abscisse (aux dates surement) et ton ordonnée (calcul) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 12:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/line-chart/m-p/535036#M4199</guid>
      <dc:creator />
      <dc:date>2013-07-29T12:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: line chart</title>
      <link>https://community.qlik.com/t5/Francophones/line-chart/m-p/535037#M4200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Merci de ta réponse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;En abscisse, ce sont les dates.&lt;/P&gt;&lt;P&gt;En ordonnée, c'est un sum dégréssif avec un rangeSum()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 15:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/line-chart/m-p/535037#M4200</guid>
      <dc:creator />
      <dc:date>2013-07-29T15:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: line chart</title>
      <link>https://community.qlik.com/t5/Francophones/line-chart/m-p/535038#M4201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MAJ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je mets à jour mon post pour remplacer ma première solution qui, après test, ne fonctionnait pas comme je le pensais.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ce que tu peux faire, c'est charger ta table en tableau croisé (fonction crosstable). Cela te permettra de remplacer tes noms de champs&lt;SPAN style="font-size: 10pt;"&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon;"&gt;[Date de fin]&lt;/SPAN&gt; et &lt;SPAN style="font-family: 'Courier New'; color: maroon;"&gt;[Date de fin estimée]&lt;/SPAN&gt; &lt;/SPAN&gt;en valeur de champs, et de mettre toutes tes dates dans un seul et même champ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Un exemple de chargement avec un crosstable pour t'aider un peu :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;Exemple:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;CrossTable&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;, 2)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon;"&gt;ID_exemple&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon;"&gt;Valeur_exemple&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon;"&gt;Date_fin&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon;"&gt;Date_fin_estimée&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;FROM &lt;SPAN style="color: #000000;"&gt;Une_table;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attention, lorsque la table sera traitée, tes valeurs (ici, &lt;SPAN style="color: #800000; font-family: 'Courier New';"&gt;Valeur_exemple&lt;/SPAN&gt;) seront dupliquées car tu aures une ligne pour &lt;SPAN style="color: #800000; font-family: 'Courier New';"&gt;Date_fin &lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #000000;"&gt;et u&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;ne ligne pour&lt;/SPAN&gt; &lt;SPAN style="color: #800000; font-family: 'Courier New';"&gt;Date_fin_estimée&lt;/SPAN&gt; , par &lt;SPAN style="color: #800000; font-family: 'Courier New';"&gt;ID_exemple&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 20.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Amand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 10:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/line-chart/m-p/535038#M4201</guid>
      <dc:creator />
      <dc:date>2013-07-30T10:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: line chart</title>
      <link>https://community.qlik.com/t5/Francophones/line-chart/m-p/535039#M4202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Merci Amand,&lt;/P&gt;&lt;P&gt;J'étais justement en train de regarder !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mon graphique est de type "Burndown" et je n'arrive (toujours) pas à "décaller" les expressions selon la "RealEndDate".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Table - Champs :&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Task - Task (String)&lt;/P&gt;&lt;P&gt;Task - Task_Status_id (Int)&lt;/P&gt;&lt;P&gt;Task - EndDate (Date)&lt;/P&gt;&lt;P&gt;Task - RealEndDate(Date)&lt;/P&gt;&lt;P&gt;MasterCalendar - DateEnding (Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Expressions: &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp 1 : Expression de référence&lt;/P&gt;&lt;P&gt;-&amp;gt;&amp;nbsp; COUNT({$} TOTAL Task) - rangeSum(COUNT({$ &amp;lt; EndDate=P(DateEnding)&amp;gt;} Task),0,RowNo())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp 2 : Expression de tâches finies&lt;/P&gt;&lt;P&gt;-&amp;gt; COUNT({$} TOTAL Task) - rangeSum(COUNT({$ &amp;lt;Task_Status_id = {'3'}, RealEndDate=P(DateEnding)&amp;gt;} Task),0,RowNo())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp 3 : Expression de tâches en cours&lt;/P&gt;&lt;P&gt;-&amp;gt; COUNT({$} TOTAL Task) - rangeSum(COUNT({$ &amp;lt;Task_Status_id = {'2'}, RealEndDate=P(DateEnding)&amp;gt;} Task),0,RowNo())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merci de ton aide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 12:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/line-chart/m-p/535039#M4202</guid>
      <dc:creator />
      <dc:date>2013-07-30T12:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: line chart</title>
      <link>https://community.qlik.com/t5/Francophones/line-chart/m-p/535040#M4203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As-tu vu la mise à jour de mon précédent post ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ma solution avec P() et le master calendar n'a pas fonctionné comme je le pensais, je te propose donc de faire autrement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 13:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/line-chart/m-p/535040#M4203</guid>
      <dc:creator />
      <dc:date>2013-07-30T13:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: line chart</title>
      <link>https://community.qlik.com/t5/Francophones/line-chart/m-p/535041#M4204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Je ne connais pas du tout cette façon de faire. Je vais regarder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merci.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------&lt;/P&gt;&lt;P&gt;Edit :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, je travaille déjà avec un tableau croisé que je modifie en "line chart".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Est-ce la même chose ou pas ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 14:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/line-chart/m-p/535041#M4204</guid>
      <dc:creator />
      <dc:date>2013-07-30T14:11:56Z</dc:date>
    </item>
  </channel>
</rss>

