<?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: With and without year selection counts are mismatching in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734557#M452519</link>
    <description>&lt;P&gt;May be try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;Year = {'2020'}&amp;gt;}Aggr(

If(MaxString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number) - MinString({1&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number) &amp;gt; 0,

If(MaxString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number) &amp;gt; MinString({&amp;lt;NewFlag_Ignore={'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number),

MaxString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number) - MinString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number), ''))

, Drawing_Roo_Program_Key))&lt;/LI-CODE&gt;&lt;P&gt;But it seems like this could be converted to this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({&amp;lt;Year = {'2020'}&amp;gt;}Aggr(

RangeMax(MaxString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number) - MinString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number), 0)

, Drawing_Roo_Program_Key))&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 10 Aug 2020 15:06:28 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2020-08-10T15:06:28Z</dc:date>
    <item>
      <title>With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734552#M452517</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello Team,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hope you all doing great!!!!!&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Dimension&lt;/FONT&gt; :-&amp;nbsp; If(Year="2020",Year)&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Expression&lt;/FONT&gt; :-&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Count(aggr( if((MaxString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)-MinString({1&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number))&amp;gt;0,&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;if((MaxString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number))&amp;gt;(MinString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)),&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;(MaxString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)-MinString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)),'')),Drawing_Roo_Program_Key))&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;If i am making year selection i.e 2020 in this case i am getting current count as "&lt;FONT color="#FF0000"&gt;349&lt;/FONT&gt;"&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i am deselecting the Year selection count are mismatching i.e&amp;nbsp; "&lt;FONT color="#FF0000"&gt;103&lt;FONT color="#000000"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;Thank you looking for positive reply:)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;@&lt;SPAN&gt;bharathadde&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 14:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734552#M452517</guid>
      <dc:creator>agastya</dc:creator>
      <dc:date>2020-08-10T14:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734557#M452519</link>
      <description>&lt;P&gt;May be try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;Year = {'2020'}&amp;gt;}Aggr(

If(MaxString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number) - MinString({1&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number) &amp;gt; 0,

If(MaxString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number) &amp;gt; MinString({&amp;lt;NewFlag_Ignore={'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number),

MaxString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number) - MinString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number), ''))

, Drawing_Roo_Program_Key))&lt;/LI-CODE&gt;&lt;P&gt;But it seems like this could be converted to this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({&amp;lt;Year = {'2020'}&amp;gt;}Aggr(

RangeMax(MaxString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number) - MinString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number), 0)

, Drawing_Roo_Program_Key))&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 10 Aug 2020 15:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734557#M452519</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-10T15:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734570#M452521</link>
      <description>&lt;P&gt;Used above range max formula "103" count written with/Without selection year filter&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 15:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734570#M452521</guid>
      <dc:creator>agastya</dc:creator>
      <dc:date>2020-08-10T15:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734571#M452522</link>
      <description>&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;349&lt;/STRONG&gt; &lt;/FONT&gt;value will reflect with/Without selection&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 15:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734571#M452522</guid>
      <dc:creator>agastya</dc:creator>
      <dc:date>2020-08-10T15:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734586#M452523</link>
      <description>&lt;P&gt;How about this?&lt;/P&gt;&lt;PRE&gt;Count({&amp;lt;Year = {'2020'}&amp;gt;}Aggr(

If(MaxString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number) - MinString({1&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number) &amp;gt; 0,

If(MaxString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number) &amp;gt; MinString({&amp;lt;NewFlag_Ignore={'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number),

MaxString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number) - MinString({&amp;lt;NewFlag_Ignore = {'N'}, Year = {'2020'}&amp;gt;} DRAWING_REVISION_Number), ''))

, Drawing_Roo_Program_Key))&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Aug 2020 17:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734586#M452523</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-10T17:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734696#M452525</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tired both the expression unfortunately&amp;nbsp; no luck &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/63551"&gt;@Sunny&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 06:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734696#M452525</guid>
      <dc:creator>agastya</dc:creator>
      <dc:date>2020-08-11T06:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734724#M452528</link>
      <description>&lt;P&gt;Issue is that&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Count({1&amp;lt;Drawing_Roo_Program_Key=p(Drawing_Roo_Program_Key)&amp;gt;} aggr(if(aggr(MaxString({&amp;lt; NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)-MinString({1&amp;lt; NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number),Drawing_Roo_Program_Key)&amp;gt;0,&lt;BR /&gt;if((MaxString({&amp;lt; NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number))&amp;gt;(MinString({&amp;lt; NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)),&lt;BR /&gt;(MaxString({&amp;lt; NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)-MinString({&amp;lt; NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)),'')),Drawing_Roo_Program_Key)))&lt;/P&gt;&lt;P&gt;When i am selecting 2020 year filter some of the record which is in 2019,2028&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vis_1-1597134712588.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38800i1AD76844041123FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vis_1-1597134712588.png" alt="Vis_1-1597134712588.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;expected o/p&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vis_2-1597134770688.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38801i45FA6518D3A50C08/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vis_2-1597134770688.png" alt="Vis_2-1597134770688.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 08:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734724#M452528</guid>
      <dc:creator>agastya</dc:creator>
      <dc:date>2020-08-11T08:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734751#M452529</link>
      <description>&lt;P&gt;Some of the records are from 2018 and 2019? But you still want to see them against 2020? Can you elaborate on why are you doing this?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 10:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734751#M452529</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-11T10:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734786#M452531</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vis_1-1597143048272.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38806i0255CB6BC4C0A190/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vis_1-1597143048272.png" alt="Vis_1-1597143048272.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the above image selected year is 2020 but couple of Drawing_root_key which is active in 2018 and 2019 as well .&lt;/P&gt;&lt;P&gt;so when i am selecting 2020 year all possible combination will going to consider in 2020&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 11:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734786#M452531</guid>
      <dc:creator>agastya</dc:creator>
      <dc:date>2020-08-11T11:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734798#M452533</link>
      <description>&lt;P&gt;Okay so that make sense, I can get you the result when 2020 is selected, but what happens when 2020 is not selected? How would the result look then? Or will you always display this for the most recent year?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 12:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734798#M452533</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-11T12:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734806#M452534</link>
      <description>&lt;P&gt;When 2020 is not selected still it will show 349 count only&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;something like this(sample)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vis_0-1597148854733.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38811i7C2533E7D6F6A731/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vis_0-1597148854733.png" alt="Vis_0-1597148854733.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 12:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734806#M452534</guid>
      <dc:creator>agastya</dc:creator>
      <dc:date>2020-08-11T12:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734808#M452536</link>
      <description>&lt;P&gt;Would it be possible for you to share a sample?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 12:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734808#M452536</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-11T12:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734812#M452538</link>
      <description>&lt;P&gt;&lt;FONT color="#FF0000"&gt;=Count({aggr(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;if((MaxString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)-MinString({&amp;lt;NewFlag_Ignore={'N'},Created_Year=&amp;gt;}DRAWING_REVISION_Number))&amp;gt;0,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;if((MaxString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number))&amp;gt;(MinString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;(MaxString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)-MinString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)),'')),Drawing_Roo_Program_Key))&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using Above expression&lt;/P&gt;&lt;P&gt;Above expression giving correct o/p with selection without other possible years data not including in the Selected year (2020)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 12:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734812#M452538</guid>
      <dc:creator>agastya</dc:creator>
      <dc:date>2020-08-11T12:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734816#M452539</link>
      <description>&lt;P&gt;okay, but you still need help with without selection, correct? Can you share a sample so that we can help you with that?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 12:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734816#M452539</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-11T12:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734819#M452540</link>
      <description>&lt;P&gt;Sunny i can't share any sample customer confidential&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help me out to modified the expression /how can i include possible value which is reflecting in other years.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 12:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734819#M452540</guid>
      <dc:creator>agastya</dc:creator>
      <dc:date>2020-08-11T12:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734820#M452541</link>
      <description>&lt;P&gt;I am not asking to share confidential data. All I need is a sample where I can see the issue... and this can be done in mocked up sample where the data is all made up data.&lt;/P&gt;&lt;P&gt;I am not sure I understand what you have which is why I am having issues in giving you an expression which works.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 12:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734820#M452541</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-11T12:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734835#M452542</link>
      <description>&lt;P&gt;Final expression :-=&lt;/P&gt;&lt;P&gt;=Count({1}aggr(&lt;BR /&gt;if((MaxString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)-MinString({1&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number))&amp;gt;0,&lt;BR /&gt;if((MaxString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number))&amp;gt;(MinString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)),&lt;BR /&gt;(MaxString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)-MinString({&amp;lt;NewFlag_Ignore={'N'}&amp;gt;}DRAWING_REVISION_Number)),'')),Drawing_Roo_Program_Key))&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 13:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734835#M452542</guid>
      <dc:creator>agastya</dc:creator>
      <dc:date>2020-08-11T13:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734848#M452544</link>
      <description>&lt;P&gt;This worked?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 14:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734848#M452544</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-11T14:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734875#M452546</link>
      <description>&lt;P&gt;Working for with selection not for without selection:(&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 14:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734875#M452546</guid>
      <dc:creator>agastya</dc:creator>
      <dc:date>2020-08-11T14:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: With and without year selection counts are mismatching</title>
      <link>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734957#M452554</link>
      <description>&lt;P&gt;okay, I am not sure how to help with just looking at the expression. May be someone else can&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 18:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-and-without-year-selection-counts-are-mismatching/m-p/1734957#M452554</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-11T18:21:37Z</dc:date>
    </item>
  </channel>
</rss>

