<?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: Need Only selected year to show up in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743253#M472250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you just mean January for each of the two years? Or 1 full year and just january from the other?&lt;/P&gt;&lt;P&gt;If it's the first you should just be able to select the years and month you want.&lt;/P&gt;&lt;P&gt;If it's the latter, you might need to use a year&amp;amp;month concatenated field and select within that, to be able to select all of 2013 for example and then just January 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 22:15:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-21T22:15:14Z</dc:date>
    <item>
      <title>Need Only selected year to show up</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743250#M472247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need (through set analysis) to show selected years or months on this chart depending what the user selects:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="355" src="https://community.qlik.com/legacyfs/online/75870_pastedImage_0.png" style="width: 717px; height: 355.03064516129px;" width="717" /&gt;&lt;/P&gt;&lt;P&gt;for example, when they select a year of 2014, I would only like the red line to show up. if they pick two months (i.e. Jan-Feb), along with 2014, I want to see the red line only for those two months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The equations I have right now for the three expressions are as follows in descending order of year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;sum({$&amp;lt;Year= {$(=Year(Today()))}&amp;gt;} MembershipFlag)&lt;/LI&gt;&lt;LI&gt;sum({$&amp;lt;Year= {$(=Year(Today())-1)}&amp;gt;} MembershipFlag)&lt;/LI&gt;&lt;LI&gt;sum({$&amp;lt;Year= {$(=Year(Today())-2)}&amp;gt;} MembershipFlag)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 20:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743250#M472247</guid>
      <dc:creator />
      <dc:date>2015-01-21T20:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need Only selected year to show up</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743251#M472248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like you want chart to behave according to selections.&amp;nbsp; Set analysis is needed when you want to override selections.&amp;nbsp; So, in you case set analysis is not needed.&amp;nbsp; Instead, add Year as a dimension to your chart, and expression will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(MembershipFlag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 20:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743251#M472248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-21T20:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need Only selected year to show up</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743252#M472249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amazing, thank you. However, I need to push out reports of this chart from a month ago. For example, I want to show the last 2 years on that report with only January selected slated out the 1st of February. Does that make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 21:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743252#M472249</guid>
      <dc:creator />
      <dc:date>2015-01-21T21:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need Only selected year to show up</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743253#M472250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you just mean January for each of the two years? Or 1 full year and just january from the other?&lt;/P&gt;&lt;P&gt;If it's the first you should just be able to select the years and month you want.&lt;/P&gt;&lt;P&gt;If it's the latter, you might need to use a year&amp;amp;month concatenated field and select within that, to be able to select all of 2013 for example and then just January 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 22:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743253#M472250</guid>
      <dc:creator />
      <dc:date>2015-01-21T22:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need Only selected year to show up</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743254#M472251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup! Makes sense to me. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 22:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743254#M472251</guid>
      <dc:creator />
      <dc:date>2015-01-21T22:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need Only selected year to show up</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743255#M472252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no problem glad to help, also great name &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 22:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743255#M472252</guid>
      <dc:creator />
      <dc:date>2015-01-21T22:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need Only selected year to show up</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743256#M472253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hah! Same to you... though your last name needs some work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 22:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Only-selected-year-to-show-up/m-p/743256#M472253</guid>
      <dc:creator />
      <dc:date>2015-01-21T22:24:23Z</dc:date>
    </item>
  </channel>
</rss>

