<?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: Range in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Range/m-p/516736#M1131177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for answering Jerem, it's just a text box where the number of contracts that are between 0 and 10 'X' is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know if I explaining this well ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Dec 2013 16:35:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-02T16:35:28Z</dc:date>
    <item>
      <title>Range</title>
      <link>https://community.qlik.com/t5/QlikView/Range/m-p/516734#M1131175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone, I'm new to Qlikview and I have the following problem:&lt;/P&gt;&lt;P&gt;I have the following expression, "(Count ({$ &amp;lt;[Value Rule] = {'X'}&amp;gt;} [Contract Code]))" which tells me that all contracts have an 'X' in "Value Rule" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to sort this count ranges, such contracts are between 0 and 10 'X' in rule value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for the help and sorry for my English.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 16:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range/m-p/516734#M1131175</guid>
      <dc:creator />
      <dc:date>2013-12-02T16:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Range</title>
      <link>https://community.qlik.com/t5/QlikView/Range/m-p/516735#M1131176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe the class() function could help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can maybe have Class([Value Rule], 10) as a dimension, and then Count([Contract Code]) as an expression. What this will do will split out your Value Rule field into ranges suchs as 0-10, 10-20, 20 - 30, etc. Then with the expression, it will count how many contract codes you have in that range of Value Rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this isn't where you were going, could you post a sample qvw showing your problem or explain a little more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 16:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range/m-p/516735#M1131176</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2013-12-02T16:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Range</title>
      <link>https://community.qlik.com/t5/QlikView/Range/m-p/516736#M1131177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for answering Jerem, it's just a text box where the number of contracts that are between 0 and 10 'X' is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know if I explaining this well ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 16:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range/m-p/516736#M1131177</guid>
      <dc:creator />
      <dc:date>2013-12-02T16:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Range</title>
      <link>https://community.qlik.com/t5/QlikView/Range/m-p/516737#M1131178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this:&lt;/P&gt;&lt;P&gt;=(Count ({$ &amp;lt;[Value Rule] = {'&amp;gt;0&amp;lt;10'}&amp;gt;} [Contract Code]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that your field Value Rule is a number and not just 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 16:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range/m-p/516737#M1131178</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2013-12-02T16:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Range</title>
      <link>https://community.qlik.com/t5/QlikView/Range/m-p/516738#M1131179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that's the problem that my field "Value Rule" only has 'X' ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for answering&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 18:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range/m-p/516738#M1131179</guid>
      <dc:creator />
      <dc:date>2013-12-02T18:03:25Z</dc:date>
    </item>
  </channel>
</rss>

