<?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 exclude a value in dimension's field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878040#M306581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to avoid both "28 Inch"'s you could transform the value within the conditional check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(lower(Motor) &amp;lt;&amp;gt; '28 inch', Motor)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;in this case don't forget to write 28 inch in lower case &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Patrick&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2015 11:09:33 GMT</pubDate>
    <dc:creator>patroser</dc:creator>
    <dc:date>2015-05-05T11:09:33Z</dc:date>
    <item>
      <title>How to exclude a value in dimension's field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878037#M306578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i want to exclude one value in the field i'm using as dimension could you please help me about that?&lt;/P&gt;&lt;P&gt;i want to display Motor without '28 inch' for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/85671_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 10:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878037#M306578</guid>
      <dc:creator />
      <dc:date>2015-05-05T10:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a value in dimension's field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878038#M306579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abdallah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one way is to replace the list box dimension with an expression e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Motor &amp;lt;&amp;gt; '28 Inch', Motor)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 10:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878038#M306579</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-05-05T10:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a value in dimension's field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878039#M306580</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;You can achieve this using Calculation Dimension like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(Motor &amp;lt;&amp;gt; '28 Inch', Motor)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If you are doing this in chart you can exclude this in Set analysis expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Motor -= {'28 Inch'}&lt;/SPAN&gt;&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 11:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878039#M306580</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-05-05T11:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a value in dimension's field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878040#M306581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to avoid both "28 Inch"'s you could transform the value within the conditional check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(lower(Motor) &amp;lt;&amp;gt; '28 inch', Motor)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;in this case don't forget to write 28 inch in lower case &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Patrick&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 11:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878040#M306581</guid>
      <dc:creator>patroser</dc:creator>
      <dc:date>2015-05-05T11:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a value in dimension's field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878041#M306582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe it's better to add some applymap() translation to your script so that different spellings all map to the same Dimension value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 11:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878041#M306582</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-05-05T11:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a value in dimension's field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878042#M306583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or a simple ...CAPITALIZE(Motor) AS Motor, ... in your script may already do wonders...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 11:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878042#M306583</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-05-05T11:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a value in dimension's field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878043#M306584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this, use expression instituted of field in ur list box.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="motor.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/85682_motor.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 11:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-in-dimension-s-field/m-p/878043#M306584</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-05-05T11:26:03Z</dc:date>
    </item>
  </channel>
</rss>

