<?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: MonthYear Filter issues in Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98691#M765261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think all you need is to try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({1&amp;lt;Year = $::Year, Quarter = $::Quarter, Month = $::Month, MonthYear = $::MonthYear, Region = $::Region, SubRegion = $::SubRegion, Country = $::Country, ProductName = $::ProductName, Segment = $::Segment&amp;gt;} TOTAL DISTINCT AccountID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where $:: will take care of this requirement&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(GetSelectedCount(MonthYear) &amp;gt; 0, Concat(DISTINCT MonthYear, ','), '*')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2018 10:32:30 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-07-18T10:32:30Z</dc:date>
    <item>
      <title>MonthYear Filter issues in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98686#M765256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #575757;"&gt;Hi Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #575757;"&gt;I am using below expression in my set analysis, it's working if I select any of the report filters apart from the month year filter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #575757;"&gt;count({1&amp;lt;Year={$(=vYear)},Quarter={$(=vQuarter)},Month={$(=vMonth)},&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;MonthYear={$(=vMonthYear)},&lt;/SPAN&gt;Region={'$(=vRegionl)'},SubRegion={'$(=vSubRegion)'}, Country ={'$(=vCounty)'},ProductName={'$(=vPrdName)'},Segment={'$(=vSeg)'},&amp;gt;} TOTAL distinct AccountID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #575757;"&gt;One of the variable value given below and same ways has created the expression for other filters in set modifier as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;vMonthYear = =if(GetSelectedCount(MonthYear)&amp;gt;0,concat(distinct MonthYear,','),'*')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Issue:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P 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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;If I select the value MonthYear filter on selection the above expression shows on text box is &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;"Error in Expression" ( please refer the below screen shot)&lt;/STRONG&gt;, but the same expression is working fine for other filter in the dashboard like Region, Year, Month ect...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="MonthYear Filter issue.PNG" class="jive-image image-1" src="/legacyfs/online/208148_MonthYear Filter issue.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Kindly suggest me on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;mr&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/MonthYear-Filter-issues-in-Set-analysis/m-p/98686#M765256</guid>
      <dc:creator>123qlik123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear Filter issues in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98687#M765257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the same error ina text box,&lt;/P&gt;&lt;P&gt;and it works with :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;={&amp;lt;MonthYear = &lt;STRONG&gt;{"=$(vMonthYear)"}&lt;/STRONG&gt; &amp;gt;} .......................)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 06:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98687#M765257</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-18T06:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear Filter issues in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98688#M765258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Try with quotes &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;MonthYear={&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;'&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;$(=vMonthYear)&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;'&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 06:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98688#M765258</guid>
      <dc:creator>pooja_prabhu_n</dc:creator>
      <dc:date>2018-07-18T06:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear Filter issues in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98689#M765259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with this option, it's showing null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 08:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98689#M765259</guid>
      <dc:creator>123qlik123</dc:creator>
      <dc:date>2018-07-18T08:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear Filter issues in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98690#M765260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with your option but the expression shows on text box is null. Thanks.!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 08:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98690#M765260</guid>
      <dc:creator>123qlik123</dc:creator>
      <dc:date>2018-07-18T08:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear Filter issues in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98691#M765261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think all you need is to try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({1&amp;lt;Year = $::Year, Quarter = $::Quarter, Month = $::Month, MonthYear = $::MonthYear, Region = $::Region, SubRegion = $::SubRegion, Country = $::Country, ProductName = $::ProductName, Segment = $::Segment&amp;gt;} TOTAL DISTINCT AccountID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where $:: will take care of this requirement&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(GetSelectedCount(MonthYear) &amp;gt; 0, Concat(DISTINCT MonthYear, ','), '*')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 10:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98691#M765261</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-18T10:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear Filter issues in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98692#M765262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;Still it's not working, issue remains same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 11:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98692#M765262</guid>
      <dc:creator>123qlik123</dc:creator>
      <dc:date>2018-07-18T11:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear Filter issues in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98693#M765263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample showing the non-working of the above? I would be curious to see what might be wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98693#M765263</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-18T15:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear Filter issues in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98694#M765264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure Sunny, will share you the sample file. It's not an urgent issue as of now. Thnx.!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 06:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthYear-Filter-issues-in-Set-analysis/m-p/98694#M765264</guid>
      <dc:creator>123qlik123</dc:creator>
      <dc:date>2018-07-19T06:41:01Z</dc:date>
    </item>
  </channel>
</rss>

