<?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 Counting back to front in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Counting-back-to-front/m-p/1325169#M410100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys, how are you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, I have a doubt, I want to make a code that returns me something like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last network day of month = 1;&lt;/P&gt;&lt;P&gt;Penultimate &lt;SPAN style="font-size: 13.63636302948px;"&gt;network day of month = 2 and goes on...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;Sincerely, Luiz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Apr 2017 17:32:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-04-26T17:32:52Z</dc:date>
    <item>
      <title>Counting back to front</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-back-to-front/m-p/1325169#M410100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys, how are you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, I have a doubt, I want to make a code that returns me something like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last network day of month = 1;&lt;/P&gt;&lt;P&gt;Penultimate &lt;SPAN style="font-size: 13.63636302948px;"&gt;network day of month = 2 and goes on...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;Sincerely, Luiz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 17:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-back-to-front/m-p/1325169#M410100</guid>
      <dc:creator />
      <dc:date>2017-04-26T17:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Counting back to front</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-back-to-front/m-p/1325170#M410101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate more, dimension, expression, business need etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 18:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-back-to-front/m-p/1325170#M410101</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-04-26T18:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Counting back to front</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-back-to-front/m-p/1325171#M410102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to show how much is sold in the end of the month, how much it represents comparing with total. but I want to choose the range for example: in the last 3 days or 4 days. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 18:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-back-to-front/m-p/1325171#M410102</guid>
      <dc:creator />
      <dc:date>2017-04-26T18:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Counting back to front</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-back-to-front/m-p/1325172#M410103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try with monthend function, as such - &lt;/P&gt;&lt;P&gt;Datefield&amp;lt;=MonthEnd(Datefield) and Datefield &amp;gt; Date(MonthEnd(Datefield)-3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 18:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-back-to-front/m-p/1325172#M410103</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-04-26T18:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Counting back to front</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-back-to-front/m-p/1325173#M410104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have a calendar in your data model you can add a field with the number of days&lt;/P&gt;&lt;P&gt;last day of month = 1&lt;/P&gt;&lt;P&gt;......................... = 2&lt;/P&gt;&lt;P&gt;and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your chart you can use set analysis to filter the n last days of month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 18:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-back-to-front/m-p/1325173#M410104</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-04-26T18:46:31Z</dc:date>
    </item>
  </channel>
</rss>

