<?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: Canonical Calendar - 4 dates in Francophones</title>
    <link>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32505#M606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Présentation1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196492_Présentation1.jpg" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2018 15:20:14 GMT</pubDate>
    <dc:creator>stephaniee</dc:creator>
    <dc:date>2018-03-15T15:20:14Z</dc:date>
    <item>
      <title>Canonical Calendar - 4 dates</title>
      <link>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32502#M603</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;Je dois créer un canonical calendar pour me permettre des données selon des périmètres de dates différentes. &lt;/P&gt;&lt;P&gt;J'ai déjà traité ce point avec deux dates en créant un calendrier pour chaque date, un datebrige et un canonical calendar. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je suis coincée par rapport à la création de mon datebrige qui doit dorénavant comporter 4 dates si j'ai bien tout compris. &lt;/P&gt;&lt;P&gt;Mes 4 dates sont : &lt;/P&gt;&lt;P&gt;- Date_Dossier de la table "Suivi"&lt;/P&gt;&lt;P&gt;- Assureur_Date_Facturation de la table "Suivi_Facturation"&lt;/P&gt;&lt;P&gt;- Date_Validation_Ecart de la table "Reglement_Ecart"&lt;/P&gt;&lt;P&gt;- Date_Création de la table "Darva_Statut_Facture".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ci-dessous la structure de mes tables. Je vais donc créer un calendrier pour chaque date; et un canonical calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[suivi]:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;[Num_Dossier],&lt;/P&gt;&lt;P&gt;[Date_Dossier];&lt;/P&gt;&lt;P&gt;SQL SELECT `Num_Dossier`,&lt;/P&gt;&lt;P&gt;`Num_Sinistre`,&lt;/P&gt;&lt;P&gt;`Date_Dossier`&lt;/P&gt;&lt;P&gt;FROM `capsoffice`.`suivi`;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[suivi_facturations]:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;[Id_Facture],&lt;/P&gt;&lt;P&gt;[Num_Dossier]&amp;nbsp; As [Tmp_Num_Dossier]&lt;/P&gt;&lt;P&gt;[Assureur_Date_Facturation];&lt;/P&gt;&lt;P&gt;SQL SELECT `Id_Facture`,&lt;/P&gt;&lt;P&gt;`Num_Dossier`,&lt;/P&gt;&lt;P&gt;`Assureur_Date_Facturation`&lt;/P&gt;&lt;P&gt;FROM `capsoffice`.`suivi_facturations`;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[reglement_ecart]:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `Id_Facture`,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `Date_Validation_Ecart`;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `Id_Facture`,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `Date_Validation_Ecart`&lt;/P&gt;&lt;P&gt;FROM capsoffice.`reglement_ecart`;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[darva_statut_facture]:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `Num_Dossier`,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; `Num_Facture`,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `Date_Creation`;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `Num_Dossier`,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; `Num_Facture`,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `Date_Creation`&lt;/P&gt;&lt;P&gt;FROM capsoffice.`darva_statut_facture`;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Je vais donc créer un calendrier pour chaque date; et un canonical calendar. Mais comment créer mon datebrige. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Ci-dessous, mon datebridge qui fonctionne pour les deux 1eres dates. il me reste à integrer deux dates. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[DateBridge]:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num_Dossier,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Null() as Id_Facture,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Floor(Date_Dossier),'DD/MM/YYYY') as Canonical_Date, // Tu t'assure que la date est sur le format DD/MM/YYYY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Date_Dossier' as DateType&lt;/P&gt;&lt;P&gt;Resident suivi;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (DateBridge)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tmp_Num_Dossier as Num_Dossier,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id_Facture,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Floor(Assureur_Date_Facturation),'DD/MM/YYYY') as Canonical_Date, // Tu t'assure que la date est sur le format DD/MM/YYYY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Date_Facturation_Assureur' as DateType&lt;/P&gt;&lt;P&gt;Resident suivi_facturations;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Field Tmp_Num_Dossier;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Merci à tous pour votre aide,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Stéphanie&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 11:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32502#M603</guid>
      <dc:creator>stephaniee</dc:creator>
      <dc:date>2018-03-15T11:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar - 4 dates</title>
      <link>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32503#M604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On est bien d'accord que ce n'est pas une obligation d'avoir un calendrier par date et en plus d'avoir toutes les dates dans le canonical calendar. Toutes les combinaison sont possible en fonction de tes besoins:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&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;Date&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;Calendrier champ&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;Calendrier canonique&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Date 1&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Date 2&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;X&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Date 3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;X&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Date 4&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;X&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;X&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Est-ce que Num_Facture est identique à Id_Facture ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Il faut nous donner les relations entre les différentes tables, afin de pouvoir créer la bonne structure permettant d'introduire le canonical calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Par exemple :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Suivi&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; 1&amp;nbsp; &amp;lt;===&amp;gt;&amp;nbsp; 0...n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Suivi facturation&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; par NumDossier&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #999999;"&gt;&lt;EM&gt;Ce qui signifie que :&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #999999;"&gt;&lt;EM&gt;"Suivi" peut être associé à 0 ou plusieurs (0..n) "Suivi facturation"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #999999;"&gt;&lt;EM&gt;"Suivi facturation" doit être associé à&amp;nbsp; un (1) "Suivi"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM style="color: #999999;"&gt;Le lien entre les 2 tables est faite par le champ NumDossier&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 13:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32503#M604</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2018-03-15T13:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar - 4 dates</title>
      <link>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32504#M605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Merci pour cette 1ere réponse. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num_Facture n'est pas identique à Id_Facture. Du coup, par rapport à ton tableau, je dois prendre quelle solution ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mon besoin : &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- Date_Dossier de la table "Suivi" : compter le dossier selon "Date_Dossier"&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- Assureur_Date_Facturation de la table "Suivi_Facturation" : compter les factures selon "Assureur_date_facturation"&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- Date_Validation_Ecart de la table "Reglement_Ecart" : compter les ecarts selon "Date_Validation_Ecart"&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- Date_Création de la table "Darva_Statut_Facture". : compter les rejets selon "Date_Création". &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Et avoir un seul filtre qui permet d'afficher les données selon chaque date.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Comment je procède&amp;nbsp; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 13:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32504#M605</guid>
      <dc:creator>stephaniee</dc:creator>
      <dc:date>2018-03-15T13:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar - 4 dates</title>
      <link>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32505#M606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Présentation1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196492_Présentation1.jpg" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 15:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32505#M606</guid>
      <dc:creator>stephaniee</dc:creator>
      <dc:date>2018-03-15T15:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar - 4 dates</title>
      <link>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32506#M607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Je viens de te transmettre les liens entre chaque table et plus précisément mon modèle de données. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 15:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32506#M607</guid>
      <dc:creator>stephaniee</dc:creator>
      <dc:date>2018-03-15T15:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar - 4 dates</title>
      <link>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32507#M608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Le tableau c’est pas par rapport à la question sur Num_facure et Id_facture, mais par rapport à tes besoins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Si comme tu le dis tu dois pouvoir afficher dans un même graphique en fonction d’une base temporel commune tes différentes expressions mentionnées dans ton message, il faut que toutes tes dates figures dans un calendrier canonique.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 06:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32507#M608</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2018-03-16T06:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar - 4 dates</title>
      <link>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32508#M609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌ca ne sert à rien si tu ne donne pas la relation entre les tables comme je te l’ai demandé.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pour réaliser le calendrier canonique, il faut remonter toutes les dates dans une table commune et cela ne peut se faire que si cest possible que si on connaît les relations entre les tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 06:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32508#M609</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2018-03-16T06:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar - 4 dates</title>
      <link>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32509#M610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - Je crois que je n'ai pas compris ce que tu entendais par lien entre les tables du coup... Je pensais que tu voulais les champs qui les liaient. &lt;/P&gt;&lt;P&gt;Est-ce cela ? Si non, peux-tu m'aider pour que je t'apporte l'information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merci encore pour ton aide,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 07:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32509#M610</guid>
      <dc:creator>stephaniee</dc:creator>
      <dc:date>2018-03-16T07:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar - 4 dates</title>
      <link>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32510#M611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌&lt;SPAN style="font-size: 12pt;"&gt;je te remet l’exemple et l’explication que je t’ai donné précédemment, j’ai ajouté des couleurs pour être plus clair.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Il faut nous donner les relations entre les différentes tables, afin de pouvoir créer la bonne structure permettant d'introduire le canonical calendar.&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Par exemple :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Suivi&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; &lt;STRONG style="color: #ff6600;"&gt;1&lt;/STRONG&gt;&amp;nbsp; &amp;lt;===&amp;gt;&amp;nbsp; &lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;0...n&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Suivi facturation&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; par NumDossier&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #999999; font-size: 20px; font-style: italic; font-family: inherit;"&gt;Ce qui signifie que :&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #999999; font-size: 20px; font-style: italic; font-family: inherit;"&gt;"Suivi" peut être associé à 0 ou plusieurs (&lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;0..n&lt;/STRONG&gt;&lt;/SPAN&gt;) "Suivi facturation"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #999999; font-size: 20px; font-style: italic; font-family: inherit;"&gt;"Suivi facturation" doit être associé à&amp;nbsp; un (&lt;SPAN style="color: #999999;"&gt;&lt;STRONG style="color: #ff6600;"&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;) "Suivi"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: italic; font-size: 20px; font-family: inherit; color: #999999;"&gt;Le lien entre les 2 tables est faite par le champ NumDossier&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 16:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32510#M611</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2018-03-16T16:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar - 4 dates</title>
      <link>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32511#M612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alors je dirais les choses comme çà : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Suivi&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp; &amp;lt;===&amp;gt; 0...n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Suivi facturation&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; par Num_Dossier&lt;/LI&gt;&lt;LI&gt;Darva_statut_facture&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp; &amp;lt;===&amp;gt; 0...n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Suivi facturation&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; par Num_Dossier&lt;/LI&gt;&lt;LI&gt;Reglement_Ecart&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp; &amp;lt;===&amp;gt; 0...n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Suivi facturation&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; par Id_Facture&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J'espère que cela correspond à ce que tu souhaites. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 08:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32511#M612</guid>
      <dc:creator>stephaniee</dc:creator>
      <dc:date>2018-03-19T08:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar - 4 dates</title>
      <link>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32512#M613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Est-ce que cela a pu t'aider ? Ou as-tu besoin d'autres informations ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 09:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32512#M613</guid>
      <dc:creator>stephaniee</dc:creator>
      <dc:date>2018-03-20T09:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar - 4 dates</title>
      <link>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32513#M614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Salut,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je pense que tu peux construire ton DateBridge simplement de la manière suivante :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[DateBridge]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NumDossier&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &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;NumDossier&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Null&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;Id_Facture&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; 'Date_Dossier' &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;DateType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date_Dossier&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'DD/MM/YYYY') &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;CanonicalDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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; suivi;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(DateBridge)&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;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Tmp_Num_Dossier&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &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;Num_Dossier&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Id_Facture&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;Id_Facture&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; 'Date_Facturation_Assureur' &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;DateType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Assureur_Date_Facturation&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'DD/MM/YYYY') &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;Canonical_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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; suivi_facturations;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(DateBridge)&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;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Tmp_Num_Dossier&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &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;Num_Dossier&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Null&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;Id_Facture&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; 'Date_Création' &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;DateType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date_Création&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'DD/MM/YYYY') &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;Canonical_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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; darva_statut_facture;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(DateBridge)&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;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Null&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;Num_Dossier&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Id_Facture&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;Id_Facture&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; 'Date_Validation_Ecart' &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;DateType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date_Validation_Ecart&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'DD/MM/YYYY') &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;Canonical_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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; reglement_ecart;&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;Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Tmp_Num_Dossier&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 19:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32513#M614</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2018-03-20T19:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Canonical Calendar - 4 dates</title>
      <link>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32514#M615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Merci beaucoup ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J'essaie dans la journée et reviendrais surement avec quelques questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 08:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Canonical-Calendar-4-dates/m-p/32514#M615</guid>
      <dc:creator>stephaniee</dc:creator>
      <dc:date>2018-03-22T08:07:42Z</dc:date>
    </item>
  </channel>
</rss>

