<?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 specific value or values from a column from script Qlikview? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-specific-value-or-values-from-a-column-from/m-p/724693#M474203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used this and it shows all but excluded&amp;nbsp; and sum&amp;nbsp; like i want :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;TMş=-{261,262}&amp;gt;} Cantitate) that gives me this:&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67939_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that i need to have a final table that should show:&amp;nbsp;&amp;nbsp; So i need to get the excluded one to show in the final report as it tied like the excluded one is iron&amp;nbsp; and has the register code ,from iron i made doors ,car part that have registry code in system also ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 422px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" width="89"&gt;Comanda PP&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="54"&gt;Lot MP&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="75"&gt;Data transarii&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="75"&gt;Materie Prima&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="54"&gt;Lot PT&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="75"&gt;Piesa transata&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17"&gt;1050059&lt;/TD&gt;&lt;TD class="xl67"&gt;55441&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;6/5/2014&lt;/TD&gt;&lt;TD class="xl67"&gt;1000403&lt;/TD&gt;&lt;TD class="xl67"&gt;55441&lt;/TD&gt;&lt;TD class="xl67"&gt;2000050&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl68"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt;2000131&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl68"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt;55441&lt;/TD&gt;&lt;TD class="xl67"&gt;2000199&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl68"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;9200003&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2014 09:08:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-30T09:08:13Z</dc:date>
    <item>
      <title>How to exclude a specific value or values from a column from script Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-specific-value-or-values-from-a-column-from/m-p/724692#M474202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can do this liek table&amp;nbsp; with all column,values and then list box that column and select the 2 values and left click exclude and will show what i want in table .&lt;/P&gt;&lt;P&gt;How to make this in script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select&amp;nbsp; * from&amp;nbsp; table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Type not in(261,261)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second&amp;nbsp; thing i need is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after i get the result is where i get 2 same entries or more for a value of column 3 lets say to show only one value and some up the values from column 4 for those entries that had same value in column 3 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 08:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-specific-value-or-values-from-a-column-from/m-p/724692#M474202</guid>
      <dc:creator />
      <dc:date>2014-09-30T08:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a specific value or values from a column from script Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-specific-value-or-values-from-a-column-from/m-p/724693#M474203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used this and it shows all but excluded&amp;nbsp; and sum&amp;nbsp; like i want :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;TMş=-{261,262}&amp;gt;} Cantitate) that gives me this:&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67939_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that i need to have a final table that should show:&amp;nbsp;&amp;nbsp; So i need to get the excluded one to show in the final report as it tied like the excluded one is iron&amp;nbsp; and has the register code ,from iron i made doors ,car part that have registry code in system also ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 422px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" width="89"&gt;Comanda PP&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="54"&gt;Lot MP&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="75"&gt;Data transarii&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="75"&gt;Materie Prima&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="54"&gt;Lot PT&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="75"&gt;Piesa transata&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17"&gt;1050059&lt;/TD&gt;&lt;TD class="xl67"&gt;55441&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;6/5/2014&lt;/TD&gt;&lt;TD class="xl67"&gt;1000403&lt;/TD&gt;&lt;TD class="xl67"&gt;55441&lt;/TD&gt;&lt;TD class="xl67"&gt;2000050&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl68"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt;2000131&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl68"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt;55441&lt;/TD&gt;&lt;TD class="xl67"&gt;2000199&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl68"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;9200003&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 09:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-specific-value-or-values-from-a-column-from/m-p/724693#M474203</guid>
      <dc:creator />
      <dc:date>2014-09-30T09:08:13Z</dc:date>
    </item>
  </channel>
</rss>

