<?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: Which chart item suits best? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Which-chart-item-suits-best/m-p/595021#M1114579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I have the below in table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Companyname&lt;BR /&gt;Expression 1 : Sum(Aggr(Count(Distinct(IF(NOT ISNULL(Companyname), ID))),ID))+Sum(Aggr(Count(Distinct(IF(ISNULL(Cmpanyname), ID))),ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 2 : Sum(DISTINCT(Wages))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Feb 2014 13:50:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-17T13:50:02Z</dc:date>
    <item>
      <title>Which chart item suits best?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-chart-item-suits-best/m-p/595017#M1114575</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;I have ID and Companynames. Companyname is dimension and the expression is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(Count(Distinct(IF(NOT ISNULL(Companyname), ID))),IssueID))+Sum(Aggr(Count(Distinct(IF(ISNULL(Companyname), ID))),ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already have straight table. I would need to show this information in chart. can anyone suggest me which is the best chart to create this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 12:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-chart-item-suits-best/m-p/595017#M1114575</guid>
      <dc:creator />
      <dc:date>2014-02-17T12:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Which chart item suits best?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-chart-item-suits-best/m-p/595018#M1114576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quick question, the 2nd part of your aggr states what to do if is null. Since company name is your dimension and you counting ID when company name is null, is this not rendering your chart redundant since you are unable to drill down into those null values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, if IssueID and ID essentially refer to the same thing, just a different key, would a stacked bar chart where you split your expression into two separate expressions be your best bet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 12:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-chart-item-suits-best/m-p/595018#M1114576</guid>
      <dc:creator />
      <dc:date>2014-02-17T12:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Which chart item suits best?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-chart-item-suits-best/m-p/595019#M1114577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry the expression is Sum(Aggr(Count(Distinct(IF(NOT ISNULL(Companyname), ID))),ID))+Sum(Aggr(Count(Distinct(IF(ISNULL(Cmpanyname), ID))),ID))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 13:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-chart-item-suits-best/m-p/595019#M1114577</guid>
      <dc:creator />
      <dc:date>2014-02-17T13:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Which chart item suits best?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-chart-item-suits-best/m-p/595020#M1114578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still confused what you are trying to achieve by using company as a dimension but referring to in your expression when that value is null count ID. Would this not populate that same sum across all company values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 13:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-chart-item-suits-best/m-p/595020#M1114578</guid>
      <dc:creator />
      <dc:date>2014-02-17T13:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Which chart item suits best?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-chart-item-suits-best/m-p/595021#M1114579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I have the below in table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Companyname&lt;BR /&gt;Expression 1 : Sum(Aggr(Count(Distinct(IF(NOT ISNULL(Companyname), ID))),ID))+Sum(Aggr(Count(Distinct(IF(ISNULL(Cmpanyname), ID))),ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 2 : Sum(DISTINCT(Wages))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 13:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-chart-item-suits-best/m-p/595021#M1114579</guid>
      <dc:creator />
      <dc:date>2014-02-17T13:50:02Z</dc:date>
    </item>
  </channel>
</rss>

