<?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 Issue with counting true / false values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-counting-true-false-values/m-p/260767#M1206207</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;would be easier to understand and help you if you could attach a sample QV file with your query&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jun 2010 11:50:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-04T11:50:51Z</dc:date>
    <item>
      <title>Issue with counting true / false values</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-counting-true-false-values/m-p/260765#M1206204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm trying to do a basic count but am having some issues which I cant seem to resolve.&lt;/P&gt;&lt;P&gt;As part of my data load I read in a number of fields inc identifier and also addrarchive.&lt;/P&gt;&lt;P&gt;identifer is a varchar in sql server and addrarchive is a bit (hence stored as true or false).&lt;/P&gt;&lt;P&gt;I'm using the following expression&lt;/P&gt;&lt;P&gt;count(if(addrarchive='false', identifier))&lt;/P&gt;&lt;P&gt;but this give me no results (doing an sql query I know that it should give me178!!!&lt;/P&gt;&lt;P&gt;I've tried various different things for addrarchive i..e. -1 etc but no joys.&lt;/P&gt;&lt;P&gt;If anybody can help out with this simple thing it would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 12:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-counting-true-false-values/m-p/260765#M1206204</guid>
      <dc:creator />
      <dc:date>2010-06-03T12:53:47Z</dc:date>
    </item>
    <item>
      <title>Issue with counting true / false values</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-counting-true-false-values/m-p/260766#M1206205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add a list box for the addrarchive copy the values out of their, (Their should be only 2 values (True and false or 1 and -1 etc.))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;paste the values in your expression as Qlikview is case sensitive. Hopes this sorts out your problem&lt;/P&gt;&lt;P&gt;also ty set analysis&lt;/P&gt;&lt;P&gt;Count({&amp;lt;addrarchive={"False"}&amp;gt; identifier})&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 13:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-counting-true-false-values/m-p/260766#M1206205</guid>
      <dc:creator />
      <dc:date>2010-06-03T13:00:16Z</dc:date>
    </item>
    <item>
      <title>Issue with counting true / false values</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-counting-true-false-values/m-p/260767#M1206207</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;would be easier to understand and help you if you could attach a sample QV file with your query&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2010 11:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-counting-true-false-values/m-p/260767#M1206207</guid>
      <dc:creator />
      <dc:date>2010-06-04T11:50:51Z</dc:date>
    </item>
    <item>
      <title>Issue with counting true / false values</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-counting-true-false-values/m-p/260768#M1206208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the late reply. Been dragged on to something else. I'll see what I can do early part of next week re this. Appreciate responses to date &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2010 14:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-counting-true-false-values/m-p/260768#M1206208</guid>
      <dc:creator />
      <dc:date>2010-06-04T14:12:16Z</dc:date>
    </item>
    <item>
      <title>Issue with counting true / false values</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-counting-true-false-values/m-p/260769#M1206210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI managed to get this to work by using ={1} and this appears to retrieve correct results when compared to a sql query.&lt;/P&gt;&lt;P&gt;Initailly thought you had to surround numerics via quotes for the search but this didnt work i.e. {'1'}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 12:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-counting-true-false-values/m-p/260769#M1206210</guid>
      <dc:creator />
      <dc:date>2010-06-08T12:56:03Z</dc:date>
    </item>
  </channel>
</rss>

