<?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: Invalid dimension error in filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426401#M807358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be ignore selection using set analysis? I am not fully sure what you are trying to do, to give you a specific expression... but if you can share a sample, I might be able to help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Oct 2017 19:30:00 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-10-25T19:30:00Z</dc:date>
    <item>
      <title>Invalid dimension error in filter</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426396#M807353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;Hi All, I am using the following expression on one of my &lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #6a6a6a; font-family: arial, sans-serif; font-size: small;"&gt;dimension&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt; in filter, and it is throwing an error -&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #6a6a6a; font-family: arial, sans-serif; font-size: small;"&gt;Invalid dimension&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;. Formulae:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(Sum([Equivalent Total Sale Quantity])&amp;gt;=sum(total [Equivalent Total Sale Quantity])/COUNT(total DISTINCT [Territory Name]),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if((sum([Total Volume]*[Sales Current Month])-sum([Total Volume]*[Sales Previous Month]))/sum([Total Volume]*[Sales Previous Month])&amp;gt;=0,'R','G'),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if((sum([Total Volume]*[Sales Current Month])-sum([Total Volume]*[Sales Previous Month]))/sum([Total Volume]*[Sales Previous Month])&amp;gt;=0,'Y','B'))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please let me know where am I going wrong. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426396#M807353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid dimension error in filter</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426397#M807354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use If(Aggr(Sum, Field) ....., If(Aggr(..... then only Calculated condition works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 07:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426397#M807354</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-25T07:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid dimension error in filter</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426398#M807355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Sum([Equivalent Total Sale Quantity])&amp;gt;=sum(total [Equivalent Total Sale Quantity])/COUNT(total DISTINCT [Territory Name]),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if((sum([Total Volume]*[Sales Current Month])-sum([Total Volume]*[Sales Previous Month]))/sum([Total Volume]*[Sales Previous Month])&amp;gt;=0,'R','G'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if((sum([Total Volume]*[Sales Current Month])-sum([Total Volume]*[Sales Previous Month]))/sum([Total Volume]*[Sales Previous Month])&amp;gt;=0,'Y','B'))&lt;SPAN style="color: #ff0000;"&gt;,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;[Territory Name])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 09:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426398#M807355</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-25T09:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid dimension error in filter</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426399#M807356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. This works fine. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 10:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426399#M807356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-25T10:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid dimension error in filter</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426400#M807357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now the problem I am facing is that the average(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(total [Equivalent Total Sale Quantity])/COUNT(total DISTINCT [Territory Name])&lt;/STRONG&gt; changes once the filter is applied. This ends up in a way that the filter shows multiple selections even if I select one. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 11:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426400#M807357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-25T11:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid dimension error in filter</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426401#M807358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be ignore selection using set analysis? I am not fully sure what you are trying to do, to give you a specific expression... but if you can share a sample, I might be able to help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 19:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426401#M807358</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-25T19:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid dimension error in filter</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426402#M807359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I am new to Qlik Sense and wasn't familiar with set analysis. It is helpful and solved my problem. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 12:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-dimension-error-in-filter/m-p/1426402#M807359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T12:35:00Z</dc:date>
    </item>
  </channel>
</rss>

