<?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: Dimensions not filtering with variable in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dimensions-not-filtering-with-variable/m-p/2505880#M104055</link>
    <description>&lt;P&gt;Perhaps try this?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Sum({&amp;lt;TRANSACTION_CODE = P({&amp;lt;TRANSACTION_CODE = {'OESHIP','SHIPTRAN'}&amp;gt;} TRANSACTION_CODE)&amp;gt;} QUANTITY)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Sum({&amp;lt;TRANSACTION_CODE = {"=Sum({&amp;lt;TRANSACTION_CODE = {'OESHIP','SHIPTRAN'}&amp;gt;} QUANTITY)&amp;gt;=0"}&amp;gt;} QUANTITY)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2025 08:08:29 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2025-02-14T08:08:29Z</dc:date>
    <item>
      <title>Dimensions not filtering with variable</title>
      <link>https://community.qlik.com/t5/App-Development/Dimensions-not-filtering-with-variable/m-p/2505845#M104051</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a variable that sums a field filtered down by certain dimensions. Currently I have a measure in the table which uses a pick(match) that applies set analysis measures based on the variable button selected.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example here&amp;nbsp;Sum({&amp;lt;TRANSACTION_CODE = {'OESHIP','SHIPTRAN'}&amp;gt;} QUANTITY)&lt;/P&gt;
&lt;P&gt;The issue is that when this button is selected, it still shows other codes with a 0 in the measure column. I do not want remove the zeros through the data handling because that could filter too much.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The table should only show rows with OESHIP and SHIPTRAN but it's showing more than that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jalanhart_0-1739494095116.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177541i8993C3DC3A05B808/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jalanhart_0-1739494095116.png" alt="jalanhart_0-1739494095116.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;How do I get those rows to NOT show up based on a variable selection?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="ae_app" data-nosnippet=""&gt;&lt;!--
        Layout, Style or Voice Helpers
    --&gt;
&lt;DIV id="ae_helpers" class="ae-module" style="display: none;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!--
        Compliance
    --&gt;
&lt;DIV id="ae_compliance" class="ae-module" style="display: none;"&gt;&lt;!-- For autoSmartRem addNewWindowWarnings div is referenced in an aria-describedby --&gt;
&lt;DIV id="audioeye_new_window_message" style="display: none;"&gt;Opens in new window&lt;/DIV&gt;
&lt;DIV id="audioeye_pdf_message" style="display: none;"&gt;PDF Download&lt;/DIV&gt;
&lt;DIV id="audioeye_word_message" style="display: none;"&gt;Word Download&lt;/DIV&gt;
&lt;DIV id="audioeye_excel_message" style="display: none;"&gt;Excel Download&lt;/DIV&gt;
&lt;DIV id="audioeye_powerpoint_message" style="display: none;"&gt;PowerPoint Download&lt;/DIV&gt;
&lt;DIV id="audioeye_document_message" style="display: none;"&gt;Document Download&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;!--
        Versioning Control Panel if versioning = true !
    --&gt; &lt;!--
        Launcher
    --&gt;  &lt;!-- Toolbar --&gt;
&lt;ASIDE id="ae_toolbar" tabindex="0" aria-label="Accessibility options"&gt;&lt;/ASIDE&gt;
&lt;!--
        Site Menu
    --&gt;  &lt;!--
        Generic Aria Live message container
    --&gt;
&lt;DIV id="ae_enabled_messages" class="ae-blurb-noaudio" aria-relevant="additions" aria-live="assertive"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!-- Symbol definitions --&gt;    &lt;/DIV&gt;
&lt;!-- end #ae_app --&gt;</description>
      <pubDate>Fri, 14 Feb 2025 00:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimensions-not-filtering-with-variable/m-p/2505845#M104051</guid>
      <dc:creator>jalanhart</dc:creator>
      <dc:date>2025-02-14T00:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions not filtering with variable</title>
      <link>https://community.qlik.com/t5/App-Development/Dimensions-not-filtering-with-variable/m-p/2505880#M104055</link>
      <description>&lt;P&gt;Perhaps try this?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Sum({&amp;lt;TRANSACTION_CODE = P({&amp;lt;TRANSACTION_CODE = {'OESHIP','SHIPTRAN'}&amp;gt;} TRANSACTION_CODE)&amp;gt;} QUANTITY)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Sum({&amp;lt;TRANSACTION_CODE = {"=Sum({&amp;lt;TRANSACTION_CODE = {'OESHIP','SHIPTRAN'}&amp;gt;} QUANTITY)&amp;gt;=0"}&amp;gt;} QUANTITY)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 08:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimensions-not-filtering-with-variable/m-p/2505880#M104055</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2025-02-14T08:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions not filtering with variable</title>
      <link>https://community.qlik.com/t5/App-Development/Dimensions-not-filtering-with-variable/m-p/2506020#M104084</link>
      <description>&lt;P&gt;Go to the chart settings -&amp;gt; Add ons -&amp;gt; Data handling -&amp;gt; untick Include zero values&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2025 09:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimensions-not-filtering-with-variable/m-p/2506020#M104084</guid>
      <dc:creator>morgankejerhag</dc:creator>
      <dc:date>2025-02-15T09:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions not filtering with variable</title>
      <link>https://community.qlik.com/t5/App-Development/Dimensions-not-filtering-with-variable/m-p/2506048#M104090</link>
      <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=If(Match(TRANSACTION_CODE, 'OESHIP', 'SHIPTRAN'),&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Sum({&amp;lt;TRANSACTION_CODE = {'OESHIP','SHIPTRAN'}&amp;gt;} QUANTITY)&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2025 14:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimensions-not-filtering-with-variable/m-p/2506048#M104090</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-02-16T14:08:11Z</dc:date>
    </item>
  </channel>
</rss>

