<?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: Regarding Dimensions Grouping in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Regarding-Dimensions-Grouping/m-p/696496#M541899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;please close this thread if there are no further questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2014 13:52:32 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-07-09T13:52:32Z</dc:date>
    <item>
      <title>Regarding Dimensions Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Dimensions-Grouping/m-p/696491#M541894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am a total beginner to Qlikview and I can appreciate some help. I created a pivot table with group dimensions of rates. So, the rates would range from 0 to 1. I grouped them by .01 using the class function =Class(Field,0.01). How do i group them from .01,.02........,.09,.10, and THEN .10 and up (basically .10-1.00). I want a specific group row with all values from .10 to 1.00. Also, I can't display the sum at the buttom. Nothing is appearining. Thank you and I would appreciate any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 14:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Dimensions-Grouping/m-p/696491#M541894</guid>
      <dc:creator />
      <dc:date>2014-06-17T14:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Dimensions Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Dimensions-Grouping/m-p/696492#M541895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a pivot table you can add totals by enabling Partial Sums for the dimensions on the Presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want a special class you can use an if statement in combination with the class function. Something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;if(Field&amp;gt;=.10 and Field&amp;lt;=1.00, '.10&amp;lt;=x&amp;lt;=1.00', class(Field,0.01)) as Group&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 14:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Dimensions-Grouping/m-p/696492#M541895</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-17T14:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Dimensions Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Dimensions-Grouping/m-p/696493#M541896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert, the partial sums worked perfectly. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the special class, this is my IT statement but, it's just grouping everything into the .10&amp;lt;=x&amp;lt;=1.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried adding the as Group, but it said Garbage after As as an error in the expression builder. Do i have to use the group functionality for this one? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 14:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Dimensions-Grouping/m-p/696493#M541896</guid>
      <dc:creator />
      <dc:date>2014-06-17T14:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Dimensions Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Dimensions-Grouping/m-p/696494#M541897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;EM&gt;as Group&lt;/EM&gt; is for use in the load script. If you're using that expression as a chart expression then you need to leave out the &lt;EM&gt;as Group&lt;/EM&gt; since you're not creating a new field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 18:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Dimensions-Grouping/m-p/696494#M541897</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-17T18:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Dimensions Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Dimensions-Grouping/m-p/696495#M541898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe this thread helps also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/121191"&gt;Custom Filter(unusual range)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 20:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Dimensions-Grouping/m-p/696495#M541898</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-06-17T20:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Dimensions Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Dimensions-Grouping/m-p/696496#M541899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;please close this thread if there are no further questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 13:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Dimensions-Grouping/m-p/696496#M541899</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-07-09T13:52:32Z</dc:date>
    </item>
  </channel>
</rss>

