<?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: Feature or bug? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391418#M145983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool...&lt;/P&gt;&lt;P&gt;You can change number format for 'Price' instead of set to get everithing work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2012 13:48:49 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2012-09-10T13:48:49Z</dc:date>
    <item>
      <title>Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391412#M145977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm struggeling to understand what I'm doing wrong here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with Brokers and prices (and more columns, but that is not of relevance).&amp;nbsp; When I set up a chart table to count how many rows that have Price = 0 per broker, I have tried the following expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(if(Price=0, 1,0)) &amp;lt;--- Does work&lt;/P&gt;&lt;P&gt;=count({1&amp;lt;Price={"&amp;lt;0.00001"}&amp;gt;} Broker)&amp;nbsp;&amp;nbsp; &amp;lt;-- Does work&lt;/P&gt;&lt;P&gt;=count({1&amp;lt;Price={0}&amp;gt;} Broker)&amp;nbsp; &amp;lt;----&amp;nbsp; Doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I find amazing is that when I use set analysis, I can't compare with 0, even though the data in the table is 0.&amp;nbsp; I have to compare it with extremly small number.&amp;nbsp; When I use the fist expression listed above, I can successfully compare it with zero.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 12:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391412#M145977</guid>
      <dc:creator>johanfo2</dc:creator>
      <dc:date>2012-09-10T12:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391413#M145978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of QlikView are you running? It does not seem as an expected behavior, but it would be very useful if you could upload a sample set of data so we can check further. Are they null values or empty values or actual 0 values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 12:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391413#M145978</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-09-10T12:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391414#M145979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I run QV 10 SR5.&amp;nbsp;&amp;nbsp; I will try to upload a sample!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 12:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391414#M145979</guid>
      <dc:creator>johanfo2</dc:creator>
      <dc:date>2012-09-10T12:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391415#M145980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the upload example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 13:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391415#M145980</guid>
      <dc:creator>johanfo2</dc:creator>
      <dc:date>2012-09-10T13:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391416#M145981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count({1&amp;lt;Price={0.00}&amp;gt;} Broker)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above seems to work, but only with 2 decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 13:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391416#M145981</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2012-09-10T13:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391417#M145982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amazing!&amp;nbsp; I thought I had tried all possible variations, except that!&amp;nbsp;&amp;nbsp; This must be a serious bug?&amp;nbsp; Howcome it remains in SR5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update:&amp;nbsp; I tried this trick (0.00) in my main document, however it didn't work there!!&amp;nbsp; The whole thing seems unreliable to the bone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 13:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391417#M145982</guid>
      <dc:creator>johanfo2</dc:creator>
      <dc:date>2012-09-10T13:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391418#M145983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool...&lt;/P&gt;&lt;P&gt;You can change number format for 'Price' instead of set to get everithing work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 13:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391418#M145983</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-10T13:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391419#M145984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's call it a Feature. The&amp;nbsp; value inside {} is a search expression, and follows the rules for search expressions. A value by itself in a search expression indicates a string search, therefore you will only match on the exact string "0". Not "0.0" or "0.00" etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So figure out the correct syntax for numeric search by practicing in a listbox. The search in a listbox would be:&lt;/P&gt;&lt;P&gt;=Price=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your correct set expression is:&lt;/P&gt;&lt;P&gt;=count({1&amp;lt;Price={"=Price=0"}&amp;gt;}Broker)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easy, right? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 16:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391419#M145984</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-09-10T16:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391420#M145985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your answer.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to say that while I really like Qlikview, and haven't been close to finding any other software which has its responsivness and features, certain elements of qlikview are just plain insane!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 17:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391420#M145985</guid>
      <dc:creator>johanfo2</dc:creator>
      <dc:date>2012-09-10T17:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391421#M145986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Investigating a bit more, because I agree this is a dodgy feature to me, it looks like Qlikview treats a field's zero values based on the format of the first zero value it finds in that field. So ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A, 0.001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B, 1.001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C, 0.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C, 0.000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C, 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... means you can match &lt;STRONG&gt;Price = {0.00}&lt;/STRONG&gt; and it will count all values of C the same.&amp;nbsp; If you had &lt;EM&gt;C, 0.000 &lt;/EM&gt;as the first zero value, you have to match &lt;STRONG&gt;Price = {0.000}&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go to Document Properties &amp;gt; Number, you can override this by selecting the format specified, say set everything to 3 decimal places, then match &lt;STRONG&gt;Price = {0.000}&lt;/STRONG&gt; regardless of the order of zeroes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 18:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391421#M145986</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2012-09-10T18:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391422#M145987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not just zero values, it's the first string representation loaded. This is a standard feature of QV. So:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;001&lt;/P&gt;&lt;P&gt;00001&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will all display as string "001". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 19:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391422#M145987</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-09-10T19:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391423#M145988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case, the first Price value loaded was 0.001 so why does the zero value format to 0.00 and not 0.000?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 19:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391423#M145988</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2012-09-10T19:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391424#M145989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wasn't clear.&amp;nbsp; The first string representation for each &lt;STRONG&gt;equivalent numeric&lt;/STRONG&gt; value is used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 20:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391424#M145989</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-09-10T20:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391425#M145990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob, I had a feeling that was what you meant!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 20:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391425#M145990</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2012-09-10T20:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391426#M145991</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;&lt;/P&gt;&lt;P&gt;I found this text from QV11 tutorial, and after going through this discussion i am bit confused whether 0,0.001,0.1 for all which numeric equivalent is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data storage inside QlikView&lt;/P&gt;&lt;P&gt;In order to understand data interpretation and number formatting in&lt;/P&gt;&lt;P&gt;QlikView, it is necessary to know how data is stored internally by the program.&lt;/P&gt;&lt;P&gt;All of the data loaded into QlikView is stored in two representations,&lt;/P&gt;&lt;P&gt;as a string and as a number.&lt;/P&gt;&lt;P&gt;1 The string representation is always available and is what is shown in&lt;/P&gt;&lt;P&gt;the list boxes and the other sheet objects. Formatting of data in list&lt;/P&gt;&lt;P&gt;boxes (number format) only affects the string representation.&lt;/P&gt;&lt;P&gt;2 The number representation is only available when the data can be&lt;/P&gt;&lt;P&gt;interpreted as a valid number. The number representation is used for&lt;/P&gt;&lt;P&gt;all numeric calculations and for numeric sorting.&lt;/P&gt;&lt;P&gt;If several data items read into one field have the same number representation,&lt;/P&gt;&lt;P&gt;they will all be treated as the same value and will all share the first&lt;/P&gt;&lt;P&gt;string representation encountered. Example: The numbers 1.0, 1 and 1.000&lt;/P&gt;&lt;P&gt;read in that order will all have the number representation 1 and the initial&lt;/P&gt;&lt;P&gt;string representation 1.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone clear this with a sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 09:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391426#M145991</guid>
      <dc:creator />
      <dc:date>2012-09-11T09:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Feature or bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391427#M145992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, srikarch.&lt;/P&gt;&lt;P&gt;Just re-read the answer marked as right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 09:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-or-bug/m-p/391427#M145992</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-11T09:26:09Z</dc:date>
    </item>
  </channel>
</rss>

