<?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: [Removing a value from table] in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178756#M898936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if A,B,C,D,E with a name Column1. =if (Column1 &amp;lt;&amp;gt; E, Column1) Or use set analysis. Hope this will help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jul 2016 16:14:15 GMT</pubDate>
    <dc:creator>narendiran</dc:creator>
    <dc:date>2016-07-18T16:14:15Z</dc:date>
    <item>
      <title>[Removing a value from table]</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178755#M898935</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;my sum aggregate table looks something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A 100&lt;/P&gt;&lt;P&gt;B 131&lt;/P&gt;&lt;P&gt;C 165&lt;/P&gt;&lt;P&gt;D 188&lt;/P&gt;&lt;P&gt;E 1000000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The numbers next to the A,B,C,D,E are the frequencies of them.&lt;/P&gt;&lt;P&gt;so when I make them into any graphs E dominates the whole chart and it makes all the other values meaningless.&lt;/P&gt;&lt;P&gt;I want to remove E temporarily and make chart only with frequency value of A, B, C, D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How Can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178755#M898935</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: [Removing a value from table]</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178756#M898936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if A,B,C,D,E with a name Column1. =if (Column1 &amp;lt;&amp;gt; E, Column1) Or use set analysis. Hope this will help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 16:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178756#M898936</guid>
      <dc:creator>narendiran</dc:creator>
      <dc:date>2016-07-18T16:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: [Removing a value from table]</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178757#M898937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can edit the script and add a where clause to exclude the value E and reload the document. Then when you're done remove the where clause and reload the document again. I don't recommend doing this. Instead use selections. First select E in a listbox and then right click that listbox and choose Select Excluded. You could create a bookmark for this selection for if you need it again. Or you can filter out E in a chart expression. Instead of sum(Amount) you can use sum({&amp;lt;MyField -= {'E'}&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 16:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178757#M898937</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-18T16:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: [Removing a value from table]</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178758#M898938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narendiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Could you show me an example of how I can utilize set analysis? I know briefly what the set analysis is but I am not adapt at putting it into use yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 16:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178758#M898938</guid>
      <dc:creator />
      <dc:date>2016-07-18T16:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: [Removing a value from table]</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178759#M898939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;You can also try this process,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="7.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131762_7.JPG" style="height: 205px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="9.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/131763_9.JPG" style="height: 377px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 10:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178759#M898939</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-07-19T10:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: [Removing a value from table]</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178760#M898940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone who answered my question.&lt;/P&gt;&lt;P&gt;Thank you all very much. I tried all the methods mentioned above and learned from those.&lt;/P&gt;&lt;P&gt;but I should have mentioned that&amp;nbsp; the last value with large amount of counts were actually "others" and by that it means NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/211046"&gt;susovan.g&lt;/A&gt;‌ 's method could not be used since no matter what I do, the 'other' will stay in it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌'s method could not be used since Null values does not show up in list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i took a way around and did&lt;/P&gt;&lt;P&gt;"Show only values that are" "smaller than" "15%" and got the table that I was expecting to get.&lt;/P&gt;&lt;P&gt;but I know this is just a temporary fix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great if you guys could tell me how I should use set analysis for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for replying and thank you in advance for the follow up question also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178760#M898940</guid>
      <dc:creator />
      <dc:date>2016-07-25T17:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: [Removing a value from table]</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178761#M898941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to show results only for non-null values use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;MyField = {'*'}&amp;gt;}Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178761#M898941</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-25T17:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: [Removing a value from table]</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178762#M898942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much!!! I better get used to set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-value-from-table/m-p/1178762#M898942</guid>
      <dc:creator />
      <dc:date>2016-07-25T17:31:43Z</dc:date>
    </item>
  </channel>
</rss>

