<?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 Table Chart Conditional Column Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Chart-Conditional-Column-Question/m-p/156274#M32192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having problems using Conditional. e.g. I use a simple table with customers and sales. If I only want to show the columns where sales &amp;gt; 100 I would use &lt;B&gt;"sum(Sales)&amp;gt;100"&lt;/B&gt;. Unfortunately this isn't working. Someone an idea. Thanks.&lt;/P&gt;&lt;P&gt;Aloah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 May 2010 12:15:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-19T12:15:09Z</dc:date>
    <item>
      <title>Table Chart Conditional Column Question</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart-Conditional-Column-Question/m-p/156274#M32192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having problems using Conditional. e.g. I use a simple table with customers and sales. If I only want to show the columns where sales &amp;gt; 100 I would use &lt;B&gt;"sum(Sales)&amp;gt;100"&lt;/B&gt;. Unfortunately this isn't working. Someone an idea. Thanks.&lt;/P&gt;&lt;P&gt;Aloah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 12:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart-Conditional-Column-Question/m-p/156274#M32192</guid>
      <dc:creator />
      <dc:date>2010-05-19T12:15:09Z</dc:date>
    </item>
    <item>
      <title>Table Chart Conditional Column Question</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart-Conditional-Column-Question/m-p/156275#M32193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Hi,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;This seems to be a duplicated thread, and I sent the following reply to your last thread, did you get it? Did you try it?&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;EM&gt;Sum(Sales) would be evaluated on a Row Level, so I don't suppose it would work as a condition to switch off a column.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;EM&gt;What is it exactly that you're trying to achieve? If you are simply trying to exclude a customer from the table if the sales is less than 100 then you should do this in your expression, not on a conditional show. Your expression currently is probably Sum(Sales), if you'd like to exclude as I said above then change your expression to =IF(Sum(Sales)&amp;gt;100,Sum(Sales)), this should do it for you.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;EM&gt;If my assumptions are wrong, you need to let us know what you are really trying to achieve.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;EM&gt;Regards,&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 13:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart-Conditional-Column-Question/m-p/156275#M32193</guid>
      <dc:creator />
      <dc:date>2010-05-19T13:15:54Z</dc:date>
    </item>
    <item>
      <title>Table Chart Conditional Column Question</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart-Conditional-Column-Question/m-p/156276#M32194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nigel,&lt;/P&gt;&lt;P&gt;thanks for your help. I was compeltly wrong. Of course I need to do this in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 14:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart-Conditional-Column-Question/m-p/156276#M32194</guid>
      <dc:creator />
      <dc:date>2010-05-19T14:49:11Z</dc:date>
    </item>
    <item>
      <title>Table Chart Conditional Column Question</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart-Conditional-Column-Question/m-p/156277#M32195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel,&lt;/P&gt;&lt;P&gt;is it possible to supress a complete line with all other expressions?&lt;/P&gt;&lt;P&gt;if table looks like this:&lt;/P&gt;&lt;P&gt;salesper | expr.1 (sum(sales)) | expr..2 (avg(sales))&lt;/P&gt;&lt;P&gt;if expr.1 &amp;lt;1000 the whole row should'nt be displayed.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Aloah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 15:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart-Conditional-Column-Question/m-p/156277#M32195</guid>
      <dc:creator />
      <dc:date>2010-05-19T15:40:46Z</dc:date>
    </item>
    <item>
      <title>Table Chart Conditional Column Question</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart-Conditional-Column-Question/m-p/156278#M32196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aloah&lt;/P&gt;&lt;P&gt;Expression 1 would be: =IF(Sum(Sales)&amp;lt;1000,Sum(Sales))&lt;/P&gt;&lt;P&gt;Expression 2 would be: =IF(Sum(Sales)&amp;lt;1000,Avg(Sales))&lt;/P&gt;&lt;P&gt;That should do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 15:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart-Conditional-Column-Question/m-p/156278#M32196</guid>
      <dc:creator />
      <dc:date>2010-05-19T15:50:16Z</dc:date>
    </item>
  </channel>
</rss>

