<?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: How to ignore a dimension based filter in an expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-ignore-a-dimension-based-filter-in-an-expression/m-p/1748641#M57550</link>
    <description>&lt;P&gt;Thanks for responding,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;It then gives me a Price much lower than it should and I guess it's because it considers everything in the volume field.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 19:57:13 GMT</pubDate>
    <dc:creator>asantos</dc:creator>
    <dc:date>2020-09-30T19:57:13Z</dc:date>
    <item>
      <title>How to ignore a dimension based filter in an expression</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-a-dimension-based-filter-in-an-expression/m-p/1748635#M57548</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Currently, I got an expression where I try to get the Unit Price, by Sum({&amp;lt;Totais = {'$(vTotalDisc)','N/A'}&amp;gt;}Revenue) / Sum({&amp;lt;Totais = {'$(vTotalDisc)','N/A'}&amp;gt;}Volume). This would give me an additional column with null values.&lt;/P&gt;&lt;P&gt;I've tried escaping the "filter" set through a button, stating DescontoSimples, OtherDiscounts, etc, but since DescontoSimples is selected, it doesn't allow Unit Price to consider Volume, whose first column's data is N/A&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is a visual simulation of the problem.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Imagem1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41509i0DA2BDAE53694F65/image-size/large?v=v2&amp;amp;px=999" role="button" title="Imagem1.png" alt="Imagem1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Appreciate your time put into trying to get this one right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-a-dimension-based-filter-in-an-expression/m-p/1748635#M57548</guid>
      <dc:creator>asantos</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore a dimension based filter in an expression</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-a-dimension-based-filter-in-an-expression/m-p/1748639#M57549</link>
      <description>&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Totais = {'$(vTotalDisc)','N/A'}&amp;gt;}Revenue) / Sum({&amp;lt;Totais = {'$(vTotalDisc)','N/A'}&amp;gt;}TOTAL Volume)&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 19:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-a-dimension-based-filter-in-an-expression/m-p/1748639#M57549</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-09-30T19:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore a dimension based filter in an expression</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-a-dimension-based-filter-in-an-expression/m-p/1748641#M57550</link>
      <description>&lt;P&gt;Thanks for responding,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;It then gives me a Price much lower than it should and I guess it's because it considers everything in the volume field.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 19:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-a-dimension-based-filter-in-an-expression/m-p/1748641#M57550</guid>
      <dc:creator>asantos</dc:creator>
      <dc:date>2020-09-30T19:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore a dimension based filter in an expression</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-a-dimension-based-filter-in-an-expression/m-p/1748657#M57551</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/122762"&gt;@asantos&lt;/a&gt;&amp;nbsp; try to exclude selection of&amp;nbsp;&lt;SPAN&gt;DescontoSimples&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt;Totais = {'$(vTotalDisc)','N/A'}&amp;gt;}Revenue) / Sum({&amp;lt;DescontoSimples,Totais = {'$(vTotalDisc)','N/A'}&amp;gt;}Volume)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 20:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-a-dimension-based-filter-in-an-expression/m-p/1748657#M57551</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-09-30T20:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore a dimension based filter in an expression</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-a-dimension-based-filter-in-an-expression/m-p/1748668#M57552</link>
      <description>&lt;P&gt;Is the price lower than expected in the Totals row as well?&lt;/P&gt;&lt;P&gt;Maybe you could create a mockup data sample for us and a picture of your desired final output?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 21:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-a-dimension-based-filter-in-an-expression/m-p/1748668#M57552</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-09-30T21:41:16Z</dc:date>
    </item>
  </channel>
</rss>

