<?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: How can I calculate the number of wednesday exists in a date range? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81752#M785618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this Expression&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;=count({1&amp;lt;CalendarWeek={'Wed'},CalendarDate={"&amp;gt;=$(=Date#('01-01-2000','DD/MM/YYYY'))&amp;lt;=$(=Date#('31/01/2000','DD-MM-YYYY'))"}&amp;gt;}CalendarDate).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2018 08:22:02 GMT</pubDate>
    <dc:creator>Nagaraju_KCS</dc:creator>
    <dc:date>2018-03-12T08:22:02Z</dc:date>
    <item>
      <title>How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81745#M785611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;!Hi,&lt;/P&gt;&lt;P&gt;I have created a date filed and assign the value to a variable &lt;STRONG&gt;vDate &lt;/STRONG&gt;and I have a date range also and assign the value to a variable vRANGE. Now if the use select vDate as 24/1/2018 and range as 9, the I have to calculate the number of Wednesday which is actually the creation date in that range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO if vDate is 24/1/2018 and vRange is 9, the the date range is 15/1/2018 To 24/1/2018 and I need to calculate how many weekday means Sunday, Monday, Tuesday, Wednesday, Thrusday, Friday and Saturday is in between in that date range?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the below set analysis for this purpose:&lt;/P&gt;&lt;P&gt;count({$&amp;lt;CREATION_DATE={"&amp;gt;$(=(Date(Date#('$(vDATE)','M/DD/YYYY')-if('$(vRANGE)'='0','1','$(vRANGE)'))))&amp;lt;=$(vDATE)"}&amp;gt;}weekday(CREATION_DATE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it gives me nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so any idea will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip Ghosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81745#M785611</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81746#M785612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this set analysis part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your_date_field={"=weekday(your_date_field)=2"}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 14:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81746#M785612</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-09T14:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81747#M785613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't understand your point. Please clarify it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 14:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81747#M785613</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-03-09T14:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81748#M785614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on the title of your thread it is said that you want to: calculate the number of Wednesday that exist on range date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my suggestion is to add this to you expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;your_date_field={"=weekday(your_date_field)=2"} ==&amp;gt; to calculate the number of Wednesdays on your Date range.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 14:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81748#M785614</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-09T14:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81749#M785615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; &lt;/SPAN&gt;If want to know how many times the weekday of vDate occurs in a preceding period of vRange days and including vDate itself, then that number can be calculated simply as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;=floor(vRange/7)+1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. vDate=24/1/2018 and vRange=9 means that between 15/1/2018 and 24/1/2018 there are floor(9/7)+1 = 2 Wednesdays.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW this works in both directions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 14:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81749#M785615</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-03-09T14:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81750#M785616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;YOur calculations works for me, so what will be the calculation for&lt;/P&gt;&lt;P&gt;1. Saturday&lt;/P&gt;&lt;P&gt;2. Sunday,&lt;/P&gt;&lt;P&gt;3. Monday&lt;/P&gt;&lt;P&gt;4.Tuesday&lt;/P&gt;&lt;P&gt;5. thursday&lt;/P&gt;&lt;P&gt;and Friday also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in those case also. I am looking forward your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81750#M785616</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-03-09T15:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81751#M785617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please help for this purpose as I am looking forward to your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip Ghosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 07:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81751#M785617</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-03-12T07:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81752#M785618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this Expression&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;=count({1&amp;lt;CalendarWeek={'Wed'},CalendarDate={"&amp;gt;=$(=Date#('01-01-2000','DD/MM/YYYY'))&amp;lt;=$(=Date#('31/01/2000','DD-MM-YYYY'))"}&amp;gt;}CalendarDate).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 08:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81752#M785618</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2018-03-12T08:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81753#M785619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using the below set expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=count({$&amp;lt;Week_Day={'Wed'},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CREATION_DATE={"&amp;gt;$(=(Date(Date#('$(vDATE)','M/DD/YYYY')-if('$(vRANGE)'='0','1','$(vRANGE)'))))&amp;lt;=$(=Date#('$(vDATE)','M/DD/YYYY'))"}&amp;gt;}CREATION_DATE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;where I have to count the the number of Wednesday in a specific date range and &lt;STRONG&gt;vDATE is the variable name where I have put the date value and &lt;STRONG&gt;vRANGE is the date range which is actually is a numeric number.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;But this is not working for me. Please help me in this case.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 09:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81753#M785619</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-03-12T09:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81754#M785620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Week_day={'Wed'}, [Last Login Time]={"&amp;gt;=$(=date($(vMinLastlogin)))&amp;lt;=$(=date($(vMaxLastlogin)))"}&amp;gt;}DISTINCT [Last Login Time])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change Your variables..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works...!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 10:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81754#M785620</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2018-03-12T10:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81755#M785621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Can u Give me your sample qvw or qvf files file so that I can compare it with my application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 10:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81755#M785621</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-03-12T10:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81756#M785622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 10:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81756#M785622</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2018-03-12T10:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81757#M785623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have made my sample QVW FILE AND aTTACHED IT. But it does not work for me. Please...Please help me. !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 13:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81757#M785623</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-03-12T13:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81758#M785624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please correct me by checking the Apps . I am waiting for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 14:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81758#M785624</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-03-12T14:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81759#M785625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean with 'it doesn't work for me' exactly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your sample file uses two dates to define your range instead of a start date and a range number.&lt;/P&gt;&lt;P&gt;Besides this, you are counting field values. You can only count a Wednesday date if that date is part of your field values. Seems like your data misses some dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a master calendar to get around this or use a formula that does not work on your model, for example something like Peter suggested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 14:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81759#M785625</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-03-12T14:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81760#M785626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As&amp;nbsp; per your data WED having only two records,&lt;/P&gt;&lt;P&gt;These are the records, &lt;/P&gt;&lt;P&gt;1/17/2018 &lt;/P&gt;&lt;P&gt;1/24/2018 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 14:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81760#M785626</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2018-03-12T14:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81761#M785627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;substringcount ( concat(distinct (weekday(date(ValueLoop(num(Today()),num(Today())+9,1)))) ,',')),'Wed')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 04:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81761#M785627</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2018-03-13T04:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81762#M785628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used your code and it gives me error. Please can you correct it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 10:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81762#M785628</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-03-13T10:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81763#M785629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a closing parenthesis too much. Remove it. And remove the DISTINCT clause from the Concat() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubstringCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;weekday&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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;ValueLoop&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())+9,1)))) ,','),'Wed') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 10:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81763#M785629</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-03-13T10:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the number of wednesday exists in a date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81764#M785630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so according to your code wednesday count is showing as 2, but if you count the it it should show only 1(3/7/2018) as because the date range is 3/13/2018 To 3/5/2018. Please clarify me if I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please respond as I am waiting for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 10:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-calculate-the-number-of-wednesday-exists-in-a-date/m-p/81764#M785630</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-03-13T10:56:22Z</dc:date>
    </item>
  </channel>
</rss>

