<?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: Filter/expression in straight table chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588473#M218206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nirav,&lt;/P&gt;&lt;P&gt;Thanks for the reply. When I pasted that in to the expression box I got a red underline. But I clicked OK and getting a value of 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shouldn't the strings be encosed by single quotes instead of double quotes? '&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Closed' instead of&lt;/SPAN&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Closed&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/SPAN&gt;? Even that didn't work though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am certain that is something to do with null values as when I replaced the nulls in the SQL select command and then modify the expression, I get the correct number of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't understand how the table displays the correct number of rows using the original expression but when counting it gives a different value..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2014 10:53:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-02T10:53:13Z</dc:date>
    <item>
      <title>Filter/expression in straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588469#M218202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I was wondering if you could shed some light on this problem I have. I have a straight table chart with a bunch of fields and I've used a filter in the expressions to filter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Status &amp;lt;&amp;gt; 'Closed' AND Status &amp;lt;&amp;gt; 'Resolved' AND RequestType &amp;lt;&amp;gt; 'Work Order' AND RequestType &amp;lt;&amp;gt; 'Project Request' AND&amp;nbsp; IsNull(Technician) ,[Request ID])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is all working fine. But the issue is the count of this table and the actual number of rows seem to be different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table's title, I have the following to get the count of rows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(if(Status &amp;lt;&amp;gt; 'Closed' AND Status &amp;lt;&amp;gt; 'Resolved' AND RequestType &amp;lt;&amp;gt; 'Work Order' AND RequestType &amp;lt;&amp;gt; 'Project Request' AND&amp;nbsp; IsNull(Technician),[Request ID]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is showing 14293 BUT when I export the table to excel there's only 42 rows (this is the correct number). I can't figure out why it's giving me 2 differnt numbers when I am using the same filter in both expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? Is it something to do with the null values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Cameron.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 10:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588469#M218202</guid>
      <dc:creator />
      <dc:date>2014-05-02T10:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filter/expression in straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588470#M218203</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;You can try this,&lt;/P&gt;&lt;P&gt;Count ({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Status -&lt;/SPAN&gt;={"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Closed&lt;/SPAN&gt;","Resolved"}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RequestType -&lt;/SPAN&gt;={"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Work Order&lt;/SPAN&gt;","&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Project Request&lt;/SPAN&gt;"}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Technician&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-={'*'}&lt;/STRONG&gt;&amp;gt;} Distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Request ID&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 10:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588470#M218203</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2014-05-02T10:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filter/expression in straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588471#M218204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u able to&amp;nbsp; post ur qvw &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 10:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588471#M218204</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-05-02T10:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filter/expression in straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588472#M218205</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 dont have any Qvw for that, based on your requirement I have created the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 10:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588472#M218205</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2014-05-02T10:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Filter/expression in straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588473#M218206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nirav,&lt;/P&gt;&lt;P&gt;Thanks for the reply. When I pasted that in to the expression box I got a red underline. But I clicked OK and getting a value of 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shouldn't the strings be encosed by single quotes instead of double quotes? '&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Closed' instead of&lt;/SPAN&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Closed&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/SPAN&gt;? Even that didn't work though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am certain that is something to do with null values as when I replaced the nulls in the SQL select command and then modify the expression, I get the correct number of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't understand how the table displays the correct number of rows using the original expression but when counting it gives a different value..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 10:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588473#M218206</guid>
      <dc:creator />
      <dc:date>2014-05-02T10:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filter/expression in straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588474#M218207</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;Kindly look into following post.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/476056"&gt;Re: Blank or NULL in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/24483"&gt;Count of NULL Values&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 11:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588474#M218207</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2014-05-02T11:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filter/expression in straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588475#M218208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please post your qvw? you mentioned that in excel it is giving you 42 records however when you load the table into QlikView it is giving 14K.&lt;/P&gt;&lt;P&gt;Can you create another qvw just loading data from the excel (single table). It may happen that due to association with other tables in QlikView the count may be different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 11:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588475#M218208</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-05-02T11:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Filter/expression in straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588476#M218209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudeep, It's a large file (25MB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No I load the data from a .QVD file (which gets it's data from another QVW file which selects data using a SQL select statement).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first QVW file when I use isnull() in the SQL statment to replace nulls with 'NA' and then later use 'NA' in my second QVW file when filtering, I get the correct count displayed. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 11:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588476#M218209</guid>
      <dc:creator />
      <dc:date>2014-05-02T11:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filter/expression in straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588477#M218210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why but when I use the following instead of the original count expression, I get the correct number of rows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if(Status &amp;lt;&amp;gt; 'Closed' AND Status &amp;lt;&amp;gt; 'Resolved' AND RequestType &amp;lt;&amp;gt; 'Work Order' AND RequestType &amp;lt;&amp;gt; 'Project Request' AND&amp;nbsp; IsNull(Technician),1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone for your input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 12:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-expression-in-straight-table-chart/m-p/588477#M218210</guid>
      <dc:creator />
      <dc:date>2014-05-02T12:01:29Z</dc:date>
    </item>
  </channel>
</rss>

