<?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: MTD Date Count to MTD in Straight Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563370#M441478</link>
    <description>&lt;P&gt;Thank you, Vegar!! This works as Expected.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2019 09:41:10 GMT</pubDate>
    <dc:creator>rammarthi</dc:creator>
    <dc:date>2019-04-01T09:41:10Z</dc:date>
    <item>
      <title>MTD Date Count to MTD in Straight Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563159#M441468</link>
      <description>&lt;P&gt;I have a dimension and a date column. Now starting every month I wanted count of days till latest date (count of dates in MTD format) in a column.&lt;/P&gt;&lt;P&gt;A sample file is attached for reference.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563159#M441468</guid>
      <dc:creator>rammarthi</dc:creator>
      <dc:date>2024-11-16T04:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Date Count to MTD in Straight Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563164#M441469</link>
      <description>Did you apply some special logic to your calculation, hence 1/7/2018 gets value 5?&lt;BR /&gt;&lt;BR /&gt;Without any special logic you should get what you are looking for by using the Day() function.&lt;BR /&gt;&lt;BR /&gt;Load&lt;BR /&gt;Date,&lt;BR /&gt;Day(Date) as DayInMonth&lt;BR /&gt;...&lt;BR /&gt;</description>
      <pubDate>Sun, 31 Mar 2019 08:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563164#M441469</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-31T08:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Date Count to MTD in Straight Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563165#M441470</link>
      <description>You will find an overview of all available date and time functions in the Qlik help page: &lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/date-time-functions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/date-time-functions.htm&lt;/A&gt;</description>
      <pubDate>Sun, 31 Mar 2019 08:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563165#M441470</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-31T08:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Date Count to MTD in Straight Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563276#M441473</link>
      <description>&lt;P&gt;Yes we have taken only working days into account. Assume all the missing dates are holidays.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 06:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563276#M441473</guid>
      <dc:creator>rammarthi</dc:creator>
      <dc:date>2019-04-01T06:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Date Count to MTD in Straight Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563321#M441474</link>
      <description>&lt;P&gt;I also notice that you have diffrent definition of work days per Name. You can solve this issue with the following script. It is important that the DeteOfOrder is sorted in date order per Name.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;LOAD 
    Name, 
    Date(DateOfOrder) as DateOfOrder,
    autonumber(Name&amp;amp;DateOfOrder, hash256(Name, MonthName(DateOfOrder))) as  DaysCountToMTD
FROM
    "MTDdateCount.xlsx"
     (ooxml, embedded labels, header is 1 lines, table is Sheet1)&lt;BR /&gt;;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Apr 2019 08:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563321#M441474</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-04-01T08:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Date Count to MTD in Straight Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563370#M441478</link>
      <description>&lt;P&gt;Thank you, Vegar!! This works as Expected.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 09:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563370#M441478</guid>
      <dc:creator>rammarthi</dc:creator>
      <dc:date>2019-04-01T09:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Date Count to MTD in Straight Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563880#M441510</link>
      <description>Using a Rowno() function in straight table will give the same result&lt;BR /&gt;&lt;BR /&gt;Dimesion : Name , Month( Hide this column) , Date&lt;BR /&gt;&lt;BR /&gt;Expression : Rowno()&lt;BR /&gt;&lt;BR /&gt;Just sort the table by Name&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Apr 2019 12:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Date-Count-to-MTD-in-Straight-Chart/m-p/1563880#M441510</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2019-04-02T12:18:53Z</dc:date>
    </item>
  </channel>
</rss>

