<?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: Set analysis - ignore selection doesn't work in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552202#M743988</link>
    <description>&lt;P&gt;Where do you use this , if you use this ina text box/kpi it shall give you the correct answer. If in a table you need to tell us what are the dimensions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2019 08:47:47 GMT</pubDate>
    <dc:creator>pradosh_thakur</dc:creator>
    <dc:date>2019-03-05T08:47:47Z</dc:date>
    <item>
      <title>Set analysis - ignore selection doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552193#M743986</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a filter PreviousMonth which gives me the Date range 2019-02-01 to 2019-02-28&lt;/P&gt;&lt;P&gt;However I need to make an exception to ignore this in an expression in order to get the sum value for yesterday (2019-03-04), which is the same as max(Date) in my application&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;PreviousMonth=,&amp;nbsp; Date={"$(=max(Date))"}&amp;gt;}value)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This doesn't work, anyone know why? I only get the value for 2019-02-28 with the above expression.&lt;/P&gt;&lt;P&gt;I cannot use {1} either as that ignores everything, i need to only ignore PreviousMonth. Any help would be appreciated&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552193#M743986</guid>
      <dc:creator>joeallen</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignore selection doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552201#M743987</link>
      <description>you got it because of max(Date), why did you use it?&lt;BR /&gt;what about using: sum( {&amp;lt; PreviousMonth &amp;gt;} value )</description>
      <pubDate>Tue, 05 Mar 2019 08:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552201#M743987</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2019-03-05T08:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignore selection doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552202#M743988</link>
      <description>&lt;P&gt;Where do you use this , if you use this ina text box/kpi it shall give you the correct answer. If in a table you need to tell us what are the dimensions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 08:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552202#M743988</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-03-05T08:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignore selection doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552211#M743989</link>
      <description>it's in a textbox without dimensions, it doesn't work...</description>
      <pubDate>Tue, 05 Mar 2019 08:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552211#M743989</guid>
      <dc:creator>joeallen</dc:creator>
      <dc:date>2019-03-05T08:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignore selection doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552224#M743990</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/8329"&gt;@joeallen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you provide test qvw?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 09:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552224#M743990</guid>
      <dc:creator>mrybalko</dc:creator>
      <dc:date>2019-03-05T09:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignore selection doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552341#M743991</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35960"&gt;@mrybalko&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is sample provided&lt;/P&gt;&lt;P&gt;Just to reiterate:&lt;/P&gt;&lt;P&gt;I want the expression to ignore "PreviousMonth", when it's active, i.e. set to Yes.&lt;/P&gt;&lt;P&gt;So I want it to show the sum value for max(date), which is 2019-03-04, which is 8156185.05&lt;/P&gt;&lt;P&gt;But it shows the value for 2019-02-28, which is 9610818.95, even if i have PreviousMonth= in the expression.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 11:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552341#M743991</guid>
      <dc:creator>joeallen</dc:creator>
      <dc:date>2019-03-05T11:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignore selection doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552451#M743992</link>
      <description>&lt;PRE&gt;=sum({&amp;lt;PreviousMonth=,  Date={'$(=max({&amp;lt;PreviousMonth=&amp;gt;}Date))'}&amp;gt;}ValueEUR)&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Mar 2019 14:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552451#M743992</guid>
      <dc:creator>mrybalko</dc:creator>
      <dc:date>2019-03-05T14:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignore selection doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552454#M743993</link>
      <description>thank you! i didnt know you had to write the ignore field inside the max function...</description>
      <pubDate>Tue, 05 Mar 2019 14:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignore-selection-doesn-t-work/m-p/1552454#M743993</guid>
      <dc:creator>joeallen</dc:creator>
      <dc:date>2019-03-05T14:48:28Z</dc:date>
    </item>
  </channel>
</rss>

