<?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: Count how many Tuesdays between 2 dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-how-many-Tuesdays-between-2-dates/m-p/1890930#M1217284</link>
    <description>&lt;P&gt;You may apply it in this way:&lt;/P&gt;
&lt;P&gt;count({&amp;lt; [Weekday] = {2}&amp;gt;} [Date])&lt;/P&gt;
&lt;P&gt;whereby weekday must exists as a native field within the data-model which is usually the case by using a master-calendar.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 12:01:57 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2022-02-09T12:01:57Z</dc:date>
    <item>
      <title>Count how many Tuesdays between 2 dates</title>
      <link>https://community.qlik.com/t5/QlikView/Count-how-many-Tuesdays-between-2-dates/m-p/1890845#M1217274</link>
      <description>&lt;P&gt;Is there a smart way of counting the number of Tuesdays there are between 2 dates ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 09:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-how-many-Tuesdays-between-2-dates/m-p/1890845#M1217274</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2022-02-09T09:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Count how many Tuesdays between 2 dates</title>
      <link>https://community.qlik.com/t5/QlikView/Count-how-many-Tuesdays-between-2-dates/m-p/1890876#M1217276</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;this expression should work for you&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=sum(if(weekday(dateField)=2,1,0))&lt;/LI-CODE&gt;
&lt;P&gt;You need to replace "dateField" with your actual date field.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 10:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-how-many-Tuesdays-between-2-dates/m-p/1890876#M1217276</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2022-02-09T10:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count how many Tuesdays between 2 dates</title>
      <link>https://community.qlik.com/t5/QlikView/Count-how-many-Tuesdays-between-2-dates/m-p/1890893#M1217280</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;I guess I can use set analysis to define the date range I'm interested in ?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 10:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-how-many-Tuesdays-between-2-dates/m-p/1890893#M1217280</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2022-02-09T10:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Count how many Tuesdays between 2 dates</title>
      <link>https://community.qlik.com/t5/QlikView/Count-how-many-Tuesdays-between-2-dates/m-p/1890930#M1217284</link>
      <description>&lt;P&gt;You may apply it in this way:&lt;/P&gt;
&lt;P&gt;count({&amp;lt; [Weekday] = {2}&amp;gt;} [Date])&lt;/P&gt;
&lt;P&gt;whereby weekday must exists as a native field within the data-model which is usually the case by using a master-calendar.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 12:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-how-many-Tuesdays-between-2-dates/m-p/1890930#M1217284</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-02-09T12:01:57Z</dc:date>
    </item>
  </channel>
</rss>

