<?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: Grouped dimension fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouped-dimension-fields/m-p/765195#M271979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you anbu and sagar for the useful information! It worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still have two questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I tried to select one of the expressions direct from the chart, but it didn't nothing and is not interactive like other charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Since I'm using QlikSense as well, I tried to add the chart there but I was able to add one dimension only.Do you know how this can be developed in QlikSense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&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;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2015 08:50:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-23T08:50:42Z</dc:date>
    <item>
      <title>Grouped dimension fields</title>
      <link>https://community.qlik.com/t5/QlikView/Grouped-dimension-fields/m-p/765192#M271976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I'm just starting with QlikView, I don't know how to build a Pie Chart based on the following data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81475_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pie chart should show the distribution in % of the number of different CustomerID eating Apples, Oranges or Bananas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried already with different methods and functions like aggr, dimension grouping (Cyclic) without any successful result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2015 20:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouped-dimension-fields/m-p/765192#M271976</guid>
      <dc:creator />
      <dc:date>2015-03-22T20:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped dimension fields</title>
      <link>https://community.qlik.com/t5/QlikView/Grouped-dimension-fields/m-p/765193#M271977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expr:&lt;/P&gt;&lt;P&gt;1. Count({&amp;lt;Apples={'yes'}&amp;gt;}Apples)/Count(distinct CustomerId)&lt;/P&gt;&lt;P&gt;2. Count({&amp;lt;Bananas={'yes'}&amp;gt;}Bananas)/Count(distinct CustomerId)&lt;/P&gt;&lt;P&gt;3. Count({&amp;lt;Oranges={'yes'}&amp;gt;}Oranges)/Count(distinct CustomerId)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 04:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouped-dimension-fields/m-p/765193#M271977</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-03-23T04:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped dimension fields</title>
      <link>https://community.qlik.com/t5/QlikView/Grouped-dimension-fields/m-p/765194#M271978</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;Please check the attached app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 05:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouped-dimension-fields/m-p/765194#M271978</guid>
      <dc:creator>sagarkharpude</dc:creator>
      <dc:date>2015-03-23T05:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped dimension fields</title>
      <link>https://community.qlik.com/t5/QlikView/Grouped-dimension-fields/m-p/765195#M271979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you anbu and sagar for the useful information! It worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still have two questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I tried to select one of the expressions direct from the chart, but it didn't nothing and is not interactive like other charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Since I'm using QlikSense as well, I tried to add the chart there but I was able to add one dimension only.Do you know how this can be developed in QlikSense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&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;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 08:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouped-dimension-fields/m-p/765195#M271979</guid>
      <dc:creator />
      <dc:date>2015-03-23T08:50:42Z</dc:date>
    </item>
  </channel>
</rss>

