<?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: Straight Table displaying excluded values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Table-displaying-excluded-values/m-p/1184384#M383384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I do... I wanted 1 column to count all active employees and 1 column to count all not-active employees.&lt;/P&gt;&lt;P&gt;I guess because I have conflicting expressions and when I select a status value that is why I am still seeing excluded data? Any better way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 expression: count(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Status]-&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Active"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Open"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Empl ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2 expression: count(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Active"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Open"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Empl ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Sep 2016 18:31:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-14T18:31:50Z</dc:date>
    <item>
      <title>Straight Table displaying excluded values</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-displaying-excluded-values/m-p/1184382#M383382</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 have created a few list boxes and a straight table with about 36 dimensions and 3 expressions. 24 of the dimensions have conditional color formatting based on the value that displays in the cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I make a selection in one list box specifically (call it Status), 2 major errors occur: the straight table refreshes but does not remove the excluded values. Within those values that should be excluded but continue to display, the conditional coloring that was present disappears (this is less of an issue, I believe, because once the rows appropriately do not display, conditional formatting won't matter. Including the observation here in the event that it triggers a root cause).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These errors do not happen when making selections in any other list box as long as Status is not selected; in other words, if a value is selected in Status (either on its own or in combination with a selection in another list box) the error occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried removing the Status list box and adding it back and still get the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 18:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-displaying-excluded-values/m-p/1184382#M383382</guid>
      <dc:creator />
      <dc:date>2016-09-14T18:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table displaying excluded values</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-displaying-excluded-values/m-p/1184383#M383383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your expressions must be excluding selections in the fields you are making. Can you check if you have these in your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming you make selection in Year field and it doesn't exclude the year, you might be having one of this in your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Sum({1}Sales) -&amp;gt; 1 excludes everything&lt;/P&gt;&lt;P&gt;2a) Sum({&amp;lt;Year&amp;gt; Sales) - &amp;gt; excludes selection in year&lt;/P&gt;&lt;P&gt;2b) Sum({&amp;lt;Year = &amp;gt;} Sales) -&amp;gt; Same as above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 18:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-displaying-excluded-values/m-p/1184383#M383383</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-14T18:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table displaying excluded values</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-displaying-excluded-values/m-p/1184384#M383384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I do... I wanted 1 column to count all active employees and 1 column to count all not-active employees.&lt;/P&gt;&lt;P&gt;I guess because I have conflicting expressions and when I select a status value that is why I am still seeing excluded data? Any better way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 expression: count(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Status]-&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Active"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Open"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Empl ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2 expression: count(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Active"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Open"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Empl ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 18:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-displaying-excluded-values/m-p/1184384#M383384</guid>
      <dc:creator />
      <dc:date>2016-09-14T18:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table displaying excluded values</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-displaying-excluded-values/m-p/1184385#M383385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be (added * in your second expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({$&amp;lt;[Status] -= {"Active", "Open"}&amp;gt;} [Empl ID])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Count({$&amp;lt;[Status] &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;*&lt;/SPAN&gt;= {"Active", "Open"}&amp;gt;} [Empl ID])&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 18:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-displaying-excluded-values/m-p/1184385#M383385</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-14T18:44:51Z</dc:date>
    </item>
  </channel>
</rss>

