<?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: Exclude Value(s) From Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382337#M142657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;if we have a list of values? i tried with "or" or just "commas", did not work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jun 2013 15:57:40 GMT</pubDate>
    <dc:creator>felcar2013</dc:creator>
    <dc:date>2013-06-07T15:57:40Z</dc:date>
    <item>
      <title>Exclude Value(s) From Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382331#M142651</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;I have a bar chart based on one field that contains a default value that has no meaning in the chart but is needed elsewhere in the model.&amp;nbsp; How can I exclude it? I've tried using &amp;lt;&amp;gt; 'textValue' as a calculated dimension with no joy ... Do I need to create a separate field in the load script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geoff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 10:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382331#M142651</guid>
      <dc:creator />
      <dc:date>2012-08-30T10:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Value(s) From Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382332#M142652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; =aggr(if([YourDimension]&amp;lt;&amp;gt;'UndesieredValue', [YourDimension], null(), [YourDimension])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 11:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382332#M142652</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-08-30T11:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Value(s) From Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382333#M142653</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;Don't think I need the aggr but sorting the syntax to give me:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;= &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[cConsultant]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;&amp;gt;'H9999999',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[cConsultant]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems to do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geoff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 11:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382333#M142653</guid>
      <dc:creator />
      <dc:date>2012-08-30T11:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Value(s) From Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382334#M142654</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;Don't think I need the aggr but sorting the syntax to give me:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;= &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[cConsultant]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;&amp;gt;'H9999999',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[cConsultant]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems to do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geoff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 11:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382334#M142654</guid>
      <dc:creator />
      <dc:date>2012-08-30T11:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Value(s) From Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382335#M142655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on version of QlikView that you're using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 11:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382335#M142655</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-08-30T11:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Value(s) From Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382336#M142656</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;Ah... Using V11.0 SR1, thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geoff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 11:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382336#M142656</guid>
      <dc:creator />
      <dc:date>2012-08-30T11:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Value(s) From Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382337#M142657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;if we have a list of values? i tried with "or" or just "commas", did not work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 15:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Value-s-From-Dimension/m-p/382337#M142657</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-06-07T15:57:40Z</dc:date>
    </item>
  </channel>
</rss>

