<?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: Ignore selected filters and keep the one from Set Analisys in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ignore-selected-filters-and-keep-the-one-from-Set-Analisys/m-p/2533643#M108250</link>
    <description>&lt;P&gt;Maybe lie that?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum({$&amp;lt;&amp;nbsp;&lt;STRONG&gt; Product=,Customer=,&lt;/STRONG&gt;Year={2009}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The part in your post is different?&lt;/P&gt;&lt;P&gt;What is the issue&lt;/P&gt;</description>
    <pubDate>Thu, 16 Oct 2025 14:57:23 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2025-10-16T14:57:23Z</dc:date>
    <item>
      <title>Ignore selected filters and keep the one from Set Analisys</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-selected-filters-and-keep-the-one-from-Set-Analisys/m-p/2533642#M108249</link>
      <description>&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" tabindex="-1" role="text" data-placeholder="Translation" data-ved="2ahUKEwjPkLqc-6iQAxVaH7kGHdsQFpsQ3ewLegQIExAW" aria-label="Translated text: Dear all, good morning.

I have a problem: I need it to maintain the date filter I set in the analisys set. In this case, it would be the last three months (in this case, August, September, and October, since it's October), but it's only showing the current month. So, I'd like to know possible solutions to this problem.

Thank you all in advance."&gt;&lt;SPAN class="Y2IQFc"&gt;Dear all, good morning.

I have a problem: I need it to maintain the date filter I set in the analisys set. In this case, it would be the last three months (in this case, August, September, and October, since it's October), but it's only showing the current month. So, I'd like to know possible solutions to this problem.

Thank you all in advance.&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Oct 2025 14:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-selected-filters-and-keep-the-one-from-Set-Analisys/m-p/2533642#M108249</guid>
      <dc:creator>RodrigoAsa</dc:creator>
      <dc:date>2025-10-16T14:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selected filters and keep the one from Set Analisys</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-selected-filters-and-keep-the-one-from-Set-Analisys/m-p/2533643#M108250</link>
      <description>&lt;P&gt;Maybe lie that?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum({$&amp;lt;&amp;nbsp;&lt;STRONG&gt; Product=,Customer=,&lt;/STRONG&gt;Year={2009}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The part in your post is different?&lt;/P&gt;&lt;P&gt;What is the issue&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 14:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-selected-filters-and-keep-the-one-from-Set-Analisys/m-p/2533643#M108250</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2025-10-16T14:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selected filters and keep the one from Set Analisys</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-selected-filters-and-keep-the-one-from-Set-Analisys/m-p/2533654#M108253</link>
      <description>&lt;P&gt;In this part of my analysis set: [Data de Emissão] = {"&amp;gt;=$(vMêsAtual2Retro)&amp;lt;=$(vFimMêsAtual)"},&lt;BR /&gt;The variable 'vMêsAtual2Retro' is used to get the two retroactive months and 'vFimMêsAtual' shows the current month. The objective is to get the revenue for the current month and the two retroactive ones.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 17:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-selected-filters-and-keep-the-one-from-Set-Analisys/m-p/2533654#M108253</guid>
      <dc:creator>RodrigoAsa</dc:creator>
      <dc:date>2025-10-16T17:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selected filters and keep the one from Set Analisys</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-selected-filters-and-keep-the-one-from-Set-Analisys/m-p/2533694#M108264</link>
      <description>&lt;P&gt;I assume you are making selections to other date/month fields than&amp;nbsp; [Data de Emissão] . As &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44146"&gt;@robert_mika&lt;/a&gt;&amp;nbsp; suggests, you might need to clear those selections. Let's assume you select October in a [Month] fields. Then try this:&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Month, [Data de Emissão] = {"&amp;gt;=$(vMêsAtual2Retro)&amp;lt;=$(vFimMêsAtual)"} &amp;gt;} [Amount])&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 05:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-selected-filters-and-keep-the-one-from-Set-Analisys/m-p/2533694#M108264</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2025-10-17T05:06:34Z</dc:date>
    </item>
  </channel>
</rss>

