<?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: set analysis defining a number field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711342#M256194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Numeric values don't need to be enclosed by quotes, but have to be within curly braces, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;PreisVK=&lt;STRONG&gt;{35}&lt;/STRONG&gt;&amp;gt;}Lieferschein )&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jun 2014 09:56:20 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-06-19T09:56:20Z</dc:date>
    <item>
      <title>set analysis defining a number field</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711340#M256192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I am working on an Expression to show me the sum of LIEFERSCHEIN if the value in a certain Field called PREISVK ist less (or more) than € 31,00.&lt;/P&gt;&lt;P&gt;Result should Show like this (see&amp;nbsp; coloumn Test):&lt;IMG alt="QV Set_01.jpg" class="jive-image" src="/legacyfs/online/60867_QV Set_01.jpg" /&gt;&lt;/P&gt;&lt;P&gt;My Expression for the coloumn Test is:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;PreisVK=&amp;gt;}Lieferschein)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and it Shows me 22 which is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as I set the following&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;PreisVK=35&amp;gt;}Lieferschein&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it Shows me 0, which is wrong and should be 1 (see Listing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anybody who can help and explain! I am through several tests with brackes, quotes, double quotes...&lt;BR /&gt;but without success so far.&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711340#M256192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T09:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis defining a number field</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711341#M256193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you try below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;PreisVK={35}&amp;gt;}Lieferschein)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711341#M256193</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2014-06-19T09:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis defining a number field</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711342#M256194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Numeric values don't need to be enclosed by quotes, but have to be within curly braces, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;PreisVK=&lt;STRONG&gt;{35}&lt;/STRONG&gt;&amp;gt;}Lieferschein )&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711342#M256194</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-19T09:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis defining a number field</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711343#M256195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much, however, .... it does not work,&lt;BR /&gt;resulting in 0 but should be 1.&lt;/P&gt;&lt;P&gt;With or without brackets, quotes, double quotes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 10:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711343#M256195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T10:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis defining a number field</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711344#M256196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mukram,&lt;/P&gt;&lt;P&gt;but it does not work&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 10:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711344#M256196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T10:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis defining a number field</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711345#M256197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you attach the sample file so that we can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 10:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711345#M256197</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2014-06-19T10:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis defining a number field</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711346#M256198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is not with set or expression anymore. Explore your app for other issues, or share a sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 10:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711346#M256198</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-19T10:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis defining a number field</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711347#M256199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heureka,&lt;BR /&gt;indeed the field PreisVK is already a Currency field, more than a number.&lt;/P&gt;&lt;P&gt;So I checked this and tried&lt;/P&gt;&lt;P&gt;{=31,00 €"}&lt;/P&gt;&lt;P&gt;which works and which I also can calculate with.&lt;/P&gt;&lt;P&gt;Thanks to both of you for your help and Input,&lt;/P&gt;&lt;P&gt;always a pleasure!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 10:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711347#M256199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T10:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis defining a number field</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711348#M256200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to perform a search using a condition larger than or smaller than, this should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;PreisVK=&lt;STRONG&gt; {"&amp;gt;31"}&lt;/STRONG&gt; &amp;gt;} Lieferschein)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;PreisVK=&lt;STRONG&gt; {"&amp;lt;=31"}&lt;/STRONG&gt; &amp;gt;} Lieferschein)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 11:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711348#M256200</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-19T11:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis defining a number field</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711349#M256201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much,&lt;/P&gt;&lt;P&gt;as already described above: this was a Problem of the Format,&lt;BR /&gt;I expected the field to be a number field, however, it is a currency field and the&lt;BR /&gt;Format should be {"&amp;lt;31,00 €"}&lt;/P&gt;&lt;P&gt;It works, great,&lt;/P&gt;&lt;P&gt;thanks your input&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 12:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-defining-a-number-field/m-p/711349#M256201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T12:15:16Z</dc:date>
    </item>
  </channel>
</rss>

