<?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: error in code in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234067#M8166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually Sunny, we're trying to solve the same problem (I shared with friday) in a different way:&lt;/P&gt;&lt;P&gt;This is how we altered the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact_Final:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; Date_Embarquement,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plaque,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( Nombre_Carrier&amp;gt;1, 1, 0) as Flag_Doublon;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Embarquement,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plaque,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; count(Code_Carrier) as Nombre_Carrier&lt;/P&gt;&lt;P&gt;Resident final&lt;/P&gt;&lt;P&gt;Where Code_Ligne = 'MAR' &lt;/P&gt;&lt;P&gt;Group by Date_Embarquement,Plaque&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;join(Fact_Final)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; *&lt;/P&gt;&lt;P&gt;Resident final&lt;/P&gt;&lt;P&gt;Where Code_Ligne = 'MAR'&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * resident final where Code_Carrier &amp;lt;&amp;gt;'MAR';&lt;/P&gt;&lt;P&gt;drop table final;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in the presentation, we created a table like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As dimension; code_ligne , as column month of dates&lt;/P&gt;&lt;P&gt;and the expression is :&lt;/P&gt;&lt;P&gt;if (Code_Ligne='MAR',if (&lt;/P&gt;&lt;P&gt;Mod(count( distinct {&amp;lt;[Year of date]={$(=max([Year of date]))}, [Month of date]=,Timeframe='Annuel',Code_Ligne={'MAR'},Groupe_Complet_Vide={C,G},Flag_Doublon={1}&amp;gt;} Plaque),2)=1,&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Year of date]={$(=max([Year of date]))},Code_Ligne={'MAR'}, [Month of date]=,Timeframe='Annuel',Groupe_Complet_Vide={C,G},Flag_Doublon={1}&amp;gt;}Dossier)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;count(&amp;nbsp; {&amp;lt;[Year of date]={$(=max([Year of date]))},Code_Ligne={'MAR'}, [Month of date]=,Timeframe='Annuel',Groupe_Complet_Vide={C,G},Flag_Doublon={1}&amp;gt;} Plaque)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Year of date]={$(=max([Year of date]))},Code_Ligne={'MAR'},[Month of date]=,Timeframe='Annuel',Groupe_Complet_Vide={C,G},Flag_Doublon={0}&amp;gt;}Dossier),&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Year of date]={$(=max([Year of date]))},[Month of date]=,Code_Ligne={'MAR'},Timeframe='Annuel',Groupe_Complet_Vide={C,G},Flag_Doublon={1}&amp;gt;}Dossier)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;count( distinct {&amp;lt;[Year of date]={$(=max([Year of date]))},[Month of date]=,Code_Ligne={'MAR'},Timeframe='Annuel',Groupe_Complet_Vide={C,G},Flag_Doublon={1}&amp;gt;} Plaque)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Year of date]={$(=max([Year of date]))},[Month of date]=,Timeframe='Annuel',Code_Ligne={'MAR'},Groupe_Complet_Vide={C,G},Flag_Doublon={0}&amp;gt;}Dossier)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Year of date]={$(=max([Year of date]))}, [Month of date]=,Groupe_Complet_Vide={C,G}&amp;gt;}Dossier))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the table is as follow and all the values are correct :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="156760" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156760_Capture.PNG" style="height: 262px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if I choose a month, the values mustn't change at all : BUT when&amp;nbsp; I do, only the values of Ligne Maroc change (wrong values), only the month selected returns a correct value(iin this case, I selected Month : Mai)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="156767" alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/156767_Capture.PNG" style="height: 225px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I can't understand.&lt;/P&gt;&lt;P&gt;So &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌, if you can understand what could be causing this, your help would be much appreciated, as always !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Mar 2017 15:54:45 GMT</pubDate>
    <dc:creator>OmarBenSalem</dc:creator>
    <dc:date>2017-03-19T15:54:45Z</dc:date>
    <item>
      <title>error in code</title>
      <link>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234061#M8160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have something wrong in this code :&lt;/P&gt;&lt;P&gt;left join(tmp)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pays,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Langitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Latitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Code_Ligne&lt;/P&gt;&lt;P&gt;FROM ///&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Feuil1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmp_targa:&lt;/P&gt;&lt;P&gt;LOAD COMMESSA as Dossier_tmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where WildMatch(COMMESSA, 'AU*')&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SELECT COMMESSA &lt;/P&gt;&lt;P&gt;FROM ///&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[COM_BI_Dossier_Cat]:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; autonumber( date(date_dossier, 'DD/MM/YYYY'),'%Date ID')&amp;nbsp; as [%Date ID]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ,CodAttivita as Code_Activite, &lt;/P&gt;&lt;P&gt;&amp;nbsp; ACTIVITE as Designation_Activite, &lt;/P&gt;&lt;P&gt;&amp;nbsp; sens as Sens, &lt;/P&gt;&lt;P&gt;&amp;nbsp; FilialeInserimento as Filiale_Creation_Dossier, &lt;/P&gt;&lt;P&gt;&amp;nbsp; FilOrigine as [Filiale Origine], &lt;/P&gt;&lt;P&gt;&amp;nbsp; PaysOrigine as [Pays Fililale Origine], &lt;/P&gt;&lt;P&gt;&amp;nbsp; FilialeDestino as [Filiale Destination], &lt;/P&gt;&lt;P&gt;&amp;nbsp; Code_Ligne as Code_Ligne, &lt;/P&gt;&lt;P&gt;&amp;nbsp; Dossier , &lt;/P&gt;&lt;P&gt;&amp;nbsp; ViaggioNave as Num_Voyage, &lt;/P&gt;&lt;P&gt;&amp;nbsp; date(date_dossier,'DD/MM/YYYY') as Date_Dossier, &lt;/P&gt;&lt;P&gt;&amp;nbsp; DateEmbarquement as Date_Embarquement, &lt;/P&gt;&lt;P&gt;&amp;nbsp; DateDebarquement as Date_Debarquement, &lt;/P&gt;&lt;P&gt;&amp;nbsp; VideCpltGrpg as Groupe_Complet_Vide, &lt;/P&gt;&lt;P&gt;&amp;nbsp; Plaque, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Parc,&lt;/P&gt;&lt;P&gt;&amp;nbsp; TypeMateriel as Type_Materiel, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DesCompagnia as Compagnie,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Remorque as Remorque_Parc_HorsParc, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; // if(Code_Ligne='MAR' and Date_Embarquement )&lt;/P&gt;&lt;P&gt;&amp;nbsp; ViaggioLinea as Voyage_Ligne, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; // ViaggioNave as Voyage_bateau,&lt;/P&gt;&lt;P&gt;&amp;nbsp; carrier as Code_Carrier&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Pays,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; geomakepoint(Latitude,Langitude) as PAYS2&lt;/P&gt;&lt;P&gt; resident tmp&amp;nbsp; Where NOT Exists(Dossier_tmp,Dossier);&lt;/P&gt;&lt;P&gt;drop table tmp; &lt;/P&gt;&lt;P&gt;final:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load*,'Vide' as Charge_Vide;&lt;/P&gt;&lt;P&gt;load * Resident [COM_BI_Dossier_Cat] where (upper(Groupe_Complet_Vide)='V'); &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*,'Chargé' as Charge_Vide;&lt;/P&gt;&lt;P&gt;load * Resident [COM_BI_Dossier_Cat] where (upper(Groupe_Complet_Vide)&amp;lt;&amp;gt;'V'); &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;drop table [COM_BI_Dossier_Cat];&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;NoConcatenate&lt;/P&gt;&lt;P&gt;Fact_Final:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; Date_Embarquement,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plaque, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( Nombre_Carrier&amp;gt;1, 1, 0) as Flag_Doublon;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Embarquement,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plaque,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; count(Code_Carrier) as Nombre_Carrier&lt;/P&gt;&lt;P&gt;Resident final&lt;/P&gt;&lt;P&gt;Where Code_Ligne = 'MAR'&amp;nbsp; &lt;/P&gt;&lt;P&gt;Group by Date_Embarquement,Plaque&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;join(Fact_Final)&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; *&lt;/P&gt;&lt;P&gt;Resident final&lt;/P&gt;&lt;P&gt;Where Code_Ligne = 'MAR'&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i drop table final i have just informations of the Fact_Final,when i drop final i have just data of Fact Final what i should do ? &lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Mar 2017 13:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234061#M8160</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-03-18T13:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: error in code</title>
      <link>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234062#M8161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Mar 2017 14:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234062#M8161</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-03-18T14:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: error in code</title>
      <link>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234063#M8162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[COM_BI_Dossier_Cat]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; autonumber( date(date_dossier, 'DD/MM/YYYY'),'%Date ID')&amp;nbsp; as [%Date ID]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; ,CodAttivita as Code_Activite,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; ACTIVITE as Designation_Activite,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; sens as Sens,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; FilialeInserimento as Filiale_Creation_Dossier,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; FilOrigine as [Filiale Origine],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; PaysOrigine as [Pays Fililale Origine],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; FilialeDestino as [Filiale Destination],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; Code_Ligne as Code_Ligne,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; Dossier ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; ViaggioNave as Num_Voyage,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; date(date_dossier,'DD/MM/YYYY') as Date_Dossier,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; DateEmbarquement as Date_Embarquement,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; DateDebarquement as Date_Debarquement,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; VideCpltGrpg as Groupe_Complet_Vide,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; Plaque,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Parc,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; TypeMateriel as Type_Materiel,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DesCompagnia as Compagnie,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; Remorque as Remorque_Parc_HorsParc,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; // if(Code_Ligne='MAR' and Date_Embarquement )&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; ViaggioLinea as Voyage_Ligne,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; // ViaggioNave as Voyage_bateau,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; carrier as Code_Carrier&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Pays,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; geomakepoint(Latitude,Langitude) as PAYS2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;resident tmp&amp;nbsp; Where NOT Exists(Dossier_tmp,Dossier);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;drop table tmp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #ff0000;"&gt;Fact_Final&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Vide' as Charge_Vide&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Resident [COM_BI_Dossier_Cat]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Where Upper(Groupe_Complet_Vide) = 'V';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Concatenate (&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Fact_Final&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Chargé' as Charge_Vide&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Resident [COM_BI_Dossier_Cat]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Where Upper(Groupe_Complet_Vide) &amp;lt;&amp;gt; 'V';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;DROP Table [COM_BI_Dossier_Cat];&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Left Join (Fact_Final)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Load&amp;nbsp; Date_Embarquement,&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plaque,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Nombre_Carrier &amp;gt; 1, 1, 0) as Flag_Doublon;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;LOAD Date_Embarquement,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plaque,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count(Code_Carrier) as Nombre_Carrier&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Resident &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Fact_Final&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Where Code_Ligne = 'MAR' &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000;"&gt;Group by Date_Embarquement, Plaque;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;See if the above script works.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Mar 2017 16:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234063#M8162</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-18T16:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: error in code</title>
      <link>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234064#M8163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks i find a solution &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 08:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234064#M8163</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-03-19T08:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: error in code</title>
      <link>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234065#M8164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was the solution? Can you share that with us?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 13:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234065#M8164</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-19T13:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: error in code</title>
      <link>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234066#M8165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually this is the problem of the other problem posted,so it's not resolved and i tryed you code but it doesn't work what i can do &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 14:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234066#M8165</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-03-19T14:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: error in code</title>
      <link>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234067#M8166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually Sunny, we're trying to solve the same problem (I shared with friday) in a different way:&lt;/P&gt;&lt;P&gt;This is how we altered the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact_Final:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; Date_Embarquement,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plaque,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( Nombre_Carrier&amp;gt;1, 1, 0) as Flag_Doublon;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Embarquement,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plaque,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; count(Code_Carrier) as Nombre_Carrier&lt;/P&gt;&lt;P&gt;Resident final&lt;/P&gt;&lt;P&gt;Where Code_Ligne = 'MAR' &lt;/P&gt;&lt;P&gt;Group by Date_Embarquement,Plaque&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;join(Fact_Final)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; *&lt;/P&gt;&lt;P&gt;Resident final&lt;/P&gt;&lt;P&gt;Where Code_Ligne = 'MAR'&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * resident final where Code_Carrier &amp;lt;&amp;gt;'MAR';&lt;/P&gt;&lt;P&gt;drop table final;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in the presentation, we created a table like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As dimension; code_ligne , as column month of dates&lt;/P&gt;&lt;P&gt;and the expression is :&lt;/P&gt;&lt;P&gt;if (Code_Ligne='MAR',if (&lt;/P&gt;&lt;P&gt;Mod(count( distinct {&amp;lt;[Year of date]={$(=max([Year of date]))}, [Month of date]=,Timeframe='Annuel',Code_Ligne={'MAR'},Groupe_Complet_Vide={C,G},Flag_Doublon={1}&amp;gt;} Plaque),2)=1,&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Year of date]={$(=max([Year of date]))},Code_Ligne={'MAR'}, [Month of date]=,Timeframe='Annuel',Groupe_Complet_Vide={C,G},Flag_Doublon={1}&amp;gt;}Dossier)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;count(&amp;nbsp; {&amp;lt;[Year of date]={$(=max([Year of date]))},Code_Ligne={'MAR'}, [Month of date]=,Timeframe='Annuel',Groupe_Complet_Vide={C,G},Flag_Doublon={1}&amp;gt;} Plaque)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Year of date]={$(=max([Year of date]))},Code_Ligne={'MAR'},[Month of date]=,Timeframe='Annuel',Groupe_Complet_Vide={C,G},Flag_Doublon={0}&amp;gt;}Dossier),&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Year of date]={$(=max([Year of date]))},[Month of date]=,Code_Ligne={'MAR'},Timeframe='Annuel',Groupe_Complet_Vide={C,G},Flag_Doublon={1}&amp;gt;}Dossier)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;count( distinct {&amp;lt;[Year of date]={$(=max([Year of date]))},[Month of date]=,Code_Ligne={'MAR'},Timeframe='Annuel',Groupe_Complet_Vide={C,G},Flag_Doublon={1}&amp;gt;} Plaque)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Year of date]={$(=max([Year of date]))},[Month of date]=,Timeframe='Annuel',Code_Ligne={'MAR'},Groupe_Complet_Vide={C,G},Flag_Doublon={0}&amp;gt;}Dossier)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Year of date]={$(=max([Year of date]))}, [Month of date]=,Groupe_Complet_Vide={C,G}&amp;gt;}Dossier))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the table is as follow and all the values are correct :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="156760" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156760_Capture.PNG" style="height: 262px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if I choose a month, the values mustn't change at all : BUT when&amp;nbsp; I do, only the values of Ligne Maroc change (wrong values), only the month selected returns a correct value(iin this case, I selected Month : Mai)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="156767" alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/156767_Capture.PNG" style="height: 225px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I can't understand.&lt;/P&gt;&lt;P&gt;So &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌, if you can understand what could be causing this, your help would be much appreciated, as always !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 15:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234067#M8166</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2017-03-19T15:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: error in code</title>
      <link>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234068#M8167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ do you have any solution for this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 15:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234068#M8167</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-03-20T15:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: error in code</title>
      <link>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234069#M8168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to email me the application? I can take a look once I am home&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 17:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234069#M8168</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-20T17:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: error in code</title>
      <link>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234070#M8169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny for your help the solution was &lt;/P&gt;&lt;P&gt;if (Only({&amp;lt;[Month of date]&amp;gt;}Pays)='MAR',&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 13:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/error-in-code/m-p/1234070#M8169</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-03-22T13:30:15Z</dc:date>
    </item>
  </channel>
</rss>

