<?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 Compare 2  excel  weeks column in the same table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Compare-2-excel-weeks-column-in-the-same-table/m-p/1797113#M64440</link>
    <description>&lt;P&gt;&amp;nbsp;I want to count rows&amp;nbsp; where&amp;nbsp; &amp;nbsp;week1 column &amp;lt;=&amp;nbsp; week2 column&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what i tried but it shows 0&amp;nbsp; as a result !&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&amp;nbsp; &amp;nbsp;id&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;from&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[table.xlsx] &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;where&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MakeWeekDate(year(now()),Replace(week1,'S','')),'MM/yyyy')&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;lt; = &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date( MakeWeekDate(year(now()),Replace(week2,'S','')),'MM/yyyy' ) ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;I&amp;nbsp; &amp;nbsp; write&lt;STRONG&gt; count(id)&amp;nbsp;&lt;/STRONG&gt; in my&amp;nbsp; Text object expression&amp;nbsp; &amp;nbsp; :&amp;nbsp; IT shows me&amp;nbsp; Zero&amp;nbsp; while i have 2 rows&amp;nbsp; matching with my&amp;nbsp; where condition !&lt;/P&gt;&lt;P&gt;PS:&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;Date( MakeWeekDate(year(now()),Replace(week2,'S','')),'MM/yyyy' )&amp;nbsp; &amp;nbsp;: this&amp;nbsp; expression is correct&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exemple :&amp;nbsp; Week1 = S1&amp;nbsp; = 01/2021&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I appreciate&amp;nbsp; &amp;nbsp;you&amp;nbsp; &amp;nbsp;help !&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 17:18:55 GMT</pubDate>
    <dc:creator>emyemyemy</dc:creator>
    <dc:date>2024-11-16T17:18:55Z</dc:date>
    <item>
      <title>Compare 2  excel  weeks column in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Compare-2-excel-weeks-column-in-the-same-table/m-p/1797113#M64440</link>
      <description>&lt;P&gt;&amp;nbsp;I want to count rows&amp;nbsp; where&amp;nbsp; &amp;nbsp;week1 column &amp;lt;=&amp;nbsp; week2 column&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what i tried but it shows 0&amp;nbsp; as a result !&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&amp;nbsp; &amp;nbsp;id&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;from&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[table.xlsx] &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;where&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MakeWeekDate(year(now()),Replace(week1,'S','')),'MM/yyyy')&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;lt; = &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date( MakeWeekDate(year(now()),Replace(week2,'S','')),'MM/yyyy' ) ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;I&amp;nbsp; &amp;nbsp; write&lt;STRONG&gt; count(id)&amp;nbsp;&lt;/STRONG&gt; in my&amp;nbsp; Text object expression&amp;nbsp; &amp;nbsp; :&amp;nbsp; IT shows me&amp;nbsp; Zero&amp;nbsp; while i have 2 rows&amp;nbsp; matching with my&amp;nbsp; where condition !&lt;/P&gt;&lt;P&gt;PS:&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;Date( MakeWeekDate(year(now()),Replace(week2,'S','')),'MM/yyyy' )&amp;nbsp; &amp;nbsp;: this&amp;nbsp; expression is correct&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exemple :&amp;nbsp; Week1 = S1&amp;nbsp; = 01/2021&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I appreciate&amp;nbsp; &amp;nbsp;you&amp;nbsp; &amp;nbsp;help !&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Compare-2-excel-weeks-column-in-the-same-table/m-p/1797113#M64440</guid>
      <dc:creator>emyemyemy</dc:creator>
      <dc:date>2024-11-16T17:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2  excel  weeks column in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Compare-2-excel-weeks-column-in-the-same-table/m-p/1797130#M64443</link>
      <description>&lt;P&gt;I&amp;nbsp; figured out&amp;nbsp; the problem&amp;nbsp; :&lt;/P&gt;&lt;P&gt;My second column (week2 ) name was divided on 3 parts separated&amp;nbsp; like this&lt;STRONG&gt; [ date plannified installation ]&amp;nbsp;&lt;/STRONG&gt; i hv&amp;nbsp; concatenated&amp;nbsp; to be&lt;STRONG&gt; [ DatePlannified installation ] writed&amp;nbsp; in 2 parts and&amp;nbsp; &amp;nbsp; it works .&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 09:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Compare-2-excel-weeks-column-in-the-same-table/m-p/1797130#M64443</guid>
      <dc:creator>emyemyemy</dc:creator>
      <dc:date>2021-04-06T09:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2  excel  weeks column in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Compare-2-excel-weeks-column-in-the-same-table/m-p/1797133#M64444</link>
      <description>&lt;P&gt;&amp;nbsp;the code i write in my question is correct&amp;nbsp; &amp;nbsp;if any one need it&amp;nbsp; &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 09:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Compare-2-excel-weeks-column-in-the-same-table/m-p/1797133#M64444</guid>
      <dc:creator>emyemyemy</dc:creator>
      <dc:date>2021-04-06T09:45:14Z</dc:date>
    </item>
  </channel>
</rss>

