<?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: Exclude filter for Month Bar chart when selecting on the month filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-filter-for-Month-Bar-chart-when-selecting-on-the-month/m-p/131094#M19717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(&lt;SPAN style="color: #ff0000;"&gt;Only({1}&lt;/SPAN&gt; Dim&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;, Sum({&amp;lt;FISC_MONTH&amp;gt;}TOTAL measure), Sum({&amp;lt;FISC_MONTH&amp;gt;}measure))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2018 11:03:54 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-07-11T11:03:54Z</dc:date>
    <item>
      <title>Exclude filter for Month Bar chart when selecting on the month filter</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-filter-for-Month-Bar-chart-when-selecting-on-the-month/m-p/131092#M19715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have a tabular chart which shows sum(measure) per YTD and Months:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="chart01.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207551_chart01.png" style="height: 135px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have initially created this chart using &lt;EM&gt;&lt;STRONG&gt;Pick&lt;/STRONG&gt;&lt;/EM&gt; function. For the Dimension: &lt;EM&gt;&lt;STRONG&gt;=Pick(Dim,'YTD', FISC_MONTH)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Dim&lt;/STRONG&gt; &lt;/EM&gt;is a island table which contains values &lt;EM&gt;1,2,3&lt;/EM&gt;. &lt;EM&gt;&lt;STRONG&gt;FISC_MONTH&lt;/STRONG&gt; &lt;/EM&gt;is the fiscal months dimension&amp;nbsp; which contains values &lt;EM&gt;&lt;STRONG&gt;APR, MAY, JUNE etc&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;For the expression I've used this, &lt;EM&gt;&lt;STRONG&gt;Pick(Dim, SUM({&amp;lt;FISC_MONTH= &amp;gt;}TOTAL measure),SUM({&amp;lt;FISC_MONTH= &amp;gt;}measure))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;My issue now is that I have a Year and a Month filter. Month filter containing the &lt;EM&gt;FISC_MONTH&lt;/EM&gt; values. The chart needs to be filtered by the Year only, and the month filter will not affect the chart upon selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my expression, the YTD value on the chart is not affected as expected but the Months are affected (which should not) when selecting a month in the month filter. Is there any solution or work around on this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 09:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-filter-for-Month-Bar-chart-when-selecting-on-the-month/m-p/131092#M19715</guid>
      <dc:creator>qliknexus_kgcru</dc:creator>
      <dc:date>2018-07-11T09:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude filter for Month Bar chart when selecting on the month filter</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-filter-for-Month-Bar-chart-when-selecting-on-the-month/m-p/131093#M19716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Override the selection in your month field too:&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Pick(Dim, SUM({&amp;lt;FISC_MONTH= &amp;gt;}TOTAL measure),SUM({&amp;lt;&lt;SPAN style="color: #008000; text-decoration: underline;"&gt;MyMonthField=&lt;/SPAN&gt;,FISC_MONTH= &amp;gt;}measure))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 10:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-filter-for-Month-Bar-chart-when-selecting-on-the-month/m-p/131093#M19716</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-07-11T10:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude filter for Month Bar chart when selecting on the month filter</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-filter-for-Month-Bar-chart-when-selecting-on-the-month/m-p/131094#M19717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(&lt;SPAN style="color: #ff0000;"&gt;Only({1}&lt;/SPAN&gt; Dim&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;, Sum({&amp;lt;FISC_MONTH&amp;gt;}TOTAL measure), Sum({&amp;lt;FISC_MONTH&amp;gt;}measure))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 11:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-filter-for-Month-Bar-chart-when-selecting-on-the-month/m-p/131094#M19717</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-11T11:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude filter for Month Bar chart when selecting on the month filter</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-filter-for-Month-Bar-chart-when-selecting-on-the-month/m-p/131095#M19718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Hi Gysbert, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i only have one month field which is the FISC_MONTH, which i have already included in the expression. What MyMonthField are you pertaining to? Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 12:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-filter-for-Month-Bar-chart-when-selecting-on-the-month/m-p/131095#M19718</guid>
      <dc:creator>qliknexus_kgcru</dc:creator>
      <dc:date>2018-07-11T12:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude filter for Month Bar chart when selecting on the month filter</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-filter-for-Month-Bar-chart-when-selecting-on-the-month/m-p/131096#M19719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried this also but it didn't work. could it be that it's not working because i'm using &lt;STRONG&gt;&lt;EM&gt;FISC_MONTH&lt;/EM&gt;&lt;/STRONG&gt; as the dimension and set identifier? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 00:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-filter-for-Month-Bar-chart-when-selecting-on-the-month/m-p/131096#M19719</guid>
      <dc:creator>qliknexus_kgcru</dc:creator>
      <dc:date>2018-07-13T00:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude filter for Month Bar chart when selecting on the month filter</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-filter-for-Month-Bar-chart-when-selecting-on-the-month/m-p/131097#M19720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;could it be that it's not working because i'm using &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;&lt;EM&gt;FISC_MONTH&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; as the dimension and set identifier?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I don't think this is a problem...would you be able to share a sample to show the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 11:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-filter-for-Month-Bar-chart-when-selecting-on-the-month/m-p/131097#M19720</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-13T11:18:25Z</dc:date>
    </item>
  </channel>
</rss>

