<?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 values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/367409#M703021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, thank you Miguel!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2012 14:22:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-25T14:22:27Z</dc:date>
    <item>
      <title>Exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/367407#M703019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to exclude all values for a field that are a certain length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for this is because a user has entered a false value against an invoice of 4 billion odd.&amp;nbsp; This has been invoiced and then credited in our ERP system, but still shows in QlikView and really screws up the legends on our charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm guessing the easiest way would be to just if the invoice value is more than 9 characters trim to null as we will be dealing with a + and - value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 14:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/367407#M703019</guid>
      <dc:creator />
      <dc:date>2012-07-25T14:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/367408#M703020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lewis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check for the length of that field in the script, and set its value to 0, so when it's aggregated or summed in the script will return 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13432256755651708" jivemacro_uid="_13432256755651708"&gt;&lt;P&gt;LOAD ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(InvoiceValue) &amp;gt; 9, 0, InvoiceValue) AS InvoiceValue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(InvoiceValue) &amp;gt; 9, 1) AS FlagIncorrectInvoiceValue,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 14:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/367408#M703020</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-07-25T14:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/367409#M703021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, thank you Miguel!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 14:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/367409#M703021</guid>
      <dc:creator />
      <dc:date>2012-07-25T14:22:27Z</dc:date>
    </item>
  </channel>
</rss>

