<?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: Excluding a value from a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148649#M375618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=sum({&amp;lt;Age={'*'}-{'Others'}&amp;gt;}Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=sum({&amp;lt;Age-={'Others'}&amp;gt;}Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2016 09:07:18 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2016-06-08T09:07:18Z</dc:date>
    <item>
      <title>Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148645#M375614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to exclude a value within a dimension when I do a graph/table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, my dimension is "Age" and I have three categories: "24 and below", "25 and over" and "Other".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I do to exclude "Other" from a graph/table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to exclude it in a particular chart/table and not the whole data-set uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ewa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 08:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148645#M375614</guid>
      <dc:creator />
      <dc:date>2016-06-08T08:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148646#M375615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can define as calculated dimension&lt;/P&gt;&lt;P&gt;if (Age &amp;lt;&amp;gt; 'Other', Age)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of you can use set Analysis in expression&lt;/P&gt;&lt;P&gt;sum([Age-={'Other'})yourfield&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 08:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148646#M375615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T08:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148647#M375616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Age-={'Others'}&amp;gt;}Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 08:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148647#M375616</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-08T08:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148648#M375617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart that shows various dimensions (depending on the button you select) for the same calculation/expression. Hence each dimension have a variable assigned to it (so that buttons work fine).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence the option with an expression will not work I think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do a calculated dimension (&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #666666;"&gt;if (Age &amp;lt;&amp;gt; 'Other', Age) &lt;/SPAN&gt;and assign a relevant variable to the dimension, the chart still shows the "Other", the only thing that disappears is the label from the legend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148648#M375617</guid>
      <dc:creator />
      <dc:date>2016-06-08T09:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148649#M375618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=sum({&amp;lt;Age={'*'}-{'Others'}&amp;gt;}Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=sum({&amp;lt;Age-={'Others'}&amp;gt;}Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148649#M375618</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-06-08T09:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148650#M375619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;attach a small sample qvw&lt;/P&gt;&lt;P&gt;what do you mean assign a relevant variable to the dimension??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148650#M375619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T09:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148651#M375620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not quite sure how to generate a small sample qvw, would the snapshots suffice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get rid of "Unknown" in the chart below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ewa&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127217_1.png" style="height: 434px; width: 620px;" /&gt;&lt;IMG alt="2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/127218_2.PNG" style="height: 556px; width: 620px;" /&gt;&lt;IMG alt="3.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/127219_3.PNG" style="height: 319px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148651#M375620</guid>
      <dc:creator />
      <dc:date>2016-06-08T09:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148652#M375621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;try some thing like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;attempt={1},OUTCOME={'COMPLETE'},[Ethinicity General]={'*'}-{'Unknown'}&amp;gt;} FPE)/sum({&amp;lt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;[Ethinicity General]={'*'}-{'Unknown'}&amp;gt;}FPE)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculate the same at script level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * ,&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF(Age&amp;lt;&amp;gt;'Others',Age) as New_Age ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Age,.,.,.,.,,. From Ta&lt;/STRONG&gt;&lt;STRONG&gt;b;&lt;/STRONG&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148652#M375621</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-06-08T09:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148653#M375622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to exclude in expression level. add below in your expression&lt;/P&gt;&lt;P&gt;{&amp;lt;Age-={'Others'}&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 10:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148653#M375622</guid>
      <dc:creator>sangeethag</dc:creator>
      <dc:date>2016-06-08T10:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148654#M375623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your Expression to&lt;/P&gt;&lt;P&gt;= sum({&amp;lt;[Ethnicity general]-={'Unknwon'},[Attemps]={"1"},[Outcome]={"COMPLETE"}&amp;gt;} [FPE] / sum({&amp;lt;[Ethnicity general]-={'Unknwon'}&amp;gt;})&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EthnicityGeneral must be defined in both part of Expression&lt;/P&gt;&lt;P&gt;if you Need Ethnicity General included in the second sum (divide) you Need to use aggr function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 10:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148654#M375623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T10:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148655#M375624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this attachement,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 10:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148655#M375624</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-06-08T10:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148656#M375625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;= sum({&amp;lt;[Ethnicity general]-={'Unknown'},Attempts={"1"},Outcome={"COMPLETE"}&amp;gt;} FPE) / sum({&amp;lt;[Ethnicity general]-={'Unknown'}&amp;gt;} FPE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 10:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/1148656#M375625</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2016-06-08T10:55:21Z</dc:date>
    </item>
  </channel>
</rss>

