<?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: Tableau avec mois sans mesure in Francophones</title>
    <link>https://community.qlik.com/t5/Francophones/Tableau-avec-mois-sans-mesure/m-p/2515397#M17087</link>
    <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;Avez vous un calendrier dans votre modèle de données ? Si vous n'en avez pas, je vous conseille d'en ajouter un en générant les dates entre votre min et votre max de date de "faits". La date de vos faits doit être liée au calendrier, les différents formats (mois, mois année...) de dates sont gérés dans la table calendrier.&lt;/P&gt;&lt;P&gt;Ensuite, vous pouvez créer votre tableau en utilisant le "mois" provenant de votre calendrier. Il faut activer l'option "include zero values" dans Add-ons/Data handling :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SRA_1-1745392514759.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179843iE2EAE1A27A93C43A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SRA_1-1745392514759.png" alt="SRA_1-1745392514759.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Résultat:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SRA_0-1745392485708.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179842i817F9510A19379C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SRA_0-1745392485708.png" alt="SRA_0-1745392485708.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Modèle de données:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SRA_2-1745392926467.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179844i1F4E09B3920FF63E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SRA_2-1745392926467.png" alt="SRA_2-1745392926467.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Contenu des tables :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SRA_3-1745392951371.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179845i306338A97A884166/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SRA_3-1745392951371.png" alt="SRA_3-1745392951371.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SRA_4-1745392969262.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179846iB2E1ED96FE297CBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SRA_4-1745392969262.png" alt="SRA_4-1745392969262.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Exemple de script chargeant le modèle utilisé pour l'exemple avec la génération d'un calendrier :&lt;/P&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;F_Fact:&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Load&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Date(%Key_Calendar)&amp;nbsp; as %Key_Calendar&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;,&amp;nbsp; &amp;nbsp;Num(Nb_Incident)&amp;nbsp; &amp;nbsp; &amp;nbsp;as Nb_Incident&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Inline [&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;%Key_Calendar, Nb_Incident&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;15/01/2025, 100&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;15/02/2025, 75&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;15/04/2025, 90&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;];&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;// Recherche de la date Min et Max dans la table de faits&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;[T_MinMaxDate]:&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Load&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;Min(%Key_Calendar) as Tmp_DateMin,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;Max(%Key_Calendar) as Tmp_DateMax&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Resident F_Fact;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Let sDateMin = Peek('Tmp_DateMin');&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Let sDateMax = Peek('Tmp_DateMax');&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Drop Table [T_MinMaxDate];&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;// Génération des dates dans la tranche Min-Max&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;[T_Calendrier]:&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Load&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;$(sDateMin)+RowNo()-1 as CalendarDate&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;AutoGenerate $(sDateMax)-$(sDateMin)+1;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Set sDateMin = ;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Set sDateMax = ;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;// Construction du calendrier et des différentes dimensions de calendrier&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;[D_Calendrier]:&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Load distinct&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; CalendarDate&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as %Key_Calendar,&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Date(CalendarDate)&amp;nbsp; &amp;nbsp; &amp;nbsp; as Cal_Date,&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; Year(CalendarDate)&amp;nbsp; &amp;nbsp; &amp;nbsp; as Cal_Annee,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; MonthName(CalendarDate) as Cal_MoisAnnee&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Resident [T_Calendrier]&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Order By CalendarDate asc;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Drop Table [T_Calendrier];&lt;/FONT&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cordialement&lt;/P&gt;&lt;P&gt;SRA&lt;/P&gt;</description>
    <pubDate>Wed, 23 Apr 2025 07:24:08 GMT</pubDate>
    <dc:creator>SRA</dc:creator>
    <dc:date>2025-04-23T07:24:08Z</dc:date>
    <item>
      <title>Tableau avec mois sans mesure</title>
      <link>https://community.qlik.com/t5/Francophones/Tableau-avec-mois-sans-mesure/m-p/2515378#M17086</link>
      <description>&lt;P&gt;Bonjour à&amp;nbsp; tous,&lt;/P&gt;&lt;P&gt;Dans un graphe, où figure le nombre d'incidents par mois, comment afficher les mois qui n'ont pas de mesure (d'incident).&lt;/P&gt;&lt;P&gt;Exemple :&lt;BR /&gt;Janv 3 incidents&lt;BR /&gt;Fevrier 1 incident&lt;BR /&gt;Avril 4 incidents&lt;BR /&gt;comment avoir Mars 0 incident sans creer cette ligne dans la table des incidents ?&lt;BR /&gt;Sachant que mes abscisses sont les An et Mois d'incidents et les ordonnées le nombre d'incidents&lt;BR /&gt;Merci&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 06:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Tableau-avec-mois-sans-mesure/m-p/2515378#M17086</guid>
      <dc:creator>serge__g</dc:creator>
      <dc:date>2025-04-23T06:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tableau avec mois sans mesure</title>
      <link>https://community.qlik.com/t5/Francophones/Tableau-avec-mois-sans-mesure/m-p/2515397#M17087</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;Avez vous un calendrier dans votre modèle de données ? Si vous n'en avez pas, je vous conseille d'en ajouter un en générant les dates entre votre min et votre max de date de "faits". La date de vos faits doit être liée au calendrier, les différents formats (mois, mois année...) de dates sont gérés dans la table calendrier.&lt;/P&gt;&lt;P&gt;Ensuite, vous pouvez créer votre tableau en utilisant le "mois" provenant de votre calendrier. Il faut activer l'option "include zero values" dans Add-ons/Data handling :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SRA_1-1745392514759.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179843iE2EAE1A27A93C43A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SRA_1-1745392514759.png" alt="SRA_1-1745392514759.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Résultat:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SRA_0-1745392485708.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179842i817F9510A19379C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SRA_0-1745392485708.png" alt="SRA_0-1745392485708.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Modèle de données:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SRA_2-1745392926467.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179844i1F4E09B3920FF63E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SRA_2-1745392926467.png" alt="SRA_2-1745392926467.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Contenu des tables :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SRA_3-1745392951371.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179845i306338A97A884166/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SRA_3-1745392951371.png" alt="SRA_3-1745392951371.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SRA_4-1745392969262.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179846iB2E1ED96FE297CBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SRA_4-1745392969262.png" alt="SRA_4-1745392969262.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Exemple de script chargeant le modèle utilisé pour l'exemple avec la génération d'un calendrier :&lt;/P&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;F_Fact:&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Load&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Date(%Key_Calendar)&amp;nbsp; as %Key_Calendar&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;,&amp;nbsp; &amp;nbsp;Num(Nb_Incident)&amp;nbsp; &amp;nbsp; &amp;nbsp;as Nb_Incident&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Inline [&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;%Key_Calendar, Nb_Incident&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;15/01/2025, 100&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;15/02/2025, 75&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;15/04/2025, 90&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;];&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;// Recherche de la date Min et Max dans la table de faits&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;[T_MinMaxDate]:&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Load&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;Min(%Key_Calendar) as Tmp_DateMin,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;Max(%Key_Calendar) as Tmp_DateMax&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Resident F_Fact;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Let sDateMin = Peek('Tmp_DateMin');&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Let sDateMax = Peek('Tmp_DateMax');&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Drop Table [T_MinMaxDate];&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;// Génération des dates dans la tranche Min-Max&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;[T_Calendrier]:&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Load&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;$(sDateMin)+RowNo()-1 as CalendarDate&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;AutoGenerate $(sDateMax)-$(sDateMin)+1;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Set sDateMin = ;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Set sDateMax = ;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;// Construction du calendrier et des différentes dimensions de calendrier&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;[D_Calendrier]:&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Load distinct&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; CalendarDate&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as %Key_Calendar,&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Date(CalendarDate)&amp;nbsp; &amp;nbsp; &amp;nbsp; as Cal_Date,&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; Year(CalendarDate)&amp;nbsp; &amp;nbsp; &amp;nbsp; as Cal_Annee,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; MonthName(CalendarDate) as Cal_MoisAnnee&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Resident [T_Calendrier]&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Order By CalendarDate asc;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Drop Table [T_Calendrier];&lt;/FONT&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cordialement&lt;/P&gt;&lt;P&gt;SRA&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 07:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Tableau-avec-mois-sans-mesure/m-p/2515397#M17087</guid>
      <dc:creator>SRA</dc:creator>
      <dc:date>2025-04-23T07:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Tableau avec mois sans mesure</title>
      <link>https://community.qlik.com/t5/Francophones/Tableau-avec-mois-sans-mesure/m-p/2515402#M17088</link>
      <description>&lt;P&gt;merci en effet cela me parait tout à fait logique&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 07:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Tableau-avec-mois-sans-mesure/m-p/2515402#M17088</guid>
      <dc:creator>serge__g</dc:creator>
      <dc:date>2025-04-23T07:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Tableau avec mois sans mesure</title>
      <link>https://community.qlik.com/t5/Francophones/Tableau-avec-mois-sans-mesure/m-p/2515492#M17090</link>
      <description>&lt;P&gt;Cette solution me permet en effet d'avoir les jours sans incident, par contre j'ai oubié de preciser que mon tableau d'incident j ai sur un parc de 4 machines&amp;nbsp; :&lt;/P&gt;&lt;P&gt;01/01/2025 1 incident sur machine 1&lt;BR /&gt;05/01/2025 1 incident sur machine 1&lt;BR /&gt;21/01/2025 1 incident sur machine 4&lt;/P&gt;&lt;P&gt;01/02/2025 1 incident sur machine 2&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;05/03/2025 1 incident sur machine 3&lt;BR /&gt;11/01/2025 1 incident sur machine 2&lt;/P&gt;&lt;P&gt;comment avoir un tableau de la sorte&lt;/P&gt;&lt;P&gt;janv&amp;nbsp; &amp;nbsp; &amp;nbsp;machine1&amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;BR /&gt;janv&amp;nbsp; &amp;nbsp; &amp;nbsp;machine2&amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;janv&amp;nbsp; &amp;nbsp; &amp;nbsp;machine3&amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;janv&amp;nbsp; &amp;nbsp; &amp;nbsp;machine4&amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;fev&amp;nbsp; &amp;nbsp; &amp;nbsp; machine1&amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;fev&amp;nbsp; &amp;nbsp; &amp;nbsp;machine2&amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;fev&amp;nbsp; &amp;nbsp; &amp;nbsp;machine3&amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;fev&amp;nbsp; &amp;nbsp; &amp;nbsp;machine4&amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;mars&amp;nbsp; &amp;nbsp; &amp;nbsp; machine1&amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;mars&amp;nbsp; &amp;nbsp; &amp;nbsp;machine2&amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;mars&amp;nbsp; &amp;nbsp; &amp;nbsp;machine3&amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;mars&amp;nbsp; &amp;nbsp; &amp;nbsp;machine4&amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Merci&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 15:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Tableau-avec-mois-sans-mesure/m-p/2515492#M17090</guid>
      <dc:creator>serge__g</dc:creator>
      <dc:date>2025-04-23T15:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Tableau avec mois sans mesure</title>
      <link>https://community.qlik.com/t5/Francophones/Tableau-avec-mois-sans-mesure/m-p/2515599#M17091</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;Dans ce cas, si vous souhaitez voir apparaitre les machines qui ont 0 incidents sur un mois, j'ajouterais dans les faits des entrées à 0.&lt;/P&gt;&lt;P&gt;Cordialement,&lt;/P&gt;&lt;P&gt;SRA&lt;/P&gt;&lt;!--   end #ae_app   --&gt;</description>
      <pubDate>Thu, 24 Apr 2025 08:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Tableau-avec-mois-sans-mesure/m-p/2515599#M17091</guid>
      <dc:creator>SRA</dc:creator>
      <dc:date>2025-04-24T08:29:34Z</dc:date>
    </item>
  </channel>
</rss>

