<?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 Define Range..? What all functions can be used? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Define-Range-What-all-functions-can-be-used/m-p/280587#M1195081</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interval Match is what you are looking for here: Add (modify) the following to your load script after you have loaded the table with the employee data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AgeRange:&lt;BR /&gt;&lt;STRONG style="color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; * &lt;SPAN style="color: #0000ff;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[&lt;BR /&gt;Start_Range, End_Range, AgeRange&lt;BR /&gt;0, 2, 0-2&lt;BR /&gt;3, 5, 3-5&lt;BR /&gt;6, 10, 6-10&lt;BR /&gt;11, 14, 11-14&lt;BR /&gt;15, 29, 15-29&lt;BR /&gt;30, 60, 30-60&lt;BR /&gt;61, 999, 60 &amp;gt;&lt;BR /&gt;]&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;Interval:&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;IntervalMatch&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Age]&lt;/SPAN&gt;) &lt;STRONG style="color: #0000ff;"&gt;Load&lt;/STRONG&gt; &lt;SPAN style="color: #800000;"&gt;Start_Range&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;End_Range&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Resident&lt;/SPAN&gt; AgeRange; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2011 17:36:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-10T17:36:06Z</dc:date>
    <item>
      <title>Define Range..? What all functions can be used?</title>
      <link>https://community.qlik.com/t5/QlikView/Define-Range-What-all-functions-can-be-used/m-p/280586#M1195080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a spreadsheet where I have records of 1000 employees working in a company. Now I have to draw a chart where I have to define range, like i have to differentiate between data of 2009, 2010 and so on. It's a smple question but I am not able to figure out the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So , each employee has a Age column linked with its record. How can we divide the Age based on range? example out of 1000 employees we can divide:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;21-25-- 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;25-30-- 200&lt;/P&gt;&lt;P&gt;30-35-- 250&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;35 above ---500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have to design a Stacked bar chart , where Dimension would be Year. and then expression would be the count of employees based on range defined above, What calculated expression can I design? Please reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best, &lt;/P&gt;&lt;P&gt;Yaman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 17:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-Range-What-all-functions-can-be-used/m-p/280586#M1195080</guid>
      <dc:creator />
      <dc:date>2011-06-10T17:25:40Z</dc:date>
    </item>
    <item>
      <title>Define Range..? What all functions can be used?</title>
      <link>https://community.qlik.com/t5/QlikView/Define-Range-What-all-functions-can-be-used/m-p/280587#M1195081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interval Match is what you are looking for here: Add (modify) the following to your load script after you have loaded the table with the employee data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AgeRange:&lt;BR /&gt;&lt;STRONG style="color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; * &lt;SPAN style="color: #0000ff;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[&lt;BR /&gt;Start_Range, End_Range, AgeRange&lt;BR /&gt;0, 2, 0-2&lt;BR /&gt;3, 5, 3-5&lt;BR /&gt;6, 10, 6-10&lt;BR /&gt;11, 14, 11-14&lt;BR /&gt;15, 29, 15-29&lt;BR /&gt;30, 60, 30-60&lt;BR /&gt;61, 999, 60 &amp;gt;&lt;BR /&gt;]&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;Interval:&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;IntervalMatch&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Age]&lt;/SPAN&gt;) &lt;STRONG style="color: #0000ff;"&gt;Load&lt;/STRONG&gt; &lt;SPAN style="color: #800000;"&gt;Start_Range&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;End_Range&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Resident&lt;/SPAN&gt; AgeRange; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 17:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-Range-What-all-functions-can-be-used/m-p/280587#M1195081</guid>
      <dc:creator />
      <dc:date>2011-06-10T17:36:06Z</dc:date>
    </item>
    <item>
      <title>Define Range..? What all functions can be used?</title>
      <link>https://community.qlik.com/t5/QlikView/Define-Range-What-all-functions-can-be-used/m-p/280588#M1195082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Leonard. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 18:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-Range-What-all-functions-can-be-used/m-p/280588#M1195082</guid>
      <dc:creator />
      <dc:date>2011-06-10T18:43:05Z</dc:date>
    </item>
  </channel>
</rss>

