<?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: Minus select months - qlik sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Minus-select-months-qlik-sense/m-p/977872#M14101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no joy with this one, Week Beginning Septembers dates remains the same no change, but Week Beginning Octobers dates, its taking off Septembers delivery dates too as well as October,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2015 08:30:05 GMT</pubDate>
    <dc:creator>joeybird</dc:creator>
    <dc:date>2015-10-15T08:30:05Z</dc:date>
    <item>
      <title>Minus select months - qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Minus-select-months-qlik-sense/m-p/977870#M14099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a expression as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt; Delivery_Date-= {"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today())))"} &amp;gt;}Customer_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This calculation works great to minus current month (oct 2015) delivery date data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart that shows dimension week beginning (Order_Week)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I amend the calculation above so that if the week beginning is e.g September , it will minus any (October 2015) delivery date data + (September 2015) delivery date data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 11:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Minus-select-months-qlik-sense/m-p/977870#M14099</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-14T11:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Minus select months - qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Minus-select-months-qlik-sense/m-p/977871#M14100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the week begins in the prior month and you want that week bucket to include the days in that week from the prior month, try using the weekstart() function to take the monthstart date and push the date back to the first day of that day's week:&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;count({$&amp;lt; Delivery_Date-= {"$(='&amp;gt;=' &amp;amp; Date(WeekStart(MonthStart(Today()))) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today())))"} &amp;gt;}Customer_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 15:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Minus-select-months-qlik-sense/m-p/977871#M14100</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-10-14T15:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Minus select months - qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Minus-select-months-qlik-sense/m-p/977872#M14101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no joy with this one, Week Beginning Septembers dates remains the same no change, but Week Beginning Octobers dates, its taking off Septembers delivery dates too as well as October,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 08:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Minus-select-months-qlik-sense/m-p/977872#M14101</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-15T08:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Minus select months - qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Minus-select-months-qlik-sense/m-p/977873#M14102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a way of an expression that if Week beginning Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;21/09/2015, has the Month of September&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it excludes any customers that have Delivery dates in September&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;21/08/2015, has the Month of August&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it excludes any customers that have Delivery dates in August&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 15:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Minus-select-months-qlik-sense/m-p/977873#M14102</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-15T15:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Minus select months - qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Minus-select-months-qlik-sense/m-p/977874#M14103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joanna - i put some sample data together in a table that is shown below on the left. Some data spans different months but falls in the same week. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the title of each chart you can see the set analysis.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My syntax is a little different to yours. Do you want to check that next ?&amp;nbsp; i can share the app too if you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( {$-&amp;lt;Delivery_Date={"&amp;gt;=$(=Weekstart(MonthStart(Today())))&amp;lt;=$(=Today())"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102255_Capture.PNG" style="height: 318px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 15:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Minus-select-months-qlik-sense/m-p/977874#M14103</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-10-16T15:30:25Z</dc:date>
    </item>
  </channel>
</rss>

