<?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: Include numbers but exclude during calc in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Include-numbers-but-exclude-during-calc/m-p/793957#M664270</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 am assuming from your post that you want to load these numbers, but exclude them from your calculation(s). Thne use the following set expression to exclude them:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;number -= {&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;15,25,50,75,90}&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use it in an expression like this for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;lt;number -= {&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;15,25,50,75,90}&amp;gt;} amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The -= will flag as a syntax error in the expression editor. This is a bug in the syntax check, so just ignore this warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2015 05:48:15 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-02-13T05:48:15Z</dc:date>
    <item>
      <title>Include numbers but exclude during calc</title>
      <link>https://community.qlik.com/t5/QlikView/Include-numbers-but-exclude-during-calc/m-p/793953#M664259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a number range 1-1000 which I successfully import.&lt;/P&gt;&lt;P&gt;No 15,25,50,75 and 90, I need to exclude from all calculations but later on a seperate sheet display my analysis. &lt;/P&gt;&lt;P&gt;How do I go about doing this.&lt;/P&gt;&lt;P&gt;My statement reads as follows - &lt;/P&gt;&lt;P&gt;If([number] &amp;gt;=1 and [number] &amp;lt;= 10000, 'Valid','Not defined') as d_type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 13:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-numbers-but-exclude-during-calc/m-p/793953#M664259</guid>
      <dc:creator />
      <dc:date>2015-02-12T13:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Include numbers but exclude during calc</title>
      <link>https://community.qlik.com/t5/QlikView/Include-numbers-but-exclude-during-calc/m-p/793954#M664261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a flag for these numbers as a new field and use it in set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([number]=15 or [&lt;SPAN style="font-size: 13.3333330154419px;"&gt;number]=25 or &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;number]=50 or &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;number]=75 or &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;number]=90, 1, 0) as CalculateFlag&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 13:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-numbers-but-exclude-during-calc/m-p/793954#M664261</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-02-12T13:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Include numbers but exclude during calc</title>
      <link>https://community.qlik.com/t5/QlikView/Include-numbers-but-exclude-during-calc/m-p/793955#M664262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;If( ([number] &amp;gt;=1 and [number] &amp;lt;= 10000) &lt;STRONG&gt;And Not(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[number]=15 or [&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;number]=25 or &lt;SPAN style="font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;[&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;STRONG&gt;number]=50 or &lt;SPAN style="font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;[&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;STRONG&gt;number]=75 or &lt;SPAN style="font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;[&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;STRONG&gt;number]=90)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, 'Valid','Not defined') as d_type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 03:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-numbers-but-exclude-during-calc/m-p/793955#M664262</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-02-13T03:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Include numbers but exclude during calc</title>
      <link>https://community.qlik.com/t5/QlikView/Include-numbers-but-exclude-during-calc/m-p/793956#M664265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ([number]&amp;gt;=1 and [number]&amp;lt;=10000)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and not Match([number],15,25,50,75,90),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Valid','Not defined'&lt;/P&gt;&lt;P&gt;) as d_type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 05:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-numbers-but-exclude-during-calc/m-p/793956#M664265</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2015-02-13T05:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Include numbers but exclude during calc</title>
      <link>https://community.qlik.com/t5/QlikView/Include-numbers-but-exclude-during-calc/m-p/793957#M664270</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 am assuming from your post that you want to load these numbers, but exclude them from your calculation(s). Thne use the following set expression to exclude them:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;number -= {&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;15,25,50,75,90}&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use it in an expression like this for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;lt;number -= {&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;15,25,50,75,90}&amp;gt;} amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The -= will flag as a syntax error in the expression editor. This is a bug in the syntax check, so just ignore this warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 05:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-numbers-but-exclude-during-calc/m-p/793957#M664270</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-02-13T05:48:15Z</dc:date>
    </item>
  </channel>
</rss>

