<?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 Issue: Need to Exclude MonthName Selection in Expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Issue-Need-to-Exclude-MonthName-Selection-in-Expression/m-p/2525014#M106960</link>
    <description>&lt;P&gt;I want to exclude the MonthName field in the expression below. It's not working as expected — I want the selection of MonthName to be ignored, meaning the expression should not respond when MonthName is selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({&amp;lt; [Year-Month]= {"$(vMinMonth)"}, MonthName=,&lt;BR /&gt;ID = {"=Not Match(Concat(DISTINCT {&amp;lt;[Year-Month] = {'$(vMaxMonth)'}&amp;gt;} ID, ','), ID)"}&lt;BR /&gt;&amp;gt;} DISTINCT ID)&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jul 2025 06:14:34 GMT</pubDate>
    <dc:creator>sachin1</dc:creator>
    <dc:date>2025-07-23T06:14:34Z</dc:date>
    <item>
      <title>Issue: Need to Exclude MonthName Selection in Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-Need-to-Exclude-MonthName-Selection-in-Expression/m-p/2525014#M106960</link>
      <description>&lt;P&gt;I want to exclude the MonthName field in the expression below. It's not working as expected — I want the selection of MonthName to be ignored, meaning the expression should not respond when MonthName is selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({&amp;lt; [Year-Month]= {"$(vMinMonth)"}, MonthName=,&lt;BR /&gt;ID = {"=Not Match(Concat(DISTINCT {&amp;lt;[Year-Month] = {'$(vMaxMonth)'}&amp;gt;} ID, ','), ID)"}&lt;BR /&gt;&amp;gt;} DISTINCT ID)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 06:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-Need-to-Exclude-MonthName-Selection-in-Expression/m-p/2525014#M106960</guid>
      <dc:creator>sachin1</dc:creator>
      <dc:date>2025-07-23T06:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue: Need to Exclude MonthName Selection in Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-Need-to-Exclude-MonthName-Selection-in-Expression/m-p/2525067#M106967</link>
      <description>&lt;P&gt;The adjustment of the selection state needs to be applied within all expression-parts - means also within the concat(). Also you may look to replace the concat() approach with an e() or p(), maybe something in this way:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt; [Year-Month]= {"$(vMinMonth)"}, MonthName=,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ID = e({&amp;lt;[Year-Month] = {'$(vMaxMonth)'}, MonthName= &amp;gt;} ID)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;} DISTINCT ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Further check if the variables are responding on any MonthName selections.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 10:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-Need-to-Exclude-MonthName-Selection-in-Expression/m-p/2525067#M106967</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-07-23T10:27:14Z</dc:date>
    </item>
  </channel>
</rss>

