<?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 Set Analysis Ignore Selections not working in Qlik Sense Cloud in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1956228#M337</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;I have the following expression:&amp;nbsp;sum({$&amp;lt;[Trading Year] = {$(vMaxTYear)}, [Trading Month] = {$(vMaxTMonth)}, [Trading Day in Year] = {"&amp;lt;=$(vMaxTDay)"}, [Year] = , [Month Year] = &amp;gt;} [Sales Value @LSP])&lt;/P&gt;
&lt;P&gt;This expression is supposed to ignore any selection done on [Year] and [Month Year]. However, my numbers change when I do a selection on&amp;nbsp; [Year].&lt;/P&gt;
&lt;P&gt;Is this a bug, or am I doing something wrong?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jean&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2025 23:08:30 GMT</pubDate>
    <dc:creator>Jean-R-Balde</dc:creator>
    <dc:date>2025-03-19T23:08:30Z</dc:date>
    <item>
      <title>Set Analysis Ignore Selections not working in Qlik Sense Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1956228#M337</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;I have the following expression:&amp;nbsp;sum({$&amp;lt;[Trading Year] = {$(vMaxTYear)}, [Trading Month] = {$(vMaxTMonth)}, [Trading Day in Year] = {"&amp;lt;=$(vMaxTDay)"}, [Year] = , [Month Year] = &amp;gt;} [Sales Value @LSP])&lt;/P&gt;
&lt;P&gt;This expression is supposed to ignore any selection done on [Year] and [Month Year]. However, my numbers change when I do a selection on&amp;nbsp; [Year].&lt;/P&gt;
&lt;P&gt;Is this a bug, or am I doing something wrong?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jean&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 23:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1956228#M337</guid>
      <dc:creator>Jean-R-Balde</dc:creator>
      <dc:date>2025-03-19T23:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Ignore Selections not working in Qlik Sense Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1956425#M338</link>
      <description>&lt;P&gt;I doubt that there is a bug here...&lt;/P&gt;&lt;P&gt;How are vMaxTYear, vMaxTMonth and vMaxTDay calculated? Do they depend on [Year] or on a field that changes when a selection is made in [Year]?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 11:52:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1956425#M338</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-07-15T11:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Ignore Selections not working in Qlik Sense Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1956716#M339</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&amp;nbsp;vMaxTYear, vMaxTMonth and vMaxTDay are not dependent on [Year]. They do depend on fields that change when selections are made in [Year]. However,&amp;nbsp;this should not be an issue because all selections made on [Year] should be ignored even in other fields.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2022 06:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1956716#M339</guid>
      <dc:creator>Jean-R-Balde</dc:creator>
      <dc:date>2022-07-16T06:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Ignore Selections not working in Qlik Sense Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1956892#M340</link>
      <description>&lt;P&gt;No, that's not how it works.&lt;/P&gt;&lt;P&gt;If the variables are defined through expressions, they are evaluated from current selection. I.e. the variable values can change when you make selections.&lt;/P&gt;&lt;P&gt;The set expression will create a new selection which is used for that specific aggregation, and in your set expression the selection in [Trading Year],&amp;nbsp;[Trading Month], and [Trading Day in Year] depend on current selection:&lt;/P&gt;&lt;P&gt;[Trading Year] = {$(vMaxTYear)},&lt;BR /&gt;[Trading Month] = {$(vMaxTMonth)},&lt;BR /&gt;[Trading Day in Year] = {"&amp;lt;=$(vMaxTDay)"},&lt;/P&gt;&lt;P&gt;So, your calculation may well change when you make a selection in [Year].&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 06:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1956892#M340</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-07-18T06:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Ignore Selections not working in Qlik Sense Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1957450#M345</link>
      <description>&lt;P&gt;Hi Henric.&lt;/P&gt;
&lt;P&gt;Thanks for your feedback. It is very helpful.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If the variables are defined through expressions and are evaluated from current selection, how can I change it to create MTD and YTD expressions? Do I also need to specify&amp;nbsp;[Year] = , [Month] = inside the variable definition?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 05:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1957450#M345</guid>
      <dc:creator>Jean-R-Balde</dc:creator>
      <dc:date>2022-07-19T05:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Ignore Selections not working in Qlik Sense Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1957476#M346</link>
      <description>&lt;P&gt;Yes, if you want your variables to be independent from your selection in these fields, then you need to specify "[Year] = , [Month] = " also inside the variable definition.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 06:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1957476#M346</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-07-19T06:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Ignore Selections not working in Qlik Sense Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1958737#M348</link>
      <description>&lt;P&gt;Thank you very much for your help, Henric.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 08:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Ignore-Selections-not-working-in-Qlik-Sense-Cloud/m-p/1958737#M348</guid>
      <dc:creator>Jean-R-Balde</dc:creator>
      <dc:date>2022-07-21T08:40:56Z</dc:date>
    </item>
  </channel>
</rss>

