<?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: Filter doesn't apply correct in Dashboard in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511544#M105085</link>
    <description>&lt;P&gt;Please check the data types as you have numeric values&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can remove quotes around&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; (Match(NM_NEGOCIO, 'AA', 'BB', 'CC', 'DD')&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; AND Match(CD_MARCA_PRODUTO, 01, 02, 03))&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; OR&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; (NM_NEGOCIO = 'NE' AND ABASTECIMENTO_COS &amp;gt; 0),&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 'ALP',&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 'NÃO ALP'&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And you can debug step by step in straight table that wil help you to identify where exactly causing the issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Mar 2025 17:22:59 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2025-03-25T17:22:59Z</dc:date>
    <item>
      <title>Filter doesn't apply correct in Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511039#M104992</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do a dimension&amp;nbsp;with the intention to create a filter on the panel.&lt;BR /&gt;=if(&lt;BR /&gt;Match(NM_NEGOCIO,'AA','BB','CC', 'DD')&lt;BR /&gt;and Match(CD_MARCA_PRODUTO,01, 02, 03), 'ALP',&lt;BR /&gt;&lt;BR /&gt;if(NM_NEGOCIO = 'NE' and ABASTECIMENTO_COS &amp;gt; 0, 'ALP', 'NÃO ALP')&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;But when the User filter ALP on the panel, the filter doesn't respect this expression.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mendes094_0-1742584187664.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178865iD93A891B32F147CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mendes094_0-1742584187664.png" alt="mendes094_0-1742584187664.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need do an expression apply the conditional&amp;nbsp;ABASTECIMENTO_COS &amp;gt; 0 just for&amp;nbsp;NM_NEGOCIO = 'NE',&amp;nbsp;&lt;BR /&gt;So when I choose ALP, the returns be something like this:&lt;/P&gt;&lt;P&gt;NM_NEGOCIO = 'AA' or 'BB' or 'CC' or 'DD',and&lt;/P&gt;&lt;P&gt;CD_MARCA_PRODUTO = 01 or 02 or 03, and&lt;/P&gt;&lt;P&gt;NM_NEGOCIO = 'NE' and&amp;nbsp;ABASTECIMENTO_COS &amp;gt; 0 (this conditional is just for&amp;nbsp;NM_NEGOCIO = 'NE').&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody can Help me.&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>Fri, 21 Mar 2025 19:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511039#M104992</guid>
      <dc:creator>mendes094</dc:creator>
      <dc:date>2025-03-21T19:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filter doesn't apply correct in Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511076#M105001</link>
      <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; (Match(NM_NEGOCIO, 'AA', 'BB', 'CC', 'DD')&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; AND Match(CD_MARCA_PRODUTO, '01', '02', '03'))&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; OR&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; (NM_NEGOCIO = 'NE' AND ABASTECIMENTO_COS &amp;gt; 0),&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 'ALP',&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 'NÃO ALP'&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;</description>
      <pubDate>Sat, 22 Mar 2025 16:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511076#M105001</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-03-22T16:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filter doesn't apply correct in Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511541#M105083</link>
      <description>&lt;P&gt;Doesn't work, its strange, because when I export in Excel and apply the filter works.&lt;/P&gt;&lt;P&gt;But if I apply the filter before export doens't work rsrs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 17:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511541#M105083</guid>
      <dc:creator>mendes094</dc:creator>
      <dc:date>2025-03-25T17:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filter doesn't apply correct in Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511544#M105085</link>
      <description>&lt;P&gt;Please check the data types as you have numeric values&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can remove quotes around&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; (Match(NM_NEGOCIO, 'AA', 'BB', 'CC', 'DD')&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; AND Match(CD_MARCA_PRODUTO, 01, 02, 03))&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; OR&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; (NM_NEGOCIO = 'NE' AND ABASTECIMENTO_COS &amp;gt; 0),&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 'ALP',&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 'NÃO ALP'&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And you can debug step by step in straight table that wil help you to identify where exactly causing the issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 17:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511544#M105085</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-03-25T17:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filter doesn't apply correct in Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511548#M105086</link>
      <description>&lt;P&gt;I've been told this is resolved now, can you confirm?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 17:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511548#M105086</guid>
      <dc:creator>David_Friend</dc:creator>
      <dc:date>2025-03-25T17:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filter doesn't apply correct in Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511876#M105142</link>
      <description>&lt;P&gt;The last step&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;(NM_NEGOCIO = 'NE' AND ABASTECIMENTO_COS &amp;gt; 0) is the error,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It's not actually wrong, it's just that it applies the "ABASTECIMENTO_COS &amp;gt; 0" filter to the entire database, remembering that this error only occurs when filtering directly in the Qlik Sense table, if I export to Excel and filter it works normally.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Very strange,&lt;BR /&gt;I don't know if it's better to make this column in the script, but I'll face another challenge because they're from different tables.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 13:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511876#M105142</guid>
      <dc:creator>mendes094</dc:creator>
      <dc:date>2025-03-27T13:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filter doesn't apply correct in Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511877#M105143</link>
      <description>&lt;P&gt;Doesn't work.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 13:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-doesn-t-apply-correct-in-Dashboard/m-p/2511877#M105143</guid>
      <dc:creator>mendes094</dc:creator>
      <dc:date>2025-03-27T13:10:37Z</dc:date>
    </item>
  </channel>
</rss>

