<?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: Show last 6 months when selecting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235901#M858094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here you have with different data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2017 22:32:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-25T22:32:28Z</dc:date>
    <item>
      <title>Show last 6 months when selecting</title>
      <link>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235894#M858087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to show the last 6 months when selecting a date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date is my dimension and its format is yyyymm &lt;/P&gt;&lt;P&gt;sales is an expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;date={'&amp;gt;=$(=AddMonths(Max(date),-5)) &amp;lt;=$(=(Max(date)))'}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not working and i do not understand why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope you can help me.&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/Show-last-6-months-when-selecting/m-p/1235894#M858087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show last 6 months when selecting</title>
      <link>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235895#M858088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 is the identifier in your set to ignore current selections.&lt;/P&gt;&lt;P&gt;Try removing 1 and select date and see if you getting any results?&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;= sum({&amp;lt;date={ ' &amp;gt;= $(=AddMonths(Max(date),-5)) &amp;lt;= $(=Max(date)) ' }&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 20:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235895#M858088</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-25T20:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show last 6 months when selecting</title>
      <link>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235896#M858089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 21:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235896#M858089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-25T21:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show last 6 months when selecting</title>
      <link>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235897#M858090</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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;= sum({&amp;lt;date={ " &amp;gt;= $(= Date(AddMonths(Max(date),-5))) &amp;lt;= $(=Max(date)) " }&amp;gt;} sales)&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;OR&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;= sum({&amp;lt;date={ " $(= '&amp;gt;=' &amp;amp; AddMonths(Max(date),-5))&amp;nbsp; &amp;amp; '&amp;lt;=' &amp;amp; Max(date)) " }&amp;gt;} sales)&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;Can you share a sample app if possible? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 21:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235897#M858090</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-25T21:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Show last 6 months when selecting</title>
      <link>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235898#M858091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mm i think that date is making it wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¿it is always my dimension ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 21:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235898#M858091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-25T21:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Show last 6 months when selecting</title>
      <link>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235899#M858092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here i attached you some sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 21:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235899#M858092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-25T21:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show last 6 months when selecting</title>
      <link>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235900#M858093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send me correct dates, when i used max date i got 210607 is this correct ? If i do addmonths -5 it is giving 210602 which is not there in the data.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 22:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235900#M858093</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-25T22:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Show last 6 months when selecting</title>
      <link>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235901#M858094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here you have with different data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 22:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235901#M858094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-25T22:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Show last 6 months when selecting</title>
      <link>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235902#M858095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When ever we deal with dates from excel we need to convert them to proper dates and work on them, that is how i do personally else things wont work properly. So, i have created my own excel sheet and worked on it. I have also created couple of variables for ease. Just press ctrl+alt+v to view them. Please find attached the excel sheet that replicates your data and sample file i worked on. Let me know if this is what you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 23:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235902#M858095</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-25T23:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Show last 6 months when selecting</title>
      <link>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235903#M858097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works fine. thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 23:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-last-6-months-when-selecting/m-p/1235903#M858097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-25T23:44:35Z</dc:date>
    </item>
  </channel>
</rss>

