<?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: Grouping the values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675614#M245280</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;many solution fr that&lt;/P&gt;&lt;P&gt;1. you can add a colum Group in your xls file&lt;/P&gt;&lt;P&gt;2. you can use IF function but that means to do many If(v &amp;lt; 7.5,&amp;nbsp; G1,&amp;nbsp; if (v &amp;lt; 8.5, G2...)&lt;/P&gt;&lt;P&gt;3. you can create a mapping table l for every value and assign a group for each of it then use applymap('Map_table', value) as group&lt;/P&gt;&lt;P&gt;4. may be an other function i wouldn't know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jun 2014 09:15:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-13T09:15:45Z</dc:date>
    <item>
      <title>Grouping the values</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675612#M245278</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;&lt;/P&gt;&lt;P&gt;I have a score values starting from 1,2,3,4.5,5.5.5 .....10. These all values are given by the customers for a specific product which they bought.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now all I have to do is make group of these score values and show it in a stack chart like 0 to 7.5 should be a group1 , 7.5 to 8.5 should be group2 , 8.5 to 9.0 should be group 3 and 9.0 to 10 should be group 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart should consist Quarter as X-axis and group values should be in expression shown as stacked chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know how to create this group?&lt;/P&gt;&lt;P&gt;I believe i can do symmetric groups with 'Class' function . As this groups are not symmetric I am unable to use Class function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas would be thankful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS:please find sample data attached&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/47027"&gt;Deepak Vadithala&lt;/A&gt; Can you help me in this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Susvith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 09:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675612#M245278</guid>
      <dc:creator />
      <dc:date>2014-06-13T09:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping the values</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675613#M245279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create the ranges in two ways:&lt;/P&gt;&lt;P&gt;1) Can use nested iff to define the ranges&lt;/P&gt;&lt;P&gt;2) Can use class function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background-position: initial;"&gt;class( var,10 ) with var = 23 returns '20&amp;lt;=x&amp;lt;30'&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background-position: initial;"&gt;class( var,5,'value' ) with var = 23 returns '20&amp;lt;= value &amp;lt;25'&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background-position: initial;"&gt;class( var,10,'x',5 ) with var = 23 returns '15&amp;lt;=x&amp;lt;25'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 09:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675613#M245279</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-06-13T09:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping the values</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675614#M245280</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;many solution fr that&lt;/P&gt;&lt;P&gt;1. you can add a colum Group in your xls file&lt;/P&gt;&lt;P&gt;2. you can use IF function but that means to do many If(v &amp;lt; 7.5,&amp;nbsp; G1,&amp;nbsp; if (v &amp;lt; 8.5, G2...)&lt;/P&gt;&lt;P&gt;3. you can create a mapping table l for every value and assign a group for each of it then use applymap('Map_table', value) as group&lt;/P&gt;&lt;P&gt;4. may be an other function i wouldn't know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 09:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675614#M245280</guid>
      <dc:creator />
      <dc:date>2014-06-13T09:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping the values</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675615#M245281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use the Interval Match function.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 09:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675615#M245281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-13T09:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping the values</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675616#M245282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a nested if statement in the script to create the Group field. See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 09:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675616#M245282</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-13T09:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping the values</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675617#M245283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You so much Gysbert , I just forgot that I can divide into groups in script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add on to it , I have one more hurdle here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the same scenario , I should show Y-axis in percentage %.&amp;nbsp; Here the Y-axis should show 100% which means at any cost Group1+Group2+Group3+Group4=100%. &lt;/P&gt;&lt;P&gt;Can I show like this in QlikView?&lt;/P&gt;&lt;P&gt;I believe i can use AGGR fucntion here . But I am not sure can you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Susvith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 09:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675617#M245283</guid>
      <dc:creator />
      <dc:date>2014-06-13T09:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping the values</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675618#M245284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the expression to count(Visitor)/count(total &amp;lt;Quarter&amp;gt; Visitor)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 09:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675618#M245284</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-13T09:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping the values</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675619#M245285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Sorry mate. Just saw your message but &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;Gysbert Wassenaar&lt;/A&gt; solved it for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 10:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-the-values/m-p/675619#M245285</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-06-13T10:44:42Z</dc:date>
    </item>
  </channel>
</rss>

